Sailias / bitcoin_payable

A rails bitcoin payment processing gem
MIT License
121 stars 31 forks source link

Update rails dependency to latest stable release. #5

Closed verygreenboi closed 9 years ago

Sailias commented 9 years ago

@verygreenboi Is there a reason why you need an explicit rails version? If you reference this previous pull request (https://github.com/Sailias/bitcoin_payable/pull/2) I removed the version numbers because this gem works with a wide range of rails versions.

Sailias commented 9 years ago

Use this in your Gemfile.

gem 'bitcoin_payable', git: 'https://github.com/Sailias/bitcoin_payable', branch: ‘master'