diff --git a/Gemfile.lock b/Gemfile.lock index 99445c927..6a9fe82cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,6 +106,7 @@ GEM compass-import-once (1.0.5) sass (>= 3.2, < 3.5) concurrent-ruby (1.1.3) + connection_pool (2.2.2) coveralls (0.8.22) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -135,7 +136,7 @@ GEM fabrication (2.20.1) faker (1.9.1) i18n (>= 0.7) - faraday (0.12.2) + faraday (0.15.4) multipart-post (>= 1.2, < 3) ffi (1.9.25) font-awesome-rails (4.7.0.4) @@ -177,7 +178,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) @@ -196,15 +197,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) @@ -349,8 +352,9 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - stripe (3.23.0) - faraday (~> 0.10) + stripe (4.2.0) + faraday (~> 0.13) + net-http-persistent (~> 3.0) temple (0.8.0) term-ansicolor (1.6.0) tins (~> 1.0)