From 3cec847048acc76b84715008e420e887cc277810 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Tue, 20 Aug 2013 13:53:18 -0400 Subject: [PATCH] [travisci] Fix gemspec path in gemfiles --- gemfiles/activesupport3.2 | 2 +- gemfiles/activesupport4.0 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gemfiles/activesupport3.2 b/gemfiles/activesupport3.2 index 1e87734..fa85fbc 100644 --- a/gemfiles/activesupport3.2 +++ b/gemfiles/activesupport3.2 @@ -1,4 +1,4 @@ source "https://rubygems.org" -gemspec +gemspec path: '../' gem 'activesupport', '~> 3.2.0' diff --git a/gemfiles/activesupport4.0 b/gemfiles/activesupport4.0 index 50a93e9..9267a0e 100644 --- a/gemfiles/activesupport4.0 +++ b/gemfiles/activesupport4.0 @@ -1,4 +1,4 @@ source "https://rubygems.org" -gemspec +gemspec path: '../' gem 'activesupport', '~> 4.0.0'