Gemfile.lock in api-auth-1.3.2 vs Gemfile.lock in api-auth-1.4.0

- old
+ new

@@ -1,82 +1,115 @@ PATH remote: . specs: - api-auth (1.3.2) + api-auth (1.4.0) GEM remote: https://rubygems.org/ specs: - abstract (1.0.0) - actionpack (3.0.20) - activemodel (= 3.0.20) - activesupport (= 3.0.20) - builder (~> 2.1.2) - erubis (~> 2.6.6) - i18n (~> 0.5.0) - rack (~> 1.2.5) - rack-mount (~> 0.6.14) - rack-test (~> 0.5.7) - tzinfo (~> 0.3.23) - activemodel (3.0.20) - activesupport (= 3.0.20) - builder (~> 2.1.2) - i18n (~> 0.5.0) - activeresource (3.0.20) - activemodel (= 3.0.20) - activesupport (= 3.0.20) - activesupport (3.0.20) + actionpack (4.2.5) + actionview (= 4.2.5) + activesupport (= 4.2.5) + rack (~> 1.6) + rack-test (~> 0.6.2) + rails-dom-testing (~> 1.0, >= 1.0.5) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (4.2.5) + activesupport (= 4.2.5) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 1.0, >= 1.0.5) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + activemodel (4.2.5) + activesupport (= 4.2.5) + builder (~> 3.1) + activeresource (4.0.0) + activemodel (~> 4.0) + activesupport (~> 4.0) + rails-observers (~> 0.1.1) + activesupport (4.2.5) + i18n (~> 0.7) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) amatch (0.2.10) tins (~> 0.3) - appraisal (0.5.2) + appraisal (2.1.0) bundler rake - builder (2.1.2) + thor (>= 0.14.0) + builder (3.2.2) curb (0.8.6) - diff-lcs (1.1.3) - erubis (2.6.6) - abstract (>= 1.0.0) + diff-lcs (1.2.5) + erubis (2.7.0) faraday (0.9.1) multipart-post (>= 1.2, < 3) httpi (2.1.0) rack rubyntlm (~> 0.3.2) - i18n (0.5.3) + i18n (0.7.0) + json (1.8.3) + loofah (2.0.3) + nokogiri (>= 1.5.9) mime-types (1.17.2) + mini_portile (0.6.2) + minitest (5.8.2) multipart-post (2.0.0) - rack (1.2.8) - rack-mount (0.6.14) - rack (>= 1.0.0) - rack-test (0.5.7) + nokogiri (1.6.6.2) + mini_portile (~> 0.6.0) + rack (1.6.4) + rack-test (0.6.3) rack (>= 1.0) - rake (0.9.2.2) + rails-deprecated_sanitizer (1.0.3) + activesupport (>= 4.2.0.alpha) + rails-dom-testing (1.0.7) + activesupport (>= 4.2.0.beta, < 5.0) + nokogiri (~> 1.6.0) + rails-deprecated_sanitizer (>= 1.0.1) + rails-html-sanitizer (1.0.2) + loofah (~> 2.0) + rails-observers (0.1.2) + activemodel (~> 4.0) + rake (10.4.2) rest-client (1.6.7) mime-types (>= 1.16) - rspec (2.4.0) - rspec-core (~> 2.4.0) - rspec-expectations (~> 2.4.0) - rspec-mocks (~> 2.4.0) - rspec-core (2.4.0) - rspec-expectations (2.4.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.4.0) + rspec (3.4.0) + rspec-core (~> 3.4.0) + rspec-expectations (~> 3.4.0) + rspec-mocks (~> 3.4.0) + rspec-core (3.4.0) + rspec-support (~> 3.4.0) + rspec-expectations (3.4.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.4.0) + rspec-mocks (3.4.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.4.0) + rspec-support (3.4.0) rubyntlm (0.3.4) + thor (0.19.1) + thread_safe (0.3.5) tins (0.5.5) - tzinfo (0.3.39) + tzinfo (1.2.2) + thread_safe (~> 0.1) PLATFORMS ruby DEPENDENCIES - actionpack (~> 3.0.0) - activeresource (~> 3.0.0) - activesupport (~> 3.0.0) + actionpack (> 2.3.2, < 5.0) + activeresource (~> 4.0) + activesupport (> 2.3.2, < 5.0) amatch api-auth! appraisal curb (~> 0.8.1) faraday httpi multipart-post (~> 2.0) rake rest-client (~> 1.6.0) - rspec (~> 2.4.0) + rspec (~> 3.4) + +BUNDLED WITH + 1.10.6