Skip to content

Commit 47d7896

Browse files
Allow for the phantomjs version to be less strict
1 parent 2a940bf commit 47d7896

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', ['~> 2.1.1']
13+
s.add_runtime_dependency 'phantomjs', ['~> 2.1']
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)