diff --git a/Gemfile.lock b/Gemfile.lock index 5750e4a78..faff3eaab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,6 +126,7 @@ GEM compass-import-once (1.0.5) sass (>= 3.2, < 3.5) concurrent-ruby (1.1.3) + connection_pool (2.2.2) coolline (0.5.0) unicode_utils (~> 1.4) coveralls (0.8.22) @@ -159,7 +160,7 @@ GEM fabrication (2.20.1) faker (1.9.1) i18n (>= 0.7) - faraday (0.12.2) + faraday (0.15.3) multipart-post (>= 1.2, < 3) ffi (1.9.25) font-awesome-rails (4.7.0.4) @@ -205,7 +206,7 @@ GEM jquery-ui-rails (5.0.5) railties (>= 3.2.16) json (1.8.6) - jwt (1.5.6) + jwt (2.1.0) launchy (2.4.3) addressable (~> 2.3) letter_opener (1.6.0) @@ -224,15 +225,17 @@ GEM multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) + net-http-persistent (3.0.0) + connection_pool (~> 2.2) net-sftp (2.1.2) net-ssh (>= 2.6.5) net-ssh (5.0.2) newrelic_rpm (5.4.0.347) nokogiri (1.8.5) mini_portile2 (~> 2.3.0) - oauth2 (1.4.0) - faraday (>= 0.8, < 0.13) - jwt (~> 1.0) + oauth2 (1.4.1) + faraday (>= 0.8, < 0.16.0) + jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) @@ -390,8 +393,9 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - stripe (3.23.0) - faraday (~> 0.10) + stripe (4.0.2) + faraday (~> 0.13) + net-http-persistent (~> 3.0) temple (0.8.0) term-ansicolor (1.6.0) tins (~> 1.0)