mirror of
				https://github.com/stripe/stripe-ruby.git
				synced 2025-11-04 00:01:47 -05: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
 |