mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Add minitest to rails3
Also add rails3 gemfile to travis And remote .15 from rails verison
This commit is contained in:
parent
f6d5340f89
commit
3032bd7086
@ -6,6 +6,7 @@ rvm:
|
||||
- rbx-19mode
|
||||
gemfile:
|
||||
- Gemfile
|
||||
- Gemfile.rails3
|
||||
- Gemfile.edge
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
@ -3,8 +3,9 @@ source 'https://rubygems.org'
|
||||
# Specify gem dependencies in active_model_serializers.gemspec
|
||||
gemspec
|
||||
|
||||
gem 'minitest'
|
||||
gem 'sqlite3'
|
||||
gem 'coveralls', :require => false
|
||||
gem 'simplecov', :require => false
|
||||
|
||||
gem 'rails', "~> 3.2.15"
|
||||
gem 'rails', "~> 3.2"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user