From 7e6fbf3d7735940dbea6b00fb1a7de093bf97b82 Mon Sep 17 00:00:00 2001 From: Tobias Bohwalli Date: Sat, 5 Apr 2014 12:23:57 +0200 Subject: [PATCH] Drop CI build support for 1.8.7 This because of issue chain with Nokogiri. --- .travis.yml | 1 - Gemfile | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e4ee9c..1bf2fe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ before_script: script: - bundle exec rspec spec rvm: - - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 diff --git a/Gemfile b/Gemfile index af0a135..69e5113 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,3 @@ source 'https://rubygems.org/' -gem 'spree_core', :github => 'spree/spree', :branch => '1-1-stable' - -gemspec +gemspec \ No newline at end of file