From 4388b48ed81c6f692127a82fe7a117c3edc0d9c4 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 9 Dec 2016 15:48:10 +0100 Subject: [PATCH 1/2] Travis: add Ruby version to Gemfile --- .travis.yml | 4 ++-- Gemfile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b778b6b..0c1aca2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ rvm: - 2.2 - 2.3.0 - ruby-head - - jruby-1.7 - - jruby-9 + - jruby-1.7.26 + - jruby-9.1.6.0 - rbx-2 matrix: allow_failures: diff --git a/Gemfile b/Gemfile index 527e606..95a9c63 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source 'https://rubygems.org' -# Specify your gem's dependencies in http-cookie.gemspec +ruby RUBY_VERSION + gemspec From 5553a4ef2c489ef1a08de7a6056517b34ce2fb24 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 8 Sep 2017 13:50:37 +0200 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c1aca2..b778b6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ rvm: - 2.2 - 2.3.0 - ruby-head - - jruby-1.7.26 - - jruby-9.1.6.0 + - jruby-1.7 + - jruby-9 - rbx-2 matrix: allow_failures: