Skip to content

Commit

Permalink
Update Stripe
Browse files Browse the repository at this point in the history
Ruby 3.0に上げるには net-http-persistent (3.1.0) をバージョンアップするか取り除く必要がある※ため、
net-http-persistentを使用しているStripeをアップデートする

※ このcommitでnet-http-persistentのRuby 3.0対応が入った
drbrain/net-http-persistent@b074348
  • Loading branch information
ima1zumi committed Oct 20, 2021
1 parent 1f93bc0 commit cb03319
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -47,7 +47,7 @@ gem 'rollbar'
gem 'slim-rails'
gem 'sorcery'
gem 'sorcery-jwt'
gem 'stripe', '~> 4.5.0'
gem 'stripe'
gem 'stripe-i18n', git: 'https://github.com/komagata/stripe-i18n', branch: 'update-depencency'
gem 'sucker_punch', '~> 2.0'

Expand Down
29 changes: 21 additions & 8 deletions Gemfile.lock
Expand Up @@ -119,7 +119,6 @@ GEM
commonmarker (0.21.1)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.9)
connection_pool (2.2.3)
crack (0.4.5)
rexml
crass (1.0.6)
Expand All @@ -134,8 +133,25 @@ GEM
discord-notifier (1.0.3)
erubi (1.10.0)
execjs (2.7.0)
faraday (0.17.4)
faraday (1.8.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
ffi (1.15.3)
globalid (0.5.2)
activesupport (>= 5.0)
Expand Down Expand Up @@ -238,8 +254,6 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
net-http-persistent (3.1.0)
connection_pool (~> 2.2)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
Expand Down Expand Up @@ -373,6 +387,7 @@ GEM
ruby-progressbar (1.11.0)
ruby-vips (2.0.17)
ffi (~> 1.9)
ruby2_keywords (0.0.5)
rubyzip (2.3.0)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
Expand Down Expand Up @@ -426,9 +441,7 @@ GEM
unicode-display_width (~> 1.5)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
stripe (4.5.0)
faraday (~> 0.13)
net-http-persistent (~> 3.0)
stripe (5.39.0)
sucker_punch (2.1.2)
concurrent-ruby (~> 1.0)
temple (0.8.2)
Expand Down Expand Up @@ -541,7 +554,7 @@ DEPENDENCIES
sorcery-jwt
spring
spring-watcher-listen (~> 2.0.0)
stripe (~> 4.5.0)
stripe
stripe-i18n!
sucker_punch (~> 2.0)
traceroute
Expand Down

0 comments on commit cb03319

Please sign in to comment.