mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Change rest-client pin to ruby < 1.9.2.
The latest rest-client supports rubies >= 1.9.2
This commit is contained in:
parent
8b604f630b
commit
39a196541f
2
Gemfile
2
Gemfile
@ -1,7 +1,7 @@
|
||||
source "https://rubygems.org"
|
||||
gemspec
|
||||
|
||||
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.3')
|
||||
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.2')
|
||||
gem 'rest-client', '~> 1.6.8'
|
||||
gem 'activesupport', '~> 3.2'
|
||||
end
|
||||
|
@ -1,7 +1,7 @@
|
||||
source "https://rubygems.org"
|
||||
gemspec :path => File.join(File.dirname(__FILE__), "..")
|
||||
|
||||
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.3')
|
||||
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.2')
|
||||
gem 'rest-client', '~> 1.6.8'
|
||||
gem 'activesupport', '~> 3.2'
|
||||
else
|
||||
|
@ -1,7 +1,7 @@
|
||||
source "https://rubygems.org"
|
||||
gemspec :path => File.join(File.dirname(__FILE__), "..")
|
||||
|
||||
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.3')
|
||||
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.2')
|
||||
gem 'rest-client', '~> 1.6.8'
|
||||
gem 'activesupport', '~> 3.2'
|
||||
else
|
||||
|
@ -1,7 +1,7 @@
|
||||
source "https://rubygems.org"
|
||||
gemspec :path => File.join(File.dirname(__FILE__), "..")
|
||||
|
||||
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.3')
|
||||
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.2')
|
||||
gem 'rest-client', '~> 1.6.8'
|
||||
gem 'activesupport', '~> 3.2'
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user