Update stripe to version 4.0.2

This commit is contained in:
depfu[bot] 2018-11-17 18:48:01 +00:00 committed by James Mason
parent 6cc5ca92b4
commit 078031e679

View file

@ -118,6 +118,7 @@ GEM
url url
coderay (1.1.1) coderay (1.1.1)
concurrent-ruby (1.1.3) concurrent-ruby (1.1.3)
connection_pool (2.2.2)
countable-rails (0.0.1) countable-rails (0.0.1)
railties (>= 3.1) railties (>= 3.1)
countries (2.1.4) countries (2.1.4)
@ -166,7 +167,7 @@ GEM
railties (>= 3.0.0) railties (>= 3.0.0)
faker (1.9.1) faker (1.9.1)
i18n (>= 0.7) i18n (>= 0.7)
faraday (0.12.2) faraday (0.15.3)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
fastimage (2.1.4) fastimage (2.1.4)
feature (1.4.0) feature (1.4.0)
@ -240,7 +241,7 @@ GEM
json (2.1.0) json (2.1.0)
json-schema (2.8.1) json-schema (2.8.1)
addressable (>= 2.4) addressable (>= 2.4)
jwt (1.5.6) jwt (2.1.0)
launchy (2.4.2) launchy (2.4.2)
addressable (~> 2.3) addressable (~> 2.3)
leaflet-rails (1.3.1) leaflet-rails (1.3.1)
@ -290,6 +291,8 @@ GEM
multipart-post (2.0.0) multipart-post (2.0.0)
mysql2 (0.5.2) mysql2 (0.5.2)
nenv (0.3.0) nenv (0.3.0)
net-http-persistent (3.0.0)
connection_pool (~> 2.2)
netrc (0.11.0) netrc (0.11.0)
nio4r (2.3.1) nio4r (2.3.1)
nokogiri (1.8.5) nokogiri (1.8.5)
@ -297,9 +300,9 @@ GEM
notiffany (0.1.1) notiffany (0.1.1)
nenv (~> 0.1) nenv (~> 0.1)
shellany (~> 0.0) shellany (~> 0.0)
oauth2 (1.4.0) oauth2 (1.4.1)
faraday (>= 0.8, < 0.13) faraday (>= 0.8, < 0.16.0)
jwt (~> 1.0) jwt (>= 1.0, < 3.0)
multi_json (~> 1.3) multi_json (~> 1.3)
multi_xml (~> 0.5) multi_xml (~> 0.5)
rack (>= 1.2, < 3) rack (>= 1.2, < 3)
@ -527,8 +530,9 @@ GEM
activesupport (>= 4.0) activesupport (>= 4.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.3.13) sqlite3 (1.3.13)
stripe (3.31.1) stripe (4.0.2)
faraday (~> 0.10) faraday (~> 0.13)
net-http-persistent (~> 3.0)
stripe-ruby-mock (2.5.6) stripe-ruby-mock (2.5.6)
dante (>= 0.2.0) dante (>= 0.2.0)
multi_json (~> 1.0) multi_json (~> 1.0)