require ruby >= 1.9.3

* remove 1.9.2 from travis
This commit is contained in:
Tee Parham 2013-05-30 09:32:06 -06:00
parent 31e1dab69f
commit 725952c862
2 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,5 @@
language: ruby language: ruby
rvm: rvm:
- 1.9.2
- 1.9.3 - 1.9.3
- 2.0.0 - 2.0.0
- jruby-19mode - jruby-19mode
@ -11,10 +10,6 @@ gemfile:
matrix: matrix:
allow_failures: allow_failures:
- gemfile: Gemfile.edge - gemfile: Gemfile.edge
exclude:
# Edge Rails is only compatible with 1.9.3
- gemfile: Gemfile.edge
rvm: 1.9.2
notifications: notifications:
email: false email: false
campfire: campfire:

View File

@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"] gem.require_paths = ["lib"]
gem.version = ActiveModel::Serializer::VERSION 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" gem.add_dependency "activemodel", ">= 3.2"