mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-22 00:05:58 -05:00
Add instructions for use with Ruby versions < 1.9.2
This commit is contained in:
parent
e751a48bce
commit
da216fd53b
@ -14,7 +14,13 @@ If you want to build the gem from source:
|
||||
== Requirements
|
||||
|
||||
* Ruby 1.8.7 or above. (Ruby 1.8.6 may work if you load
|
||||
ActiveSupport.)
|
||||
ActiveSupport.) For Ruby versions before 1.9.2, you'll need to add this to your Gemfile:
|
||||
|
||||
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.2')
|
||||
gem 'rest-client', '~> 1.6.8'
|
||||
end
|
||||
|
||||
|
||||
* rest-client, json
|
||||
|
||||
== Mirrors
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user