Skip to content

Commit

Permalink
Merge pull request #250 from indirect/dependabot/bundler/sprockets-ra…
Browse files Browse the repository at this point in the history
…ils-3.5.1

Bump sprockets-rails from 3.4.2 to 3.5.1
  • Loading branch information
github-actions[bot] authored Jun 10, 2024
2 parents 1f36759 + 585b4c7 commit 65ddf20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ gem "nokogiri", "~> 1.16"
gem "pry", "~> 0.14.1"
gem "rake", "~> 13.2"
gem "rspec-rails", "~> 6.1"
gem "sprockets-rails", "~> 3.2"
gem "sprockets-rails", "~> 3.5"
gem "sqlite3", "~> 1.7"
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.2.4)
builder (3.3.0)
capybara (3.40.0)
addressable
matrix
Expand All @@ -96,7 +96,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
Expand Down Expand Up @@ -210,9 +210,9 @@ GEM
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets-rails (3.5.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
Expand Down Expand Up @@ -244,7 +244,7 @@ DEPENDENCIES
rails-footnotes!
rake (~> 13.2)
rspec-rails (~> 6.1)
sprockets-rails (~> 3.2)
sprockets-rails (~> 3.5)
sqlite3 (~> 1.7)

RUBY VERSION
Expand Down

0 comments on commit 65ddf20

Please sign in to comment.