Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump stripe from 4.23.0 to 5.2.0 #4095

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ gem "slack-notifier", "~> 2.3" # A slim ruby wrapper for posting to slack webhoo
gem "sprockets", "~> 3.7" # Sprockets is a Rack-based asset packaging system
gem "staccato", "~> 0.5" # Ruby Google Analytics Measurement
gem "storext", "~> 3.1" # Add type-casting and other features on top of ActiveRecord::Store.store_accessor
gem "stripe", "~> 4.23" # Ruby library for the Stripe API
gem "stripe", "~> 5.2" # Ruby library for the Stripe API
gem "timber", "~> 3.0" # Great Ruby logging made easy
gem "timber-rails", "~> 1.0" # Timber integration for Rails
gem "twilio-ruby", "~> 5.27" # The official library for communicating with the Twilio REST API
Expand Down
9 changes: 2 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
counter_culture (2.2.4)
activerecord (>= 4.2)
activesupport (>= 4.2)
Expand Down Expand Up @@ -495,8 +494,6 @@ GEM
nakayoshi_fork (0.0.4)
naught (1.1.0)
nenv (0.3.0)
net-http-persistent (3.1.0)
connection_pool (~> 2.2)
netrc (0.11.0)
nio4r (2.4.0)
nokogiri (1.10.4)
Expand Down Expand Up @@ -759,9 +756,7 @@ GEM
storext (3.1.0)
activerecord (>= 4.0, < 6.1)
virtus
stripe (4.23.0)
faraday (~> 0.13)
net-http-persistent (~> 3.0)
stripe (5.2.0)
stripe-ruby-mock (2.5.4)
dante (>= 0.2.0)
multi_json (~> 1.0)
Expand Down Expand Up @@ -974,7 +969,7 @@ DEPENDENCIES
staccato (~> 0.5)
stackprof (~> 0.2)
storext (~> 3.1)
stripe (~> 4.23)
stripe (~> 5.2)
stripe-ruby-mock (~> 2.5)
test-prof (~> 0.10)
timber (~> 3.0)
Expand Down