Skip to content

Commit

Permalink
Update dependency sprockets to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent a95a0ba commit fdc0d8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
code_analyzer (0.5.5)
sexp_processor
colorize (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
crass (1.0.6)
database_cleaner-active_record (2.1.0)
activerecord (>= 5.a)
Expand Down Expand Up @@ -305,9 +305,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)
Expand Down Expand Up @@ -372,7 +372,7 @@ DEPENDENCIES
slack-notifier
spring
spring-commands-rspec
sprockets (~> 3.7.2)
sprockets (~> 4.2.0)
tzinfo-data

RUBY VERSION
Expand Down

0 comments on commit fdc0d8e

Please sign in to comment.