diff --git a/Gemfile b/Gemfile index 867e326ab..9bd715319 100644 --- a/Gemfile +++ b/Gemfile @@ -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"