We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb2bf3 commit 677bed0Copy full SHA for 677bed0
critical-path-css-rails.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
s.description = 'Only load the CSS you need for the initial viewport in Rails!'
11
s.license = 'MIT'
12
13
- s.add_runtime_dependency 'phantomjs', ['~> 1.9']
+ s.add_runtime_dependency 'phantomjs', ['~> 2.1.1']
14
15
s.files = `git ls-files`.split("\n")
16
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
0 commit comments