Skip to content

Commit 6cc3159

Browse files
committed
Add support for beta version of sprockets 4
1 parent a5cc186 commit 6cc3159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sprockets/rails/utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Sprockets
44
module Rails
55
module Utils
66
def using_sprockets4?
7-
Gem::Version.new(Sprockets::VERSION) >= Gem::Version.new('4.0.0')
7+
Gem::Version.new(Sprockets::VERSION) >= Gem::Version.new('4.x')
88
end
99
end
1010
end

0 commit comments

Comments
 (0)