Skip to content

Commit 766d226

Browse files
committed
relaxed phantomjs requirement
1 parent a248245 commit 766d226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

critical-path-css-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.description = 'Only load the CSS you need for the initial viewport in Rails!'
1111
s.license = 'MIT'
1212

13-
s.add_runtime_dependency 'phantomjs', ['~> 1.9']
13+
s.add_runtime_dependency 'phantomjs', ['>= 1.9']
1414

1515
s.files = `git ls-files`.split("\n")
1616
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }

0 commit comments

Comments
 (0)