Gemfile in oauth2-client-1.0.0 vs Gemfile in oauth2-client-1.1.0
- old
+ new
@@ -1,17 +1,12 @@
source 'https://rubygems.org'
-gem 'json'
-
-gem 'bcrypt-ruby', '~> 3.0.0'
-
-gem 'addressable'
-
gem 'rake'
-gem 'rspec', '~>2.12'
+group :test do
+ gem 'json', :platforms => :ruby_18
+ gem 'rspec', '>= 2.11'
+ gem 'simplecov', :require => false
+ gem 'webmock'
+end
-gem 'simplecov'
-
-gem 'activesupport', '~> 3.2.8'
-
-# gem 'mocha', '>=0.12.1', :require => false
+gemspec
\ No newline at end of file