Skip to content

Commit

Permalink
bump rails versions for appraisal
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jun 15, 2012
1 parent b43926f commit bfa90b6
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion Appraisals
@@ -1,4 +1,4 @@
['3.2.5', '3.1.5', '3.0.13'].each do |rails_version|
['3.2.6', '3.1.6', '3.0.15'].each do |rails_version|
appraise "rails-#{rails_version}" do
gem "rails", rails_version
end
Expand Down
Expand Up @@ -2,6 +2,6 @@

source "http://rubygems.org"

gem "rails", "3.0.13"
gem "rails", "3.0.15"

gemspec :path=>"../"
Expand Up @@ -7,32 +7,32 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.13)
actionpack (= 3.0.13)
actionmailer (3.0.15)
actionpack (= 3.0.15)
mail (~> 2.2.19)
actionpack (3.0.13)
activemodel (= 3.0.13)
activesupport (= 3.0.13)
actionpack (3.0.15)
activemodel (= 3.0.15)
activesupport (= 3.0.15)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.5)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.13)
activesupport (= 3.0.13)
activemodel (3.0.15)
activesupport (= 3.0.15)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.13)
activemodel (= 3.0.13)
activesupport (= 3.0.13)
activerecord (3.0.15)
activemodel (= 3.0.15)
activesupport (= 3.0.15)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.13)
activemodel (= 3.0.13)
activesupport (= 3.0.13)
activesupport (3.0.13)
activeresource (3.0.15)
activemodel (= 3.0.15)
activesupport (= 3.0.15)
activesupport (3.0.15)
addressable (2.2.8)
appraisal (0.4.1)
bundler
Expand Down Expand Up @@ -63,24 +63,24 @@ GEM
treetop (~> 1.4.8)
mime-types (1.18)
multi_json (1.3.6)
nokogiri (1.5.3)
nokogiri (1.5.4)
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.13)
actionmailer (= 3.0.13)
actionpack (= 3.0.13)
activerecord (= 3.0.13)
activeresource (= 3.0.13)
activesupport (= 3.0.13)
rails (3.0.15)
actionmailer (= 3.0.15)
actionpack (= 3.0.15)
activerecord (= 3.0.15)
activeresource (= 3.0.15)
activesupport (= 3.0.15)
bundler (~> 1.0)
railties (= 3.0.13)
railties (3.0.13)
actionpack (= 3.0.13)
activesupport (= 3.0.13)
railties (= 3.0.15)
railties (3.0.15)
actionpack (= 3.0.15)
activesupport (= 3.0.15)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
Expand All @@ -101,7 +101,7 @@ GEM
railties (>= 3.0)
rspec (~> 2.10.0)
rubyzip (0.9.8)
selenium-webdriver (2.22.1)
selenium-webdriver (2.22.2)
childprocess (>= 0.2.5)
ffi (~> 1.0)
libwebsocket (~> 0.1.3)
Expand All @@ -123,6 +123,6 @@ DEPENDENCIES
appraisal
capybara (>= 0.4.0)
high_voltage!
rails (= 3.0.13)
rails (= 3.0.15)
rspec-rails
sqlite3
Expand Up @@ -2,6 +2,6 @@

source "http://rubygems.org"

gem "rails", "3.2.5"
gem "rails", "3.1.6"

