Skip to content

Commit

Permalink
bump rails appraisal versions to latest stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Apr 3, 2012
1 parent bb9ff6d commit a6b2da9
Show file tree
Hide file tree
Showing 7 changed files with 129 additions and 129 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ before_install:
- gem update --system
script: 'bundle exec rake appraisal spec cucumber'
gemfile:
- gemfiles/3.0.9.gemfile
- gemfiles/3.1.0.gemfile
- gemfiles/3.0.12.gemfile
- gemfiles/3.1.4.gemfile
branches:
only:
- master
8 changes: 4 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appraise "3.0.9" do
gem "rails", "3.0.9"
appraise "3.0.12" do
gem "rails", "3.0.12"
end

appraise "3.1.0" do
gem "rails", "3.1.0"
appraise "3.1.4" do
gem "rails", "3.1.4"
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ DEPENDENCIES
appraisal (~> 0.3.8)
aruba (~> 0.4.2)
bourne
bundler (~> 1.0.0)
bundler (~> 1.1.0)
capybara (~> 1.1.1)
clearance!
cucumber-rails (~> 1.1.1)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/3.1.0.gemfile → gemfiles/3.0.12.gemfile
Original file line number Diff line number Diff line change
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.1.1"
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.12"

gemspec :path=>"../"
107 changes: 54 additions & 53 deletions gemfiles/3.0.9.gemfile.lock → gemfiles/3.0.12.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
GIT
remote: git://github.com/thoughtbot/shoulda-matchers.git
revision: 25c2623bb9d96cf6a446ecc141fdfefe5c4860fa
revision: d85503f86ef224bca2b54fc6b9ad96866fe12f2d
specs:
shoulda-matchers (1.0.0)

PATH
remote: /home/mike/lib/clearance
remote: /Users/mjankowski/Development/opensource/clearance
specs:
clearance (0.16.0)
diesel (~> 0.1.5)
Expand All @@ -15,33 +15,33 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.9)
actionpack (= 3.0.9)
actionmailer (3.0.12)
actionpack (= 3.0.12)
mail (~> 2.2.19)
actionpack (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
actionpack (3.0.12)
activemodel (= 3.0.12)
activesupport (= 3.0.12)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack (~> 1.2.5)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.9)
activesupport (= 3.0.9)
activemodel (3.0.12)
activesupport (= 3.0.12)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
activerecord (3.0.12)
activemodel (= 3.0.12)
activesupport (= 3.0.12)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
activesupport (3.0.9)
addressable (2.2.6)
activeresource (3.0.12)
activemodel (= 3.0.12)
activesupport (= 3.0.12)
activesupport (3.0.12)
addressable (2.2.7)
appraisal (0.3.8)
bundler
rake
Expand All @@ -54,8 +54,8 @@ GEM
rspec (>= 2.6.0)
bcat (0.6.2)
rack (~> 1.0)
bourne (1.0)
mocha (= 0.9.8)
bourne (1.1.2)
mocha (= 0.10.5)
builder (2.1.2)
capybara (1.1.2)
mime-types (>= 1.16)
Expand All @@ -64,63 +64,64 @@ GEM
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.0)
childprocess (0.3.1)
ffi (~> 1.0.6)
cucumber (1.1.4)
cucumber (1.1.9)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.7.1)
gherkin (~> 2.9.0)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
cucumber-rails (1.1.1)
capybara (>= 1.1.1)
cucumber (>= 1.1.0)
nokogiri (>= 1.5.0)
database_cleaner (0.7.1)
database_cleaner (0.7.2)
diesel (0.1.5)
railties
diff-lcs (1.1.3)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (2.5.0)
activesupport
factory_girl_rails (1.6.0)
factory_girl (~> 2.5.0)
factory_girl (3.0.0)
activesupport (>= 3.0.0)
factory_girl_rails (3.0.0)
factory_girl (~> 3.0.0)
railties (>= 3.0.0)
ffi (1.0.11)
gherkin (2.7.6)
gherkin (2.9.3)
json (>= 1.4.6)
i18n (0.5.0)
json (1.6.5)
launchy (2.0.5)
json (1.6.6)
launchy (2.1.0)
addressable (~> 2.2.6)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
mocha (0.9.8)
rake
multi_json (1.0.4)
nokogiri (1.5.0)
metaclass (0.0.1)
mime-types (1.18)
mocha (0.10.5)
metaclass (~> 0.0.1)
multi_json (1.2.0)
nokogiri (1.5.2)
polyglot (0.3.3)
rack (1.2.5)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.9)
actionmailer (= 3.0.9)
actionpack (= 3.0.9)
activerecord (= 3.0.9)
activeresource (= 3.0.9)
activesupport (= 3.0.9)
rails (3.0.12)
actionmailer (= 3.0.12)
actionpack (= 3.0.12)
activerecord (= 3.0.12)
activeresource (= 3.0.12)
activesupport (= 3.0.12)
bundler (~> 1.0)
railties (= 3.0.9)
railties (3.0.9)
actionpack (= 3.0.9)
activesupport (= 3.0.9)
railties (= 3.0.12)
railties (3.0.12)
actionpack (= 3.0.12)
activesupport (= 3.0.12)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
Expand All @@ -141,11 +142,11 @@ GEM
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.6.0)
rubyzip (0.9.5)
selenium-webdriver (2.18.0)
rubyzip (0.9.6.1)
selenium-webdriver (2.20.0)
childprocess (>= 0.2.5)
ffi (~> 1.0.9)
multi_json (~> 1.0.4)
ffi (~> 1.0)
multi_json (~> 1.0)
rubyzip
sqlite3 (1.3.5)
term-ansicolor (1.0.7)
Expand All @@ -154,7 +155,7 @@ GEM
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
tzinfo (0.3.32)
xpath (0.1.4)
nokogiri (~> 1.3)

Expand All @@ -165,14 +166,14 @@ DEPENDENCIES
appraisal (~> 0.3.8)
aruba (~> 0.4.2)
bourne
bundler (~> 1.0.0)
bundler (~> 1.1.0)
capybara (~> 1.1.1)
clearance!
cucumber-rails (~> 1.1.1)
database_cleaner
factory_girl_rails
launchy
rails (= 3.0.9)
rails (= 3.0.12)
rspec-rails (~> 2.6.0)
shoulda-matchers!
sqlite3
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/3.0.9.gemfile → gemfiles/3.1.4.gemfile
Original file line number Diff line number Diff line change
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.1.1"
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.4"

gemspec :path=>"../"
Loading

0 comments on commit a6b2da9

Please sign in to comment.