From 40cb74a43aa2560dcaf967527f36d2afcfc17faa Mon Sep 17 00:00:00 2001 From: Enrique Carbonell Date: Thu, 9 Apr 2015 09:23:51 -0400 Subject: [PATCH] up min ruby version to 1.9.2 --- .travis.yml | 3 --- yaml_db.gemspec | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e1bac7..41f676d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: ruby rvm: - - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 @@ -16,8 +15,6 @@ env: matrix: fast_finish: true exclude: - - env: RAILS_VERSION='~> 4.0.0' - rvm: 1.8.7 - env: RAILS_VERSION='~> 4.0.0' rvm: 1.9.2 - env: RAILS_VERSION='~> 4.1.0' diff --git a/yaml_db.gemspec b/yaml_db.gemspec index 71c2561..a3388ad 100644 --- a/yaml_db.gemspec +++ b/yaml_db.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.files = Dir['README.md', 'lib/**/*'] s.require_paths = ["lib"] - s.required_ruby_version = ">= 1.8.7" + s.required_ruby_version = ">= 1.9.2" s.add_runtime_dependency "rails", ">= 3.0", "< 4.3" s.add_runtime_dependency "rake", ">= 0.8.7"