File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ gem 'jquery-rails'
27
27
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
28
28
gem 'turbolinks' , '~> 5'
29
29
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
30
- gem 'jbuilder' , '~> 2.10 '
30
+ gem 'jbuilder' , '~> 2.11 '
31
31
# Use Redis adapter to run Action Cable in production
32
32
# gem 'redis', '~> 3.0'
33
33
# Use ActiveModel has_secure_password
Original file line number Diff line number Diff line change 107
107
activesupport (>= 4.2.0 )
108
108
i18n (1.10.0 )
109
109
concurrent-ruby (~> 1.0 )
110
- jbuilder (2.11.2 )
110
+ jbuilder (2.11.5 )
111
+ actionview (>= 5.0.0 )
111
112
activesupport (>= 5.0.0 )
112
113
jquery-rails (4.4.0 )
113
114
rails-dom-testing (>= 1 , < 3 )
@@ -295,7 +296,7 @@ DEPENDENCIES
295
296
devise-i18n
296
297
dotenv-rails
297
298
factory_bot_rails
298
- jbuilder (~> 2.10 )
299
+ jbuilder (~> 2.11 )
299
300
jquery-rails
300
301
kaminari
301
302
letter_opener_web
You can’t perform that action at this time.
0 commit comments