Skip to content

Commit

Permalink
Update Appraisal gemfiles to point to the correct gemspec for their d…
Browse files Browse the repository at this point in the history
…ependencies
  • Loading branch information
laserlemon committed Apr 24, 2012
1 parent d7effd9 commit a964e13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails30.gemfile
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "rails", "~> 3.0.0"

gemspec :path=>"../"
gemspec :name=>"audited", :path=>"../"
2 changes: 1 addition & 1 deletion gemfiles/rails31.gemfile
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "rails", "~> 3.1.0"

gemspec :path=>"../"
gemspec :name=>"audited", :path=>"../"
2 changes: 1 addition & 1 deletion gemfiles/rails32.gemfile
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "rails", "~> 3.2.0"

gemspec :path=>"../"
gemspec :name=>"audited", :path=>"../"

0 comments on commit a964e13

Please sign in to comment.