Skip to content

Commit b4472f6

Browse files
Update dependency sprockets to v4
1 parent eb2b17e commit b4472f6

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
@@ -167,7 +167,7 @@ GEM
167167
puma (5.6.9)
168168
nio4r (~> 2.0)
169169
racc (1.7.1)
170-
rack (2.2.8)
170+
rack (2.2.10)
171171
rack-test (2.1.0)
172172
rack (>= 1.3)
173173
rails (6.1.7.6)
@@ -307,9 +307,9 @@ GEM
307307
spring (4.1.1)
308308
spring-commands-rspec (1.0.4)
309309
spring (>= 0.9.1)
310-
sprockets (3.7.2)
310+
sprockets (4.2.1)
311311
concurrent-ruby (~> 1.0)
312-
rack (> 1, < 3)
312+
rack (>= 2.2.4, < 4)
313313
sprockets-rails (3.4.2)
314314
actionpack (>= 5.2)
315315
activesupport (>= 5.2)
@@ -374,7 +374,7 @@ DEPENDENCIES
374374
slack-notifier
375375
spring
376376
spring-commands-rspec
377-
sprockets (~> 3.7.2)
377+
sprockets (~> 4.2.0)
378378
tzinfo-data
379379

380380
RUBY VERSION

0 commit comments

Comments
 (0)