[travisci] Fix gemspec path in gemfiles

This commit is contained in:
Aaron Suggs 2013-08-20 13:53:18 -04:00
parent da2f265e7e
commit 3cec847048
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
source "https://rubygems.org"
gemspec
gemspec path: '../'
gem 'activesupport', '~> 3.2.0'

View file

@ -1,4 +1,4 @@
source "https://rubygems.org"
gemspec
gemspec path: '../'
gem 'activesupport', '~> 4.0.0'