Skip to content

Commit eaab887

Browse files
committed
Use latest sprockets released versions on 4.2 test
1 parent d52ee31 commit eaab887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gemfiles/Gemfile-rails-4-2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ source "https://rubygems.org"
44
gemspec path: ".."
55

66
gem "rails", "~> 4.2.0"
7-
gem "sprockets", github: "rails/sprockets", branch: "master"
8-
gem "sprockets-rails", github: "rails/sprockets-rails", branch: "master"
7+
gem "sprockets", "~> 4.0.0.beta2"
8+
gem "sprockets-rails", "~> 3.0.4"

0 commit comments

Comments
 (0)