Gemfile.lock in nhr-api-ruby-client-0.5.0 vs Gemfile.lock in nhr-api-ruby-client-0.6.0
- old
+ new
@@ -1,36 +1,37 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (5.0.0.1)
+ activesupport (5.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.4.0)
- builder (3.2.2)
- concurrent-ruby (1.0.2)
+ builder (3.2.3)
+ concurrent-ruby (1.0.4)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
+ diff-lcs (1.3)
docile (1.1.5)
- domain_name (0.5.20160310)
+ domain_name (0.5.20161129)
unf (>= 0.0.5, < 1.0.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
git (1.3.0)
github_api (0.14.5)
addressable (~> 2.4.0)
descendants_tracker (~> 0.0.4)
faraday (~> 0.8, < 0.10)
hashie (>= 3.4)
oauth2 (~> 1.0)
- hashie (3.4.6)
+ hashie (3.5.1)
highline (1.7.8)
- http-cookie (1.0.2)
+ http-cookie (1.0.3)
domain_name (~> 0.5)
- i18n (0.7.0)
- json (1.8.3)
+ i18n (0.8.0)
+ json (1.8.6)
juwelier (2.2.3)
builder
bundler (>= 1.13)
git (>= 1.2.5)
github_api
@@ -39,42 +40,57 @@
psych (~> 2.2)
rake
rdoc
semver
jwt (1.5.6)
- mime-types (2.99.2)
+ mime-types (3.1)
+ mime-types-data (~> 3.2015)
+ mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
- minitest (5.9.0)
+ minitest (5.10.1)
multi_json (1.12.1)
- multi_xml (0.5.5)
+ multi_xml (0.6.0)
multipart-post (2.0.0)
netrc (0.11.0)
- nokogiri (1.6.8.1)
+ nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
- oauth2 (1.2.0)
- faraday (>= 0.8, < 0.10)
+ oauth2 (1.3.0)
+ faraday (>= 0.8, < 0.11)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
- psych (2.2.1)
+ psych (2.2.2)
rack (2.0.1)
- rake (11.3.0)
+ rake (12.0.0)
rdoc (3.12.2)
json (~> 1.4)
- rest-client (1.8.0)
+ rest-client (2.0.0)
http-cookie (>= 1.0.2, < 2.0)
- mime-types (>= 1.16, < 3.0)
- netrc (~> 0.7)
+ mime-types (>= 1.16, < 4.0)
+ netrc (~> 0.8)
+ rspec (3.5.0)
+ rspec-core (~> 3.5.0)
+ rspec-expectations (~> 3.5.0)
+ rspec-mocks (~> 3.5.0)
+ rspec-core (3.5.4)
+ rspec-support (~> 3.5.0)
+ rspec-expectations (3.5.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.5.0)
+ rspec-mocks (3.5.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.5.0)
+ rspec-support (3.5.0)
semver (1.0.1)
shoulda (3.5.0)
shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (>= 1.4.1, < 3.0)
- shoulda-context (1.2.1)
+ shoulda-context (1.2.2)
shoulda-matchers (2.8.0)
activesupport (>= 3.0.0)
- simplecov (0.12.0)
+ simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
thread_safe (0.3.5)
@@ -86,15 +102,16 @@
PLATFORMS
ruby
DEPENDENCIES
- bundler (~> 1.0)
+ bundler (>= 1.5.0)
json (~> 1.8.1)
juwelier (~> 2.2.0)
rdoc (~> 3.12)
rest-client
+ rspec
shoulda
simplecov
BUNDLED WITH
- 1.13.6
+ 1.14.3