Skip to content

Commit

Permalink
Merge pull request #1307 from Ortuna/nokogiri-lock
Browse files Browse the repository at this point in the history
Lock nokogiri to 1.5.10
  • Loading branch information
Ortuna committed Jun 9, 2013
2 parents 3b2c71d + 47bff16 commit 309e667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -19,8 +19,8 @@ group :development do
puts "=> Using sinatra edge"
gem "sinatra", :git => "git://github.com/sinatra/sinatra.git" # :path => "/Developer/src/Extras/sinatra"
end
gem "nokogiri", "~> 1.5.10"
gem "json", ">= 1.5.3"
gem "nokogiri", ">= 1.4.4"
gem "rack", ">= 1.3.0"
gem "rake", ">= 0.8.7"
gem "yard", ">= 0.7.2"
Expand Down

0 comments on commit 309e667

Please sign in to comment.