Skip to content

Commit

Permalink
Update rails gem versions in Appraisals to use latest stable releases…
Browse files Browse the repository at this point in the history
…: 3.2.10, 3.1.9, 3.0.18
  • Loading branch information
mjankowski committed Jan 4, 2013
1 parent ffca1ce commit 2aa0939
Show file tree
Hide file tree
Showing 7 changed files with 136 additions and 84 deletions.
6 changes: 3 additions & 3 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
appraise "rails3.0" do
gem "rails", "~> 3.0.17"
gem "rails", "~> 3.0.18"
gem "sqlite3", ">= 1.3.4", platforms: :mri
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
end

appraise "rails3.1" do
gem "rails", "~> 3.1.8"
gem "rails", "~> 3.1.9"
gem "sass-rails", "~> 3.1.5"
gem "coffee-rails", "~> 3.1.1"
gem "uglifier", ">= 1.0.3"
Expand All @@ -15,7 +15,7 @@ appraise "rails3.1" do
end

appraise "rails3.2" do
gem "rails", "~> 3.2.9"
gem "rails", "~> 3.2.10"
gem "sass-rails", "~> 3.2.3"
gem "coffee-rails", "~> 3.2.1"
gem "uglifier", ">= 1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "http://rubygems.org"

gem "rails", "~> 3.0.17"
gem "rails", "~> 3.0.18"
gem "sqlite3", ">= 1.3.4", :platforms=>:mri
gem "activerecord-jdbcsqlite3-adapter", :platforms=>:jruby

Expand Down
52 changes: 26 additions & 26 deletions gemfiles/rails3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.17)
actionpack (= 3.0.17)
actionmailer (3.0.18)
actionpack (= 3.0.18)
mail (~> 2.2.19)
actionpack (3.0.17)
activemodel (= 3.0.17)
activesupport (= 3.0.17)
actionpack (3.0.18)
activemodel (= 3.0.18)
activesupport (= 3.0.18)
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.17)
activesupport (= 3.0.17)
activemodel (3.0.18)
activesupport (= 3.0.18)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.17)
activemodel (= 3.0.17)
activesupport (= 3.0.17)
activerecord (3.0.18)
activemodel (= 3.0.18)
activesupport (= 3.0.18)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.17)
activemodel (= 3.0.17)
activesupport (= 3.0.17)
activesupport (3.0.17)
activeresource (3.0.18)
activemodel (= 3.0.18)
activesupport (= 3.0.18)
activesupport (3.0.18)
appraisal (0.5.1)
bundler
rake
Expand All @@ -60,7 +60,7 @@ GEM
gherkin (2.11.5)
json (>= 1.4.6)
i18n (0.5.0)
json (1.7.5)
json (1.7.6)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
Expand All @@ -73,17 +73,17 @@ GEM
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.17)
actionmailer (= 3.0.17)
actionpack (= 3.0.17)
activerecord (= 3.0.17)
activeresource (= 3.0.17)
activesupport (= 3.0.17)
rails (3.0.18)
actionmailer (= 3.0.18)
actionpack (= 3.0.18)
activerecord (= 3.0.18)
activeresource (= 3.0.18)
activesupport (= 3.0.18)
bundler (~> 1.0)
railties (= 3.0.17)
railties (3.0.17)
actionpack (= 3.0.17)
activesupport (= 3.0.17)
railties (= 3.0.18)
railties (3.0.18)
actionpack (= 3.0.18)
activesupport (= 3.0.18)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
Expand Down Expand Up @@ -114,7 +114,7 @@ DEPENDENCIES
aruba (~> 0.5.1)
cucumber (~> 1.2.1)
factory_girl_rails!
rails (~> 3.0.17)
rails (~> 3.0.18)
rake
rspec (~> 2.11.0)
sqlite3 (>= 1.3.4)
6 changes: 5 additions & 1 deletion gemfiles/rails3.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

source "http://rubygems.org"

gem "rails", "~> 3.1.8"
gem "rails", "~> 3.1.9"
gem "sass-rails", "~> 3.1.5"
gem "coffee-rails", "~> 3.1.1"
gem "uglifier", ">= 1.0.3"
gem "turn", "~> 0.8.3"
gem "sqlite3", ">= 1.3.4", :platforms=>:mri
gem "activerecord-jdbcsqlite3-adapter", :platforms=>:jruby

