Skip to content

Commit

Permalink
Upgrade sprockets gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 1, 2024
1 parent cea87de commit b19e59c
Show file tree
Hide file tree
Showing 3 changed files with 2,157 additions and 1,314 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ gem "rubyzip"
gem "puma"

# Locking sprockets version
# TODO: Get rid of this as soon as we can
gem "sprockets", "~> 3.0"
gem "sprockets"
# Locking faraday version for the time being
# TODO: Get this as soon as we can
gem "faraday", "~> 1.0"
Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -664,10 +664,9 @@ GEM
prism (>= 0.28.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
sprockets (3.7.3)
base64
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -853,7 +852,7 @@ DEPENDENCIES
sorbet-runtime
sparql-client
spoom
sprockets (~> 3.0)
sprockets
tailwindcss-rails (~> 2.0)
tapioca
terser
Expand Down
Loading

0 comments on commit b19e59c

Please sign in to comment.