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

Bump jbuilder from 2.10.1 to 2.11.5 #159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'webpacker', '~> 5.0'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.7'
gem 'jbuilder', '~> 2.11'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'

Expand Down
15 changes: 9 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
builder (3.2.4)
byebug (11.1.3)
childprocess (3.0.0)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
crack (0.4.5)
rexml
crass (1.0.6)
Expand All @@ -95,9 +95,10 @@ GEM
globalid (0.4.2)
activesupport (>= 4.2.0)
hashdiff (1.0.1)
i18n (1.8.9)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
jbuilder (2.10.1)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jwt (2.2.2)
listen (3.4.1)
Expand All @@ -112,7 +113,7 @@ GEM
method_source (1.0.0)
mini_mime (1.0.3)
mini_portile2 (2.5.0)
minitest (5.14.4)
minitest (5.15.0)
msgpack (1.4.2)
multipart-post (2.1.1)
nio4r (2.5.7)
Expand All @@ -123,6 +124,8 @@ GEM
racc (~> 1.4)
nokogiri (1.11.2-x64-mingw32)
racc (~> 1.4)
nokogiri (1.11.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.2-x86_64-linux)
racc (~> 1.4)
popper_js (1.16.0)
Expand Down Expand Up @@ -249,7 +252,7 @@ GEM
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.4.2)
zeitwerk (2.5.2)

PLATFORMS
ruby
Expand All @@ -262,7 +265,7 @@ DEPENDENCIES
bootstrap (~> 4.5)
byebug
dotenv-rails
jbuilder (~> 2.7)
jbuilder (~> 2.11)
listen (~> 3.3)
puma (~> 5.0)
rack-mini-profiler (~> 2.0)
Expand Down