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

Commit 0e841bc

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 e2bb475 commit 0e841bc

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
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

+10-7
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.7)
98+
i18n (1.8.9)
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)
@@ -113,16 +113,18 @@ GEM
113113
method_source (1.0.0)
114114
mimemagic (0.3.5)
115115
mini_mime (1.0.2)
116-
minitest (5.14.3)
117-
msgpack (1.3.3)
116+
mini_portile2 (2.5.0)
117+
minitest (5.14.4)
118+
msgpack (1.4.2)
118119
multipart-post (2.1.1)
119120
nio4r (2.5.4)
121+
nokogiri (1.11.1)
122+
mini_portile2 (~> 2.5.0)
123+
racc (~> 1.4)
120124
nokogiri (1.11.1-arm64-darwin)
121125
racc (~> 1.4)
122126
nokogiri (1.11.1-x64-mingw32)
123127
racc (~> 1.4)
124-
nokogiri (1.11.1-x86_64-darwin)
125-
racc (~> 1.4)
126128
nokogiri (1.11.1-x86_64-linux)
127129
racc (~> 1.4)
128130
popper_js (1.16.0)
@@ -252,6 +254,7 @@ GEM
252254
zeitwerk (2.4.2)
253255

254256
PLATFORMS
257+
ruby
255258
universal-darwin-19
256259
x64-mingw32
257260
x86_64-linux
@@ -261,7 +264,7 @@ DEPENDENCIES
261264
bootstrap (~> 4.5)
262265
byebug
263266
dotenv-rails
264-
jbuilder (~> 2.7)
267+
jbuilder (~> 2.11)
265268
listen (~> 3.3)
266269
puma (~> 5.0)
267270
rack-mini-profiler (~> 2.0)

0 commit comments

Comments
 (0)