From a964e13f14fa56210521bd43843e84cd35f33bc8 Mon Sep 17 00:00:00 2001 From: Steve Richert Date: Tue, 24 Apr 2012 13:39:19 -0400 Subject: [PATCH] Update Appraisal gemfiles to point to the correct gemspec for their dependencies --- gemfiles/rails30.gemfile | 2 +- gemfiles/rails31.gemfile | 2 +- gemfiles/rails32.gemfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gemfiles/rails30.gemfile b/gemfiles/rails30.gemfile index bda58fb4..fcd19cc4 100644 --- a/gemfiles/rails30.gemfile +++ b/gemfiles/rails30.gemfile @@ -4,4 +4,4 @@ source "https://rubygems.org" gem "rails", "~> 3.0.0" -gemspec :path=>"../" \ No newline at end of file +gemspec :name=>"audited", :path=>"../" \ No newline at end of file diff --git a/gemfiles/rails31.gemfile b/gemfiles/rails31.gemfile index beaa3dab..b4ca15e2 100644 --- a/gemfiles/rails31.gemfile +++ b/gemfiles/rails31.gemfile @@ -4,4 +4,4 @@ source "https://rubygems.org" gem "rails", "~> 3.1.0" -gemspec :path=>"../" \ No newline at end of file +gemspec :name=>"audited", :path=>"../" \ No newline at end of file diff --git a/gemfiles/rails32.gemfile b/gemfiles/rails32.gemfile index 9c2b7621..483b5f90 100644 --- a/gemfiles/rails32.gemfile +++ b/gemfiles/rails32.gemfile @@ -4,4 +4,4 @@ source "https://rubygems.org" gem "rails", "~> 3.2.0" -gemspec :path=>"../" \ No newline at end of file +gemspec :name=>"audited", :path=>"../" \ No newline at end of file