Skip to content

Commit fdc0d8e

Browse files
Update dependency sprockets to v4
1 parent a95a0ba commit fdc0d8e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

api/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ group :development do
7272
gem 'listen', '~> 3.3'
7373
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
7474
gem 'spring'
75-
gem 'sprockets', '~> 3.7.2'
75+
gem 'sprockets', '~> 4.2.0'
7676
gem 'graphiql-rails'
7777
end
7878

api/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ GEM
7878
code_analyzer (0.5.5)
7979
sexp_processor
8080
colorize (1.1.0)
81-
concurrent-ruby (1.2.2)
81+
concurrent-ruby (1.2.3)
8282
crass (1.0.6)
8383
database_cleaner-active_record (2.1.0)
8484
activerecord (>= 5.a)
@@ -305,9 +305,9 @@ GEM
305305
spring (4.1.1)
306306
spring-commands-rspec (1.0.4)
307307
spring (>= 0.9.1)
308-
sprockets (3.7.2)
308+
sprockets (4.2.1)
309309
concurrent-ruby (~> 1.0)
310-
rack (> 1, < 3)
310+
rack (>= 2.2.4, < 4)
311311
sprockets-rails (3.4.2)
312312
actionpack (>= 5.2)
313313
activesupport (>= 5.2)
@@ -372,7 +372,7 @@ DEPENDENCIES
372372
slack-notifier
373373
spring
374374
spring-commands-rspec
375-
sprockets (~> 3.7.2)
375+
sprockets (~> 4.2.0)
376376
tzinfo-data
377377

378378
RUBY VERSION

0 commit comments

Comments
 (0)