mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
9 lines
195 B
Ruby
9 lines
195 B
Ruby
source "https://rubygems.org"
|
|
gemspec
|
|
|
|
if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('1.9.3')
|
|
gem 'i18n', '< 0.7'
|
|
gem 'rest-client', '~> 1.6.8'
|
|
gem 'activesupport', '~> 3.2'
|
|
end
|