1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/Gemfile
Chris Caselas 1f7ab6a120 Replace multi_json gem with stdlib JSON.
As of June 2013, multi_json will no longer be maintained.
2013-06-14 13:24:45 -07:00

14 lines
237 B
Ruby

source 'https://rubygems.org'
gemspec
gem 'rake'
gem 'cucumber', '~> 0.7'
gem 'fakeweb', '~> 1.2'
gem 'rspec', '~> 1.3'
gem 'mongrel', '1.2.0.pre2'
group :development do
gem 'guard'
gem 'guard-rspec'
gem 'guard-bundler'
end