mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
ActiveSupport is the source of many problems for us, so let's try to catch them pre-emptively with testing
5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
source "https://rubygems.org"
|
|
gemspec :path => File.join(File.dirname(__FILE__), "..")
|
|
gem "yajl-ruby"
|
|
gem "activesupport"
|