This commit is contained in:
Raphael 2010-08-19 16:46:46 -07:00
parent 170ef67181
commit 09ed7141dd

View file

@ -22,6 +22,7 @@ gem 'will_paginate', '3.0.pre'
#Uncatagorized #Uncatagorized
gem 'roxml', :git => 'git://github.com/Empact/roxml.git' gem 'roxml', :git => 'git://github.com/Empact/roxml.git'
gem 'addressable', :require => 'addressable/uri' gem 'addressable', :require => 'addressable/uri'
gem 'json'
#Standards #Standards
gem 'pubsubhubbub' gem 'pubsubhubbub'
@ -47,7 +48,6 @@ group :test do
gem 'database_cleaner' gem 'database_cleaner'
gem 'saucelabs-adapter', '= 0.8.12' gem 'saucelabs-adapter', '= 0.8.12'
gem 'selenium-rc' gem 'selenium-rc'
gem 'json'
end end
group :development do group :development do