File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ gem 'puma', '~> 4.3'
15
15
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
16
16
gem 'turbolinks' , '~> 5'
17
17
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
18
- gem 'jbuilder' , '~> 2.9 '
18
+ gem 'jbuilder' , '~> 2.10 '
19
19
# Use Redis adapter to run Action Cable in production
20
20
# gem 'redis', '~> 4.0'
21
21
# Use ActiveModel has_secure_password
Original file line number Diff line number Diff line change 73
73
xpath (~> 3.2 )
74
74
childprocess (2.0.0 )
75
75
rake (< 13.0 )
76
- concurrent-ruby (1.1.5 )
76
+ concurrent-ruby (1.1.6 )
77
77
crass (1.0.5 )
78
78
erubi (1.9.0 )
79
79
ffi (1.11.3 )
80
80
globalid (0.4.2 )
81
81
activesupport (>= 4.2.0 )
82
- i18n (1.7.0 )
82
+ i18n (1.8.2 )
83
83
concurrent-ruby (~> 1.0 )
84
- jbuilder (2.9.1 )
85
- activesupport (>= 4.2 .0 )
84
+ jbuilder (2.10.0 )
85
+ activesupport (>= 5.0 .0 )
86
86
listen (3.2.1 )
87
87
rb-fsevent (~> 0.10 , >= 0.10.3 )
88
88
rb-inotify (~> 0.9 , >= 0.9.10 )
97
97
mimemagic (0.3.3 )
98
98
mini_mime (1.0.2 )
99
99
mini_portile2 (2.4.0 )
100
- minitest (5.13 .0 )
100
+ minitest (5.14 .0 )
101
101
msgpack (1.3.3 )
102
102
nio4r (2.5.2 )
103
103
nokogiri (1.10.9 )
162
162
turbolinks (5.2.1 )
163
163
turbolinks-source (~> 5.2 )
164
164
turbolinks-source (5.2.0 )
165
- tzinfo (1.2.5 )
165
+ tzinfo (1.2.6 )
166
166
thread_safe (~> 0.1 )
167
167
web-console (4.0.1 )
168
168
actionview (>= 6.0.0 )
174
174
websocket-extensions (0.1.4 )
175
175
xpath (3.2.0 )
176
176
nokogiri (~> 1.8 )
177
- zeitwerk (2.2.1 )
177
+ zeitwerk (2.2.2 )
178
178
179
179
PLATFORMS
180
180
ruby
@@ -183,7 +183,7 @@ DEPENDENCIES
183
183
bootsnap (>= 1.1.0 )
184
184
byebug
185
185
capybara (>= 2.15 , < 4.0 )
186
- jbuilder (~> 2.9 )
186
+ jbuilder (~> 2.10 )
187
187
listen (>= 3.0.5 , < 3.3 )
188
188
pg (>= 0.18 , < 2.0 )
189
189
puma (~> 4.3 )
You can’t perform that action at this time.
0 commit comments