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..a571992 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,9 +95,9 @@ GEM globalid (0.4.2) activesupport (>= 4.2.0) hashdiff (1.0.1) - i18n (1.8.9) + i18n (1.8.10) concurrent-ruby (~> 1.0) - jbuilder (2.10.1) + jbuilder (2.11.2) activesupport (>= 5.0.0) jwt (2.2.2) listen (3.4.1) @@ -262,7 +262,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)