stripe-ruby/gemfiles/json.gemfile
Kyle Conroy 7bf660d124 Only support Ruby >= 1.9.3
Update the README, Gemfiles, and gemspec to remove all references to
Rubies < 1.9.3.
2015-11-04 14:52:56 -08:00

6 lines
119 B
Plaintext

source "https://rubygems.org"
gemspec :path => File.join(File.dirname(__FILE__), "..")
gem 'activesupport'
gem 'json'