Skip to content

Commit 5f802e7

Browse files
Bump jbuilder from 2.11.2 to 2.11.5
Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.11.2 to 2.11.5. - [Release notes](https://github.com/rails/jbuilder/releases) - [Commits](rails/jbuilder@v2.11.2...v2.11.5) --- updated-dependencies: - dependency-name: jbuilder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16c7ca8 commit 5f802e7

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)