Gemfile in chargify2-0.2.2 vs Gemfile in chargify2-0.2.4

- old
+ new

@@ -1,19 +1,8 @@ source "http://rubygems.org" -gem 'httparty' -gem 'addressable' -gem 'hashie' -gem 'hashery' -# Add dependencies to develop your gem here. -# Include everything needed to run rake, tests, features, etc. +# Specify your gem's dependencies in chargify2.gemspec +gemspec + group :development do - gem "rspec", "~> 2.3.0" - gem "yard", "~> 0.6.0" - gem "bundler", "~> 1.0.0" - gem "jeweler", "~> 1.5.2" - gem "rcov", ">= 0" - gem "webmock" - gem "vcr" - gem "capybara" - gem "ruby-debug19", :platforms => [:ruby_19] + gem "debugger", :platforms => [:ruby_19] end