Skip to content

Commit 585b4c7

Browse files
Bump sprockets-rails from 3.4.2 to 3.5.1
Bumps [sprockets-rails](https://github.com/rails/sprockets-rails) from 3.4.2 to 3.5.1. - [Release notes](https://github.com/rails/sprockets-rails/releases) - [Commits](rails/sprockets-rails@v3.4.2...v3.5.1) --- updated-dependencies: - dependency-name: sprockets-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f36759 commit 585b4c7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ gem "nokogiri", "~> 1.16"
1111
gem "pry", "~> 0.14.1"
1212
gem "rake", "~> 13.2"
1313
gem "rspec-rails", "~> 6.1"
14-
gem "sprockets-rails", "~> 3.2"
14+
gem "sprockets-rails", "~> 3.5"
1515
gem "sqlite3", "~> 1.7"

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ GEM
8585
public_suffix (>= 2.0.2, < 6.0)
8686
base64 (0.2.0)
8787
bigdecimal (3.1.8)
88-
builder (3.2.4)
88+
builder (3.3.0)
8989
capybara (3.40.0)
9090
addressable
9191
matrix
@@ -96,7 +96,7 @@ GEM
9696
regexp_parser (>= 1.5, < 3.0)
9797
xpath (~> 3.2)
9898
coderay (1.1.3)
99-
concurrent-ruby (1.3.1)
99+
concurrent-ruby (1.3.3)
100100
connection_pool (2.4.1)
101101
crass (1.0.6)
102102
date (3.3.4)
@@ -210,9 +210,9 @@ GEM
210210
sprockets (4.2.1)
211211
concurrent-ruby (~> 1.0)
212212
rack (>= 2.2.4, < 4)
213-
sprockets-rails (3.4.2)
214-
actionpack (>= 5.2)
215-
activesupport (>= 5.2)
213+
sprockets-rails (3.5.1)
214+
actionpack (>= 6.1)
215+
activesupport (>= 6.1)
216216
sprockets (>= 3.0.0)
217217
sqlite3 (1.7.3-arm64-darwin)
218218
sqlite3 (1.7.3-x86_64-linux)
@@ -244,7 +244,7 @@ DEPENDENCIES
244244
rails-footnotes!
245245
rake (~> 13.2)
246246
rspec-rails (~> 6.1)
247-
sprockets-rails (~> 3.2)
247+
sprockets-rails (~> 3.5)
248248
sqlite3 (~> 1.7)
249249

250250
RUBY VERSION

0 commit comments

Comments
 (0)