Skip to content

Commit cb8c94f

Browse files
committedApr 23, 2015
Don't support Sprockets 3.0 in 0.7 series
The released version of Sprockets 3 has some changes that weren't in the prerelease we tested opal against. Not having the time to maintaining 0.7+sprockets3 and with 0.8 being just around the corner seems wise to just not support it.
1 parent a1dffdb commit cb8c94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎opal.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121
required_ruby_version = '>= 1.9.3'
2222

2323
s.add_dependency 'sourcemap', '~> 0.1.0'
24-
s.add_dependency 'sprockets', '>= 2.2.3', '< 4.0.0'
24+
s.add_dependency 'sprockets', '>= 2.2.3', '< 3.0.0'
2525
s.add_dependency 'hike', '~> 1.2'
2626
s.add_dependency 'tilt', '~> 1.4'
2727

0 commit comments

Comments
 (0)
Please sign in to comment.