Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit c1ea08a

Browse files
Bump jbuilder from 2.10.1 to 2.11.2
Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.10.1 to 2.11.2. - [Release notes](https://github.com/rails/jbuilder/releases) - [Changelog](https://github.com/rails/jbuilder/blob/master/CHANGELOG.md) - [Commits](rails/jbuilder@v2.10.1...v2.11.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c92f1c9 commit c1ea08a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem 'webpacker', '~> 5.0'
1414
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
1515
gem 'turbolinks', '~> 5'
1616
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
17-
gem 'jbuilder', '~> 2.7'
17+
gem 'jbuilder', '~> 2.11'
1818
# Use Active Model has_secure_password
1919
# gem 'bcrypt', '~> 3.1.7'
2020

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ GEM
9595
globalid (0.4.2)
9696
activesupport (>= 4.2.0)
9797
hashdiff (1.0.1)
98-
i18n (1.8.9)
98+
i18n (1.8.10)
9999
concurrent-ruby (~> 1.0)
100-
jbuilder (2.10.1)
100+
jbuilder (2.11.2)
101101
activesupport (>= 5.0.0)
102102
jwt (2.2.2)
103103
listen (3.4.1)
@@ -262,7 +262,7 @@ DEPENDENCIES
262262
bootstrap (~> 4.5)
263263
byebug
264264
dotenv-rails
265-
jbuilder (~> 2.7)
265+
jbuilder (~> 2.11)
266266
listen (~> 3.3)
267267
puma (~> 5.0)
268268
rack-mini-profiler (~> 2.0)

0 commit comments

Comments
 (0)