Skip to content

Commit

Permalink
Merge pull request #150 from keaplogik/fix-nokogiri-gemspec
Browse files Browse the repository at this point in the history
Nokogiri already in gemspec
  • Loading branch information
Lordnibbler committed Sep 26, 2014
2 parents 4e15a94 + eb51d65 commit 6e6a8ad
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
Expand Up @@ -4,14 +4,14 @@ gemspec

group :test do
if RUBY_VERSION < "1.9"
gem "nokogiri", "~> 1.5.0"
gem "ruby-debug", "~> 0.10.4"
else
gem "debugger", "~> 1.1"
end
gem "shoulda", "~> 2.11"
gem "rake", "~> 10"
gem "mocha", "~> 0.14", :require => false
gem "nokogiri", "~> 1.5.0"
gem "timecop", "<= 0.6.0"
gem "systemu", "~> 2"
gem "rspec", "~> 2"
Expand Down

0 comments on commit 6e6a8ad

Please sign in to comment.