Skip to content

Commit 061e841

Browse files
authored
Merge pull request #838 from ProgrammingDaisukiClub/dependabot/bundler/master/jbuilder-2.11.5
Bump jbuilder from 2.11.2 to 2.11.5
2 parents 16c7ca8 + 5f802e7 commit 061e841

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gem 'jquery-rails'
2727
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
2828
gem 'turbolinks', '~> 5'
2929
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
30-
gem 'jbuilder', '~> 2.10'
30+
gem 'jbuilder', '~> 2.11'
3131
# Use Redis adapter to run Action Cable in production
3232
# gem 'redis', '~> 3.0'
3333
# Use ActiveModel has_secure_password

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ GEM
107107
activesupport (>= 4.2.0)
108108
i18n (1.10.0)
109109
concurrent-ruby (~> 1.0)
110-
jbuilder (2.11.2)
110+
jbuilder (2.11.5)
111+
actionview (>= 5.0.0)
111112
activesupport (>= 5.0.0)
112113
jquery-rails (4.4.0)
113114
rails-dom-testing (>= 1, < 3)
@@ -295,7 +296,7 @@ DEPENDENCIES
295296
devise-i18n
296297
dotenv-rails
297298
factory_bot_rails
298-
jbuilder (~> 2.10)
299+
jbuilder (~> 2.11)
299300
jquery-rails
300301
kaminari
301302
letter_opener_web

0 commit comments

Comments
 (0)