mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 23: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
|
- rbx-19mode
|
||||||
gemfile:
|
gemfile:
|
||||||
- Gemfile
|
- Gemfile
|
||||||
|
- Gemfile.rails3
|
||||||
- Gemfile.edge
|
- Gemfile.edge
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|||||||
@ -3,8 +3,9 @@ source 'https://rubygems.org'
|
|||||||
# Specify gem dependencies in active_model_serializers.gemspec
|
# Specify gem dependencies in active_model_serializers.gemspec
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
|
gem 'minitest'
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
gem 'coveralls', :require => false
|
gem 'coveralls', :require => false
|
||||||
gem 'simplecov', :require => false
|
gem 'simplecov', :require => false
|
||||||
|
|
||||||
gem 'rails', "~> 3.2.15"
|
gem 'rails', "~> 3.2"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user