Skip to content

Commit

Permalink
Updated appraisal gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Jan 11, 2012
1 parent 498bff3 commit 160366e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
8 changes: 4 additions & 4 deletions gemfiles/3.0.9.gemfile
Expand Up @@ -2,12 +2,12 @@

source "http://rubygems.org"

gem "capybara", "~> 1.0.0"
gem "factory_girl_rails"
gem "rails", "3.0.9"
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"
gem "capybara", "~> 1.0.0"
gem "factory_girl_rails"
gem "launchy"

gemspec :path=>"../"
9 changes: 7 additions & 2 deletions gemfiles/3.0.9.gemfile.lock
Expand Up @@ -54,6 +54,8 @@ GEM
rspec (>= 2.6.0)
bcat (0.6.1)
rack (~> 1.0)
bourne (1.0)
mocha (= 0.9.8)
builder (2.1.2)
capybara (1.0.0)
mime-types (>= 1.16)
Expand Down Expand Up @@ -98,7 +100,8 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mocha (0.9.12)
mocha (0.9.8)
rake
nokogiri (1.4.6)
polyglot (0.3.1)
rack (1.2.3)
Expand Down Expand Up @@ -145,6 +148,7 @@ GEM
sqlite3 (1.3.3)
term-ansicolor (1.0.5)
thor (0.14.6)
timecop (0.3.5)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.28)
Expand All @@ -157,15 +161,16 @@ PLATFORMS
DEPENDENCIES
appraisal (~> 0.3.8)
aruba (~> 0.4.2)
bourne
bundler (~> 1.0.0)
capybara (~> 1.0.0)
clearance!
cucumber-rails (~> 1.0.2)
database_cleaner
factory_girl_rails
launchy
mocha
rails (= 3.0.9)
rspec-rails (~> 2.6.0)
shoulda-matchers!
sqlite3
timecop
8 changes: 4 additions & 4 deletions gemfiles/3.1.0.gemfile
Expand Up @@ -2,12 +2,12 @@

source "http://rubygems.org"

gem "capybara", "~> 1.0.0"
gem "factory_girl_rails"
gem "rails", "3.1.0"
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"
gem "capybara", "~> 1.0.0"
gem "factory_girl_rails"
gem "launchy"

gemspec :path=>"../"
9 changes: 7 additions & 2 deletions gemfiles/3.1.0.gemfile.lock
Expand Up @@ -57,6 +57,8 @@ GEM
bcat (0.6.1)
rack (~> 1.0)
bcrypt-ruby (3.0.0)
bourne (1.0)
mocha (= 0.9.8)
builder (3.0.0)
capybara (1.0.1)
mime-types (>= 1.16)
Expand Down Expand Up @@ -101,7 +103,8 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mocha (0.9.12)
mocha (0.9.8)
rake
multi_json (1.0.3)
nokogiri (1.5.0)
polyglot (0.3.2)
Expand Down Expand Up @@ -160,6 +163,7 @@ GEM
term-ansicolor (1.0.6)
thor (0.14.6)
tilt (1.3.3)
timecop (0.3.5)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
Expand All @@ -173,15 +177,16 @@ PLATFORMS
DEPENDENCIES
appraisal (~> 0.3.8)
aruba (~> 0.4.2)
bourne
bundler (~> 1.0.0)
capybara (~> 1.0.0)
clearance!
cucumber-rails (~> 1.0.2)
database_cleaner
factory_girl_rails
launchy
mocha
rails (= 3.1.0)
rspec-rails (~> 2.6.0)
shoulda-matchers!
sqlite3
timecop

0 comments on commit 160366e

Please sign in to comment.