Skip to content

Commit 97c12eb

Browse files
Bump sprockets-rails from 3.4.2 to 3.5.1 (#242)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17ecb03 commit 97c12eb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
2222
gem "cssbundling-rails", "~> 1.4"
2323
gem "jsbundling-rails", "~> 1.3"
2424
gem "sprockets", "~> 4.2"
25-
gem "sprockets-rails", "~> 3.4"
25+
gem "sprockets-rails", "~> 3.5"
2626

2727
group :test do
2828
gem "database_cleaner-active_record"

Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ GEM
183183
matrix (0.4.2)
184184
method_source (1.1.0)
185185
mini_mime (1.1.5)
186-
minitest (5.23.1)
186+
minitest (5.24.1)
187187
msgpack (1.7.2)
188188
mutex_m (0.2.0)
189189
net-imap (0.4.10)
@@ -410,7 +410,7 @@ GEM
410410
puma (6.4.2)
411411
nio4r (~> 2.0)
412412
racc (1.8.0)
413-
rack (3.1.3)
413+
rack (3.1.4)
414414
rack-proxy (0.7.7)
415415
rack
416416
rack-session (2.0.0)
@@ -534,9 +534,9 @@ GEM
534534
sprockets (4.2.0)
535535
concurrent-ruby (~> 1.0)
536536
rack (>= 2.2.4, < 4)
537-
sprockets-rails (3.4.2)
538-
actionpack (>= 5.2)
539-
activesupport (>= 5.2)
537+
sprockets-rails (3.5.1)
538+
actionpack (>= 6.1)
539+
activesupport (>= 6.1)
540540
sprockets (>= 3.0.0)
541541
statsd-ruby (1.5.0)
542542
stringio (3.1.1)
@@ -595,7 +595,7 @@ DEPENDENCIES
595595
simplecov
596596
simplecov-json
597597
sprockets (~> 4.2)
598-
sprockets-rails (~> 3.4)
598+
sprockets-rails (~> 3.5)
599599
tzinfo-data
600600

601601
RUBY VERSION

0 commit comments

Comments
 (0)