bitpay / bitpay-rails

Rails plugin for the bitpay library.
MIT License
7 stars 16 forks source link

Gemspec disallows use of the gem with Rails 5 #1

Open silverdr opened 7 years ago

silverdr commented 7 years ago

As per the subject: trying to install the gem for Rails 5 application brings out errors:

Bundler could not find compatible versions for gem "rails":
  In Gemfile:
    rails (~> 5.0.0)

    bitpay-rails was resolved to 0.0.2, which depends on
      rails (~> 4.2.1)
ionux commented 7 years ago

Hey @silverdr sorry for the delay getting back to you. I've not been at BitPay for a while now and so have not been managing their code libraries & plugins like before. The person who could probably help you with this is @pieterpoorthuis or @ajp8164 . Best of luck to you with your project!

silverdr commented 7 years ago

@ionux - thanks for coming back anyway! Is anyone actually maintaining this code? The repo seems to belong to "bitpay" but nobody responded except you. Judging by the fact that Rails 5 is out there for quite some time - it doesn't look too promising :-(

azeemh commented 7 years ago

any update? can we add bitpay to stuff and use it? (nobody devs in rails 4)

talecK commented 6 years ago

@azeemh @silverdr You can check out my fork over at https://github.com/btcpayserver/bitpay-rails which should work for Rails 5. Should work for BTCPay server or Bitpay. I was able to get it working using this guide: https://github.com/btcpayserver/bitpay-rails/blob/master/README.md