gemspec :path=>"../"
Expand Up @@ -6,12 +6,12 @@ PATH
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.1.5)
actionpack (= 3.1.5)
actionmailer (3.1.6)
actionpack (= 3.1.6)
mail (~> 2.3.3)
actionpack (3.1.5)
activemodel (= 3.1.5)
activesupport (= 3.1.5)
actionpack (3.1.6)
activemodel (= 3.1.6)
activesupport (= 3.1.6)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
Expand All @@ -20,19 +20,19 @@ GEM
rack-mount (~> 0.8.2)
rack-test (~> 0.6.1)
sprockets (~> 2.0.4)
activemodel (3.1.5)
activesupport (= 3.1.5)
activemodel (3.1.6)
activesupport (= 3.1.6)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.5)
activemodel (= 3.1.5)
activesupport (= 3.1.5)
activerecord (3.1.6)
activemodel (= 3.1.6)
activesupport (= 3.1.6)
arel (~> 2.2.3)
tzinfo (~> 0.3.29)
activeresource (3.1.5)
activemodel (= 3.1.5)
activesupport (= 3.1.5)
activesupport (3.1.5)
activeresource (3.1.6)
activemodel (= 3.1.6)
activesupport (= 3.1.6)
activesupport (3.1.6)
multi_json (>= 1.0, < 1.3)
addressable (2.2.8)
appraisal (0.4.1)
Expand Down Expand Up @@ -63,7 +63,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.18)
multi_json (1.2.0)
nokogiri (1.5.3)
nokogiri (1.5.4)
polyglot (0.3.3)
rack (1.3.6)
rack-cache (1.2)
Expand All @@ -74,17 +74,17 @@ GEM
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.1.5)
actionmailer (= 3.1.5)
actionpack (= 3.1.5)
activerecord (= 3.1.5)
activeresource (= 3.1.5)
activesupport (= 3.1.5)
rails (3.1.6)
actionmailer (= 3.1.6)
actionpack (= 3.1.6)
activerecord (= 3.1.6)
activeresource (= 3.1.6)
activesupport (= 3.1.6)
bundler (~> 1.0)
railties (= 3.1.5)
railties (3.1.5)
actionpack (= 3.1.5)
activesupport (= 3.1.5)
railties (= 3.1.6)
railties (3.1.6)
actionpack (= 3.1.6)
activesupport (= 3.1.6)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand All @@ -106,7 +106,7 @@ GEM
railties (>= 3.0)
rspec (~> 2.10.0)
rubyzip (0.9.8)
selenium-webdriver (2.22.1)
selenium-webdriver (2.22.2)
childprocess (>= 0.2.5)
ffi (~> 1.0)
libwebsocket (~> 0.1.3)
Expand All @@ -133,6 +133,6 @@ DEPENDENCIES
appraisal
capybara (>= 0.4.0)
high_voltage!
rails (= 3.1.5)
rails (= 3.1.6)
rspec-rails
sqlite3
Expand Up @@ -2,6 +2,6 @@

source "http://rubygems.org"

gem "rails", "3.1.5"
gem "rails", "3.2.6"

gemspec :path=>"../"
Expand Up @@ -6,31 +6,31 @@ PATH
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.5)
actionpack (= 3.2.5)
actionmailer (3.2.6)
actionpack (= 3.2.6)
mail (~> 2.4.4)
actionpack (3.2.5)
activemodel (= 3.2.5)
activesupport (= 3.2.5)
actionpack (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.1.3)
activemodel (3.2.5)
activesupport (= 3.2.5)
activemodel (3.2.6)
activesupport (= 3.2.6)
builder (~> 3.0.0)
activerecord (3.2.5)
activemodel (= 3.2.5)
activesupport (= 3.2.5)
activerecord (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.5)
activemodel (= 3.2.5)
activesupport (= 3.2.5)
activesupport (3.2.5)
activeresource (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
activesupport (3.2.6)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.8)
Expand All @@ -53,7 +53,7 @@ GEM
ffi (1.0.11)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
journey (1.0.4)
json (1.7.3)
libwebsocket (0.1.3)
addressable
Expand All @@ -63,7 +63,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.18)
multi_json (1.3.6)
nokogiri (1.5.3)
nokogiri (1.5.4)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
Expand All @@ -72,17 +72,17 @@ GEM
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.5)
actionmailer (= 3.2.5)
actionpack (= 3.2.5)
activerecord (= 3.2.5)
activeresource (= 3.2.5)
activesupport (= 3.2.5)
rails (3.2.6)
actionmailer (= 3.2.6)
actionpack (= 3.2.6)
activerecord (= 3.2.6)
activeresource (= 3.2.6)
activesupport (= 3.2.6)
bundler (~> 1.0)
railties (= 3.2.5)
railties (3.2.5)
actionpack (= 3.2.5)
activesupport (= 3.2.5)
railties (= 3.2.6)
railties (3.2.6)
actionpack (= 3.2.6)
activesupport (= 3.2.6)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand All @@ -104,7 +104,7 @@ GEM
railties (>= 3.0)
rspec (~> 2.10.0)
rubyzip (0.9.8)
selenium-webdriver (2.22.1)
selenium-webdriver (2.22.2)
childprocess (>= 0.2.5)
ffi (~> 1.0)
libwebsocket (~> 0.1.3)
Expand All @@ -131,6 +131,6 @@ DEPENDENCIES
appraisal
capybara (>= 0.4.0)
high_voltage!
rails (= 3.2.5)
rails (= 3.2.6)
rspec-rails
sqlite3

0 comments on commit bfa90b6

Please sign in to comment.