diff --git a/Gemfile.lock b/Gemfile.lock index 16f7f8f..401bfbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,6 @@ GEM descendants_tracker (~> 0.0.4) ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) - base64 (0.1.1) coercible (1.0.0) descendants_tracker (~> 0.0.1) concurrent-ruby (1.2.2) @@ -50,13 +49,14 @@ GEM equalizer (0.0.11) erubis (2.7.0) fabrication (2.27.0) - faraday (2.7.11) - base64 - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger faraday-multipart (1.0.4) multipart-post (~> 2) - faraday-net_http (3.0.2) + faraday-net_http (3.4.2) + net-http (~> 0.5) flay (2.12.1) erubis (~> 2.7.0) path_expander (~> 1.0) @@ -67,10 +67,14 @@ GEM ruby_parser (~> 3.1, > 3.1.0) sexp_processor (~> 4.8) ice_nine (0.11.2) + json (2.18.1) kwalify (0.7.2) launchy (2.5.0) addressable (~> 2.7) + logger (1.7.0) multipart-post (2.3.0) + net-http (0.9.1) + uri (>= 0.11.1) parser (3.1.3.0) ast (~> 2.4.1) path_expander (1.1.0) @@ -96,7 +100,6 @@ GEM rspec-support (3.11.0) rspec_junit_formatter (0.5.1) rspec-core (>= 2, < 4, != 2.12.0) - ruby2_keywords (0.0.5) ruby_parser (3.18.1) sexp_processor (~> 4.16) rubycritic (4.6.1) @@ -127,6 +130,7 @@ GEM unicode-emoji (4.0.0) unicode-version (~> 1.0) unicode-version (1.4.0) + uri (1.1.1) virtus (1.0.5) axiom-types (~> 0.1) coercible (~> 1.0)