diff --git a/Gemfile b/Gemfile index 856e414..a1caae7 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'webpacker', '~> 5.4' gem 'bootstrap', '>= 4.3.1' gem 'coffee-rails', '~> 5.0' gem 'font-awesome-sass', '~> 5.15.1' -gem 'jbuilder', '~> 2.10', '>= 2.10.1' +gem 'jbuilder', '~> 2.11' gem 'jquery-rails', '~> 4.4' gem 'sass-rails', '~> 6.0' gem 'turbolinks', '~> 5.2', '>= 5.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 7d0cd51..0002e0b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,9 +115,9 @@ GEM guard-minitest (2.4.6) guard-compat (~> 1.2) minitest (>= 3.0) - i18n (1.8.10) + i18n (1.8.11) concurrent-ruby (~> 1.0) - jbuilder (2.11.2) + jbuilder (2.11.4) activesupport (>= 5.0.0) jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) @@ -278,7 +278,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.4.2) + zeitwerk (2.5.1) PLATFORMS ruby @@ -292,7 +292,7 @@ DEPENDENCIES font-awesome-sass (~> 5.15.1) guard (~> 2.18) guard-minitest (~> 2.4, >= 2.4.6) - jbuilder (~> 2.10, >= 2.10.1) + jbuilder (~> 2.11) jquery-rails (~> 4.4) listen (~> 3.7) mini_racer (~> 0.4.0)