diff --git a/Gemfile b/Gemfile index da01a73..184cb78 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "turbo-rails", ">= 1.5.0" gem "stimulus-rails", ">= 1.3.0" # Build JSON APIs with ease [https://github.com/rails/jbuilder] -gem "jbuilder" +gem "jbuilder", ">= 2.12.0" # Use Redis adapter to run Action Cable in production gem "redis", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 88a346c..6737023 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,8 +76,8 @@ GEM tzinfo (~> 2.0) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) - base64 (0.1.1) - bigdecimal (3.1.4) + base64 (0.2.0) + bigdecimal (3.1.7) bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) @@ -94,7 +94,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.4.1) crass (1.0.6) cssbundling-rails (1.3.3) @@ -103,8 +103,7 @@ GEM debug (1.8.0) irb (>= 1.5.0) reline (>= 0.3.1) - drb (2.1.1) - ruby2_keywords + drb (2.2.1) erubi (1.12.0) et-orbi (1.2.7) tzinfo @@ -113,7 +112,7 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) importmap-rails (1.2.1) actionpack (>= 6.0.0) @@ -122,10 +121,10 @@ GEM irb (1.8.2) rdoc reline (>= 0.3.8) - jbuilder (2.11.5) + jbuilder (2.12.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) - loofah (2.21.4) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -136,9 +135,9 @@ GEM marcel (1.0.2) matrix (0.4.2) mini_mime (1.1.5) - minitest (5.20.0) + minitest (5.22.3) msgpack (1.7.2) - mutex_m (0.1.2) + mutex_m (0.2.0) net-imap (0.4.1) date net-protocol @@ -149,9 +148,9 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.5.9) - nokogiri (1.15.4-x86_64-darwin) + nokogiri (1.16.4-x86_64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.16.4-x86_64-linux) racc (~> 1.4) parallel (1.23.0) pg (1.5.4) @@ -161,7 +160,7 @@ GEM puma (6.4.0) nio4r (~> 2.0) raabro (1.4.0) - racc (1.7.1) + racc (1.7.3) rack (3.0.8) rack-session (2.0.0) rack (>= 3.0.0) @@ -213,7 +212,6 @@ GEM reline (0.3.9) io-console (~> 0.5) rexml (3.2.6) - ruby2_keywords (0.0.5) rubyzip (2.3.2) selenium-webdriver (4.10.0) rexml (~> 3.2, >= 3.2.5) @@ -277,7 +275,7 @@ DEPENDENCIES debug fugit importmap-rails (>= 1.1.6) - jbuilder + jbuilder (>= 2.12.0) parallel pg (~> 1.1) puma (~> 6.3, >= 6.3.1)