stripe-ruby/gemfiles/yajl.gemfile
Evan Broder b905b2164c Run the test suite once with ActiveSupport loaded, once without
ActiveSupport is the source of many problems for us, so let's try to
catch them pre-emptively with testing
2012-05-07 17:24:44 -07:00

5 lines
123 B
Plaintext

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