From 5072485e9bf723589408c1bb2473009b33f04244 Mon Sep 17 00:00:00 2001 From: Jacob Spizziri Date: Fri, 3 Apr 2015 10:43:22 -0500 Subject: [PATCH] update travis config and gemspec --- .travis.yml | 4 ++-- spree_active_shipping.gemspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 56ef3c5b6e..4e758b12e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,5 @@ before_script: - "bundle exec rake test_app" script: "DISPLAY=:99.0 bundle exec rspec spec" rvm: - - 1.9.3 - - 2.0.0 + - 2.1.0 + - 2.2.0 diff --git a/spree_active_shipping.gemspec b/spree_active_shipping.gemspec index e63ca0ff3d..75d06fd8f5 100644 --- a/spree_active_shipping.gemspec +++ b/spree_active_shipping.gemspec @@ -10,8 +10,8 @@ Gem::Specification.new do |s| s.homepage = 'http://github.com/spree/spree_active_shipping' s.summary = 'Spree extension for providing shipping methods that wrap the active_shipping plugin.' s.description = 'Spree extension for providing shipping methods that wrap the active_shipping plugin.' - s.required_ruby_version = '>= 1.9.3' - s.rubygems_version = '1.3.6' + s.required_ruby_version = '>= 2.1.0' + s.rubygems_version = '>= 1.8.23' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")