diff --git a/Gemfile b/Gemfile index cf80388..c557627 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' gem 'turbolinks', '~> 5' -gem 'jbuilder', '~> 2.5' +gem 'jbuilder', '~> 2.8', '>= 2.8.0' # gem 'redis', '~> 3.0' gem 'devise' gem 'dotenv-rails' diff --git a/Gemfile.lock b/Gemfile.lock index b9d9f8d..618f934 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.2.3) crass (1.0.3) database_cleaner (2.0.2) database_cleaner-active_record (>= 2, < 3) @@ -82,11 +82,11 @@ GEM ffi (1.9.18) globalid (0.4.1) activesupport (>= 4.2.0) - i18n (0.9.1) + i18n (0.9.5) concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) + jbuilder (2.11.5) + actionview (>= 5.0.0) + activesupport (>= 5.0.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -99,8 +99,8 @@ GEM method_source (0.9.0) mini_mime (1.0.0) mini_portile2 (2.3.0) - minitest (5.11.1) - multi_json (1.13.1) + minitest (5.22.2) + multi_json (1.15.0) mysql2 (0.4.10) nio4r (2.2.0) nokogiri (1.8.1) @@ -194,7 +194,7 @@ GEM turbolinks (5.1.0) turbolinks-source (~> 5.1) turbolinks-source (5.1.0) - tzinfo (1.2.4) + tzinfo (1.2.11) thread_safe (~> 0.1) tzinfo-data (1.2024.1) tzinfo (>= 1.0.0) @@ -222,7 +222,7 @@ DEPENDENCIES dotenv-rails factory_bot_rails faker - jbuilder (~> 2.5) + jbuilder (~> 2.8, >= 2.8.0) listen (>= 3.0.5, < 3.2) mysql2 (< 0.5) puma (~> 3.7)