Skip to content

Commit ece41ef

Browse files
Bump sprockets-rails from 3.4.2 to 3.5.2 (#2638)
Bumps [sprockets-rails](https://github.com/rails/sprockets-rails) from 3.4.2 to 3.5.2. - [Release notes](https://github.com/rails/sprockets-rails/releases) - [Commits](rails/sprockets-rails@v3.4.2...v3.5.2) --- updated-dependencies: - dependency-name: sprockets-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4556b6 commit ece41ef

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

Appraisals

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
appraise "rails60" do
22
gem "rails", "~> 6.0.3.4"
3+
gem "sprockets-rails", "~> 3.4"
34
end
45

56
appraise "rails61" do

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "unicorn"
1818

1919
gem "cssbundling-rails", "~> 1.4"
2020
gem "jsbundling-rails", "~> 1.3"
21-
gem "sprockets-rails", "~> 3.4"
21+
gem "sprockets-rails", "~> 3.5"
2222

2323
group :development, :test do
2424
gem "appraisal"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,12 @@ GEM
315315
concurrent-ruby (~> 1.0, >= 1.0.2)
316316
shoulda-matchers (6.4.0)
317317
activesupport (>= 5.2.0)
318-
sprockets (4.2.0)
318+
sprockets (4.2.1)
319319
concurrent-ruby (~> 1.0)
320320
rack (>= 2.2.4, < 4)
321-
sprockets-rails (3.4.2)
322-
actionpack (>= 5.2)
323-
activesupport (>= 5.2)
321+
sprockets-rails (3.5.2)
322+
actionpack (>= 6.1)
323+
activesupport (>= 6.1)
324324
sprockets (>= 3.0.0)
325325
standard (1.40.0)
326326
language_server-protocol (~> 3.17.0.2)
@@ -394,7 +394,7 @@ DEPENDENCIES
394394
sentry-rails
395395
sentry-ruby
396396
shoulda-matchers
397-
sprockets-rails (~> 3.4)
397+
sprockets-rails (~> 3.5)
398398
standard
399399
timecop
400400
uglifier

gemfiles/pundit21.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "sentry-ruby"
1818
gem "unicorn"
1919
gem "cssbundling-rails", "~> 1.4"
2020
gem "jsbundling-rails", "~> 1.3"
21-
gem "sprockets-rails", "~> 3.4"
21+
gem "sprockets-rails", "~> 3.5"
2222

2323
group :development, :test do
2424
gem "appraisal"

gemfiles/rails61.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "sentry-ruby"
1818
gem "unicorn"
1919
gem "cssbundling-rails", "~> 1.4"
2020
gem "jsbundling-rails", "~> 1.3"
21-
gem "sprockets-rails", "~> 3.4"
21+
gem "sprockets-rails", "~> 3.5"
2222
gem "rails", "~> 6.1"
2323

2424
group :development, :test do

gemfiles/rails70.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "sentry-ruby"
1818
gem "unicorn"
1919
gem "cssbundling-rails", "~> 1.4"
2020
gem "jsbundling-rails", "~> 1.3"
21-
gem "sprockets-rails", "~> 3.4"
21+
gem "sprockets-rails", "~> 3.5"
2222
gem "rails", "~> 7.0"
2323

2424
group :development, :test do

0 commit comments

Comments
 (0)