diff --git a/api/Gemfile b/api/Gemfile index 9b7f6243..085de86a 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -72,7 +72,7 @@ group :development do gem 'listen', '~> 3.3' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' - gem 'sprockets', '~> 3.7.2' + gem 'sprockets', '~> 4.2.0' gem 'graphiql-rails' end diff --git a/api/Gemfile.lock b/api/Gemfile.lock index 614557f2..0f6fe9ff 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -167,7 +167,7 @@ GEM puma (5.6.9) nio4r (~> 2.0) racc (1.7.1) - rack (2.2.8) + rack (2.2.10) rack-test (2.1.0) rack (>= 1.3) rails (6.1.7.6) @@ -307,9 +307,9 @@ GEM spring (4.1.1) spring-commands-rspec (1.0.4) spring (>= 0.9.1) - sprockets (3.7.2) + sprockets (4.2.1) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) sprockets-rails (3.4.2) actionpack (>= 5.2) activesupport (>= 5.2) @@ -374,7 +374,7 @@ DEPENDENCIES slack-notifier spring spring-commands-rspec - sprockets (~> 3.7.2) + sprockets (~> 4.2.0) tzinfo-data RUBY VERSION