mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-05 00:02:50 -04:00
13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
source "https://rubygems.org"
|
|
gemspec :path => File.join(File.dirname(__FILE__), "..")
|
|
|
|
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.3')
|
|
gem 'i18n', '< 0.7'
|
|
gem 'rest-client', '~> 1.6.8'
|
|
gem 'activesupport', '~> 3.2'
|
|
else
|
|
gem 'activesupport'
|
|
end
|
|
|
|
gem 'json'
|