Ask A Question

Notifications

You’re not receiving notifications from this thread.

GEM dependencies for implementing Google Pay and Apple Pay in Ruby

Xst996 asked in Gems / Libraries

We have an ecommerce website using Stripe as the payment provider and want to implement Google Pay and Apple Pay. For background, we are running a lot of out of date GEMS and Ruby is currently at version 2.3

Part of this requires us to upgrade our version of the Stripe API to the latest version. The list of GEMS we've identified that are what we think are dependencies for the new version of STRIPE (or dependencies on each other is below).

https://imgur.com/a/6LVP8Le

Does this look feasible? Looking at the STRIP Gem itself on RubyGems, it only calls out 2 runtime dependencies - faraday and net-http-persistent

Reply

That looks feasible to me. The one I've run into trouble with in the past is Faraday since many gems depend upon it. You might need to update some other gems to allow your Faraday dependency to update high enough. Might neet do the same for a couple other gems.

Reply

Awesome, thanks.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,329+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.