Gemfile.lock in yammer-client-0.1.2 vs Gemfile.lock in yammer-client-0.1.3
- old
+ new
@@ -1,13 +1,14 @@
PATH
remote: .
specs:
- yammer-client (0.1.2)
+ yammer-client (0.1.3)
addressable (~> 2.3.3)
multi_json (~> 1.3)
oauth2-client (~> 1.1.2)
oj (~> 2.0.10)
+ rest-client (~> 1.6.7)
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.3)
@@ -19,18 +20,17 @@
rest-client
simplecov (>= 0.7)
thor
crack (0.3.2)
diff-lcs (1.2.1)
- json (1.7.5)
mime-types (1.21)
multi_json (1.6.1)
oauth2-client (1.1.2)
addressable
bcrypt-ruby (~> 3.0.0)
oj (2.0.10)
- rake (10.0.3)
+ rake (10.0.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
@@ -51,10 +51,9 @@
PLATFORMS
ruby
DEPENDENCIES
coveralls
- json
rake
rspec (>= 2.11)
simplecov
webmock (>= 1.10.1)
yammer-client!