diff --git a/Gemfile b/Gemfile index ce19368..9941fa1 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'coffee-rails', '~> 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.12' +gem 'jbuilder', '~> 2.14', '>= 2.14.0' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' # Use ActiveModel has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index 0b387ef..edb1f4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,9 +76,9 @@ GEM public_suffix (>= 2.0.2, < 7.0) archive-zip (0.12.0) io-like (~> 0.3.0) - base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.9) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.2) bindex (0.8.1) bootsnap (1.18.4) msgpack (~> 1.2) @@ -105,10 +105,10 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.3.5) - connection_pool (2.5.0) + connection_pool (2.5.3) crass (1.0.6) date (3.4.1) - drb (2.2.1) + drb (2.2.3) duktape (2.7.0.0) erubi (1.13.1) execjs (2.10.0) @@ -140,12 +140,12 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.13.0) - actionview (>= 5.0.0) - activesupport (>= 5.0.0) + jbuilder (2.14.0) + actionview (>= 7.0.0) + activesupport (>= 7.0.0) json (2.10.2) logger (1.7.0) - loofah (2.24.0) + loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -157,7 +157,7 @@ GEM matrix (0.4.2) method_source (1.1.0) mini_mime (1.1.5) - mini_portile2 (2.8.8) + mini_portile2 (2.8.9) minitest (5.25.5) msgpack (1.8.0) net-http (0.6.0) @@ -172,10 +172,10 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.18.6) + nokogiri (1.18.9) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.6-arm64-darwin) + nokogiri (1.18.9-arm64-darwin) racc (~> 1.4) pp (0.6.2) prettyprint @@ -217,7 +217,7 @@ GEM activesupport (= 7.2.2.1) bundler (>= 1.15.0) railties (= 7.2.2.1) - rails-dom-testing (2.2.0) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) @@ -312,7 +312,7 @@ DEPENDENCIES duktape graphlient graphql-client - jbuilder (~> 2.12) + jbuilder (~> 2.14, >= 2.14.0) pry pry-byebug pry-rails @@ -330,4 +330,4 @@ RUBY VERSION ruby 3.1.4p223 BUNDLED WITH - 2.3.13 + 2.3.26