diff --git a/Gemfile b/Gemfile index 086c82c..28d4211 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index e10b481..0044860 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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 @@ -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)