mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-05 00:02:50 -04:00
ActiveSupport is the source of many problems for us, so let's try to catch them pre-emptively with testing
9 lines
149 B
YAML
9 lines
149 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.8.7
|
|
- 1.9.3
|
|
gemfile:
|
|
- gemfiles/default-with-activesupport.gemfile
|
|
- gemfiles/json.gemfile
|
|
- gemfiles/yajl.gemfile
|