Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 7936bae

Browse files
Bump sprockets-rails from 3.2.2 to 3.4.0 (mastodon#16990)
Bumps [sprockets-rails](https://github.com/rails/sprockets-rails) from 3.2.2 to 3.4.0. - [Release notes](https://github.com/rails/sprockets-rails/releases) - [Commits](rails/sprockets-rails@v3.2.2...v3.4.0) --- updated-dependencies: - dependency-name: sprockets-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96f1538 commit 7936bae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ gem 'sidekiq-unique-jobs', '~> 7.1'
8484
gem 'sidekiq-bulk', '~>0.2.0'
8585
gem 'simple-navigation', '~> 4.3'
8686
gem 'simple_form', '~> 5.1'
87-
gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie'
87+
gem 'sprockets-rails', '~> 3.4', require: 'sprockets/railtie'
8888
gem 'stoplight', '~> 2.2.1'
8989
gem 'strong_migrations', '~> 0.7'
9090
gem 'tty-prompt', '~> 0.23', require: false

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,9 @@ GEM
583583
sprockets (3.7.2)
584584
concurrent-ruby (~> 1.0)
585585
rack (> 1, < 3)
586-
sprockets-rails (3.2.2)
587-
actionpack (>= 4.0)
588-
activesupport (>= 4.0)
586+
sprockets-rails (3.4.0)
587+
actionpack (>= 5.2)
588+
activesupport (>= 5.2)
589589
sprockets (>= 3.0.0)
590590
sshkit (1.21.2)
591591
net-scp (>= 1.1.2)
@@ -774,7 +774,7 @@ DEPENDENCIES
774774
simple_form (~> 5.1)
775775
simplecov (~> 0.21)
776776
sprockets (~> 3.7.2)
777-
sprockets-rails (~> 3.2)
777+
sprockets-rails (~> 3.4)
778778
stackprof
779779
stoplight (~> 2.2.1)
780780
strong_migrations (~> 0.7)

0 commit comments

Comments
 (0)