Gemfile.lock in omniauth-basecamp-0.1.0 vs Gemfile.lock in omniauth-basecamp-0.2.0
- old
+ new
@@ -1,44 +1,49 @@
PATH
remote: .
specs:
omniauth-basecamp (0.1.0)
- omniauth-oauth2 (~> 1.0.0)
+ omniauth-oauth2 (~> 1.1)
GEM
- remote: http://rubygems.org/
+ remote: https://rubygems.org/
specs:
- diff-lcs (1.1.3)
- faraday (0.8.4)
- multipart-post (~> 1.1)
- hashie (1.2.0)
- httpauth (0.2.0)
- jwt (0.1.5)
- multi_json (>= 1.0)
- multi_json (1.5.0)
- multipart-post (1.1.5)
- oauth2 (0.8.0)
- faraday (~> 0.8)
- httpauth (~> 0.1)
- jwt (~> 0.1.4)
- multi_json (~> 1.0)
+ diff-lcs (1.2.5)
+ faraday (0.9.0)
+ multipart-post (>= 1.2, < 3)
+ hashie (3.3.1)
+ jwt (1.0.0)
+ multi_json (1.10.1)
+ multi_xml (0.5.5)
+ multipart-post (2.0.0)
+ oauth2 (1.0.0)
+ faraday (>= 0.8, < 0.10)
+ jwt (~> 1.0)
+ multi_json (~> 1.3)
+ multi_xml (~> 0.5)
rack (~> 1.2)
- omniauth (1.1.1)
- hashie (~> 1.2)
- rack
- omniauth-oauth2 (1.0.3)
- oauth2 (~> 0.8.0)
- omniauth (~> 1.0)
- rack (1.4.4)
- rake (0.9.2.2)
- rspec (2.10.0)
- rspec-core (~> 2.10.0)
- rspec-expectations (~> 2.10.0)
- rspec-mocks (~> 2.10.0)
- rspec-core (2.10.0)
- rspec-expectations (2.10.0)
- diff-lcs (~> 1.1.3)
- rspec-mocks (2.10.1)
+ omniauth (1.2.2)
+ hashie (>= 1.2, < 4)
+ rack (~> 1.0)
+ omniauth-oauth2 (1.2.0)
+ faraday (>= 0.8, < 0.10)
+ multi_json (~> 1.3)
+ oauth2 (~> 1.0)
+ omniauth (~> 1.2)
+ rack (1.5.2)
+ rake (10.3.2)
+ rspec (3.1.0)
+ rspec-core (~> 3.1.0)
+ rspec-expectations (~> 3.1.0)
+ rspec-mocks (~> 3.1.0)
+ rspec-core (3.1.6)
+ rspec-support (~> 3.1.0)
+ rspec-expectations (3.1.2)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.1.0)
+ rspec-mocks (3.1.3)
+ rspec-support (~> 3.1.0)
+ rspec-support (3.1.2)
PLATFORMS
ruby
DEPENDENCIES