Skip to content

Commit 91b8072

Browse files
Merge pull request mudbugmedia#17 from frozenfung/upgrade-phantomjs
Upgrade phantomjs
2 parents eeb2bf3 + 677bed0 commit 91b8072

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', ['~> 2.1.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)