mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
UUUUGH.
This versioning situation sucks.
This commit is contained in:
parent
4cc2060ea4
commit
ed5499e318
@ -14,4 +14,5 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
- env: "RAILS_VERSION=master"
|
- env: "RAILS_VERSION=master"
|
||||||
|
- env: "RAILS_VERSION=4.0"
|
||||||
|
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
|||||||
# Specify your gem's dependencies in active_model_serializers.gemspec
|
# Specify your gem's dependencies in active_model_serializers.gemspec
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem "minitest", "~>5.1"
|
gem "minitest"
|
||||||
|
|
||||||
version = ENV["RAILS_VERSION"] || "4.1"
|
version = ENV["RAILS_VERSION"] || "4.1"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user