From 969ac82276ae189bbfe23409c6b77063464f71aa Mon Sep 17 00:00:00 2001 From: Caleb Thompson Date: Tue, 24 Feb 2015 13:29:18 -0600 Subject: [PATCH] Use head version of all released MRI versions --- .travis.yml | 9 ++++----- fog.gemspec | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 833e6ea77..07247cc7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,10 @@ script: bundle exec rake travis matrix: fast_finish: true include: - - rvm: 1.9.3 - - rvm: 2.0.0 - - rvm: 2.1.0 - - rvm: 2.1.5 - - rvm: 2.1.5 + - rvm: 2.0 + - rvm: 2.1 + - rvm: 2.2 + - rvm: 2.2 gemfile: gemfiles/Gemfile-edge - rvm: jruby-19mode - rvm: jruby-head diff --git a/fog.gemspec b/fog.gemspec index d0dd3cf5c..6fdc804d0 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -45,7 +45,7 @@ Gem::Specification.new do |s| s.extra_rdoc_files = %w[README.md] ## Ruby version - s.required_ruby_version = ">= 1.9.3" + s.required_ruby_version = ">= 2" ## List your runtime dependencies here. Runtime dependencies are those ## that are needed for an end user to actually USE your code.