Gemfile.lock in activestorage-cloudinary-service-0.1.0 vs Gemfile.lock in activestorage-cloudinary-service-0.2.0

- old
+ new

@@ -1,26 +1,84 @@ PATH remote: . specs: - activestorage-cloudinary-service (0.1.0) + activestorage-cloudinary-service (0.2.0) GEM remote: https://rubygems.org/ specs: + actionpack (5.2.0) + actionview (= 5.2.0) + activesupport (= 5.2.0) + rack (~> 2.0) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.2.0) + activesupport (= 5.2.0) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activemodel (5.2.0) + activesupport (= 5.2.0) + activerecord (5.2.0) + activemodel (= 5.2.0) + activesupport (= 5.2.0) + arel (>= 9.0) + activestorage (5.2.0) + actionpack (= 5.2.0) + activerecord (= 5.2.0) + marcel (~> 0.3.1) + activesupport (5.2.0) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (9.0.0) aws_cf_signer (0.1.3) + builder (3.2.3) cloudinary (1.8.2) aws_cf_signer rest-client + coderay (1.1.2) + concurrent-ruby (1.0.5) + crass (1.0.4) diff-lcs (1.3) domain_name (0.5.20170404) unf (>= 0.0.5, < 1.0.0) + erubi (1.7.1) http-cookie (1.0.3) domain_name (~> 0.5) + i18n (1.0.1) + concurrent-ruby (~> 1.0) + loofah (2.2.2) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + marcel (0.3.2) + mimemagic (~> 0.3.2) + method_source (0.9.0) mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) + mimemagic (0.3.2) + mini_portile2 (2.3.0) + minitest (5.11.3) netrc (0.11.0) + nokogiri (1.8.4) + mini_portile2 (~> 2.3.0) + pry (0.11.3) + coderay (~> 1.1.0) + method_source (~> 0.9.0) + rack (2.0.5) + rack-test (1.1.0) + rack (>= 1.0, < 3) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.4) + loofah (~> 2.2, >= 2.2.2) rake (10.5.0) rest-client (2.0.2) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) @@ -35,21 +93,26 @@ rspec-support (~> 3.7.0) rspec-mocks (3.7.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.7.0) rspec-support (3.7.0) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) unf (0.1.4) unf_ext unf_ext (0.0.7.4) PLATFORMS ruby DEPENDENCIES + activestorage (~> 5.2.0) activestorage-cloudinary-service! bundler (~> 1.16) - cloudinary + cloudinary (~> 1.8.2) + pry (~> 0.11.3) rake (~> 10.0) - rspec + rspec (~> 3.7.0) BUNDLED WITH - 1.16.0 + 1.16.2