Gemfile in jsmestad-chargify-0.3.1 vs Gemfile in jsmestad-chargify-0.3.2
- old
+ new
@@ -2,19 +2,20 @@
group :runtime do
gem 'httparty', '~> 0.6.1'
gem 'hashie', '~> 0.1.8'
gem 'json'
+ gem 'activesupport', '~> 3.0.0', :require => 'active_support/all'
+ gem 'i18n'
end
group :test do
gem 'jeweler'
gem 'rake'
- gem 'bundler', '~> 0.9.26'
gem 'fakeweb', '>= 1.2.5'
gem 'mocha', '~> 0.9.8'
- gem 'rspec', '~> 2.0.0.beta.17'
- gem 'activesupport', '~> 3.0.0.beta.4', :require => 'active_support'
+ gem 'rspec', '~> 2.0.0.beta.22'
+
gem 'autotest'
end
# vim: ft=ruby