Expand Down
77 changes: 51 additions & 26 deletions gemfiles/rails3.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ PATH
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.1.8)
actionpack (= 3.1.8)
actionmailer (3.1.9)
actionpack (= 3.1.9)
mail (~> 2.3.3)
actionpack (3.1.8)
activemodel (= 3.1.8)
activesupport (= 3.1.8)
actionpack (3.1.9)
activemodel (= 3.1.9)
activesupport (= 3.1.9)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
Expand All @@ -22,20 +22,21 @@ GEM
rack-mount (~> 0.8.2)
rack-test (~> 0.6.1)
sprockets (~> 2.0.4)
activemodel (3.1.8)
activesupport (= 3.1.8)
activemodel (3.1.9)
activesupport (= 3.1.9)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.8)
activemodel (= 3.1.8)
activesupport (= 3.1.8)
activerecord (3.1.9)
activemodel (= 3.1.9)
activesupport (= 3.1.9)
arel (~> 2.2.3)
tzinfo (~> 0.3.29)
activeresource (3.1.8)
activemodel (= 3.1.8)
activesupport (= 3.1.8)
activesupport (3.1.8)
activeresource (3.1.9)
activemodel (= 3.1.9)
activesupport (= 3.1.9)
activesupport (3.1.9)
multi_json (>= 1.0, < 1.3)
ansi (1.4.3)
appraisal (0.5.1)
bundler
rake
Expand All @@ -47,21 +48,30 @@ GEM
builder (3.0.4)
childprocess (0.3.6)
ffi (~> 1.0, >= 1.0.6)
coffee-rails (3.1.1)
coffee-script (>= 2.2.0)
railties (~> 3.1.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.4.0)
cucumber (1.2.1)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.11.0)
json (>= 1.4.6)
diff-lcs (1.1.3)
erubis (2.7.0)
execjs (1.4.0)
multi_json (~> 1.0)
factory_girl (4.1.0)
activesupport (>= 3.0.0)
ffi (1.2.0)
gherkin (2.11.5)
json (>= 1.4.6)
hike (1.2.1)
i18n (0.6.1)
json (1.7.5)
json (1.7.6)
mail (2.3.3)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand All @@ -78,17 +88,17 @@ GEM
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.1.8)
actionmailer (= 3.1.8)
actionpack (= 3.1.8)
activerecord (= 3.1.8)
activeresource (= 3.1.8)
activesupport (= 3.1.8)
rails (3.1.9)
actionmailer (= 3.1.9)
actionpack (= 3.1.9)
activerecord (= 3.1.9)
activeresource (= 3.1.9)
activesupport (= 3.1.9)
bundler (~> 1.0)
railties (= 3.1.8)
railties (3.1.8)
actionpack (= 3.1.8)
activesupport (= 3.1.8)
railties (= 3.1.9)
railties (3.1.9)
actionpack (= 3.1.9)
activesupport (= 3.1.9)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand All @@ -104,6 +114,12 @@ GEM
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.3)
sass (3.2.4)
sass-rails (3.1.6)
actionpack (~> 3.1.0)
railties (~> 3.1.0)
sass (>= 3.1.10)
tilt (~> 1.3.2)
sprockets (2.0.4)
hike (~> 1.2)
rack (~> 1.0)
Expand All @@ -114,7 +130,12 @@ GEM
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
turn (0.8.3)
ansi
tzinfo (0.3.35)
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)

PLATFORMS
ruby
Expand All @@ -123,9 +144,13 @@ DEPENDENCIES
activerecord-jdbcsqlite3-adapter
appraisal (~> 0.5.0)
aruba (~> 0.5.1)
coffee-rails (~> 3.1.1)
cucumber (~> 1.2.1)
factory_girl_rails!
rails (~> 3.1.8)
rails (~> 3.1.9)
rake
rspec (~> 2.11.0)
sass-rails (~> 3.1.5)
sqlite3 (>= 1.3.4)
turn (~> 0.8.3)
uglifier (>= 1.0.3)
5 changes: 4 additions & 1 deletion gemfiles/rails3.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

source "http://rubygems.org"

gem "rails", "~> 3.2.9"
gem "rails", "~> 3.2.10"
gem "sass-rails", "~> 3.2.3"
gem "coffee-rails", "~> 3.2.1"
gem "uglifier", ">= 1.0.3"
gem "sqlite3", ">= 1.3.4", :platforms=>:mri
gem "activerecord-jdbcsqlite3-adapter", :platforms=>:jruby

Expand Down
Loading

0 comments on commit 2aa0939

Please sign in to comment.