From 5ee2eb0639589f7bcbd2356819ede2fd2708bae5 Mon Sep 17 00:00:00 2001 From: Daniel Vartanov Date: Sat, 20 Aug 2016 13:12:46 +0100 Subject: [PATCH] Fix Travis-related files --- .travis.yml | 2 +- gemfiles/Gemfile.activesupport-4 | 2 +- gemfiles/Gemfile.activesupport-5 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3d1e4b8..2d654c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ matrix: - rvm: jruby gemfile: Gemfile - rvm: jruby - gemfile: gemfile/Gemfile.activesupport-5 + gemfile: gemfiles/Gemfile.activesupport-5 diff --git a/gemfiles/Gemfile.activesupport-4 b/gemfiles/Gemfile.activesupport-4 index 5ce51f5..2e2b7e5 100644 --- a/gemfiles/Gemfile.activesupport-4 +++ b/gemfiles/Gemfile.activesupport-4 @@ -1,5 +1,5 @@ source "http://rubygems.org" -gemspec +gemspec path: '..' gem 'activesupport', '~> 4' diff --git a/gemfiles/Gemfile.activesupport-5 b/gemfiles/Gemfile.activesupport-5 index 96cf3e0..fcea612 100644 --- a/gemfiles/Gemfile.activesupport-5 +++ b/gemfiles/Gemfile.activesupport-5 @@ -1,5 +1,5 @@ source "http://rubygems.org" -gemspec +gemspec path: '..' gem 'activesupport', '~> 5'