Skip to content

Commit

Permalink
Merge pull request #570 from ualbertalib/dependabot/bundler/jbuilder-…
Browse files Browse the repository at this point in the history
…2.12.0

Bump jbuilder from 2.11.5 to 2.12.0
  • Loading branch information
murny authored May 29, 2024
2 parents e16bce1 + b936aae commit b0c5b39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'rollbar'
gem 'execjs'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.11'
gem 'jbuilder', '~> 2.12'

# Use ActiveStorage variant
gem 'image_processing', '~> 1.12', '>= 1.12.2'
Expand Down
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.6)
bigdecimal (3.1.8)
bindex (0.8.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
Expand All @@ -120,8 +120,7 @@ GEM
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
drb (2.2.0)
ruby2_keywords
drb (2.2.1)
erubi (1.12.0)
execjs (2.9.1)
ffi (1.16.3)
Expand All @@ -139,7 +138,7 @@ GEM
haml (>= 4.0.6)
railties (>= 5.1)
htmlentities (4.3.4)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
Expand All @@ -148,7 +147,7 @@ GEM
irb (1.11.2)
rdoc
reline (>= 0.4.2)
jbuilder (2.11.5)
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jquery-rails (4.6.0)
Expand Down Expand Up @@ -176,7 +175,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.22.2)
minitest (5.22.3)
msgpack (1.7.2)
mutex_m (0.2.0)
mysql2 (0.5.6)
Expand Down Expand Up @@ -255,7 +254,6 @@ GEM
rollbar (3.5.2)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sassc (2.4.0)
ffi (~> 1.9)
Expand Down Expand Up @@ -320,7 +318,7 @@ DEPENDENCIES
friendly_id
htmlentities
image_processing (~> 1.12, >= 1.12.2)
jbuilder (~> 2.11)
jbuilder (~> 2.12)
listen (>= 3.0.5, < 3.10)
mysql2 (~> 0.5.6)
puma (~> 6.4)
Expand Down

0 comments on commit b0c5b39

Please sign in to comment.