mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
require ruby >= 1.9.3
* remove 1.9.2 from travis
This commit is contained in:
parent
31e1dab69f
commit
725952c862
@ -1,6 +1,5 @@
|
||||
language: ruby
|
||||
rvm:
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- jruby-19mode
|
||||
@ -11,10 +10,6 @@ gemfile:
|
||||
matrix:
|
||||
allow_failures:
|
||||
- gemfile: Gemfile.edge
|
||||
exclude:
|
||||
# Edge Rails is only compatible with 1.9.3
|
||||
- gemfile: Gemfile.edge
|
||||
rvm: 1.9.2
|
||||
notifications:
|
||||
email: false
|
||||
campfire:
|
||||
|
||||
@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
||||
gem.require_paths = ["lib"]
|
||||
gem.version = ActiveModel::Serializer::VERSION
|
||||
|
||||
gem.required_ruby_version = ">= 1.9.2"
|
||||
gem.required_ruby_version = ">= 1.9.3"
|
||||
|
||||
gem.add_dependency "activemodel", ">= 3.2"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user