Skip to content

Commit

Permalink
bundled. gemfiles updated. checking with appraisal to see if we should
Browse files Browse the repository at this point in the history
be gitignoring this: thoughtbot/appraisal#12
  • Loading branch information
Dan Croak committed Oct 10, 2011
1 parent 6759d6d commit 8dde7b0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions gemfiles/3.0.9.gemfile
Expand Up @@ -2,12 +2,12 @@

source "http://rubygems.org"

gem "rails", "3.0.9"
gem "shoulda-matchers", :git=>"git://github.com/thoughtbot/shoulda-matchers.git"
gem "database_cleaner"
gem "aruba", "~> 0.4.2"
gem "capybara", "~> 1.0.0"
gem "factory_girl_rails"
gem "shoulda-matchers", :git=>"git://github.com/thoughtbot/shoulda-matchers.git"
gem "database_cleaner"
gem "launchy"
gem "aruba", "~> 0.4.2"
gem "rails", "3.0.9"

gemspec :path=>"../"
2 changes: 1 addition & 1 deletion gemfiles/3.0.9.gemfile.lock
Expand Up @@ -5,7 +5,7 @@ GIT
shoulda-matchers (1.0.0.beta3)

PATH
remote: /home/mike/lib/clearance
remote: /Users/croaky/dev/clearance
specs:
clearance (0.12.0)
diesel (~> 0.1.5)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/3.1.0.gemfile
Expand Up @@ -2,12 +2,12 @@

source "http://rubygems.org"

gem "rails", "3.1.0"
gem "shoulda-matchers", :git=>"git://github.com/thoughtbot/shoulda-matchers.git"
gem "database_cleaner"
gem "aruba", "~> 0.4.2"
gem "capybara", "~> 1.0.0"
gem "factory_girl_rails"
gem "shoulda-matchers", :git=>"git://github.com/thoughtbot/shoulda-matchers.git"
gem "database_cleaner"
gem "launchy"
gem "aruba", "~> 0.4.2"
gem "rails", "3.1.0"

gemspec :path=>"../"
2 changes: 1 addition & 1 deletion gemfiles/3.1.0.gemfile.lock
Expand Up @@ -5,7 +5,7 @@ GIT
shoulda-matchers (1.0.0.beta3)

PATH
remote: /home/mike/lib/clearance
remote: /Users/croaky/dev/clearance
specs:
clearance (0.12.0)
diesel (~> 0.1.5)
Expand Down

0 comments on commit 8dde7b0

Please sign in to comment.