Skip to content

Commit d97052e

Browse files
committed
Specify passing version of Sprockets
Not sure why it wasn't used in master, likely due to travis cache. The tests fail when Sprockets 3.0.0 is used but pass with 3.0.3, here's the bundle install diff https://www.diffchecker.com/36paaa47.
1 parent d1c4324 commit d97052e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemfiles/sprockets_3_0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem "sprockets", "~> 3.0.0"
3+
gem "sprockets", "~> 3.0.3"
44

55
# Specify your gem's dependencies in sassc-rails.gemspec
66
gemspec path: "../"

0 commit comments

Comments
 (0)