Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
be more specific with nokogiri version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Feb 24, 2017
1 parent b68bc1b commit 2f3dbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

if RUBY_VERSION =~ /^1|^2\.0/
gem 'nokogiri', '~> 1.6'
gem 'nokogiri', '~> 1.6.8'
else
gem 'nokogiri'
end
Expand Down

0 comments on commit 2f3dbfa

Please sign in to comment.