mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump rails gem versions to latest for Appraisal
This commit is contained in:
parent
37afef8b4f
commit
7ce3ca02c6
7 changed files with 93 additions and 93 deletions
|
@ -1,5 +1,5 @@
|
|||
appraise "rails3.0" do
|
||||
gem "rails", "3.0.18"
|
||||
gem "rails", "3.0.20"
|
||||
gem "sqlite3", ">= 1.3.4", platforms: :mri
|
||||
gem "activerecord-jdbcsqlite3-adapter", "~> 1.2.5", platforms: :jruby
|
||||
gem "minitest-rails"
|
||||
|
@ -9,7 +9,7 @@ appraise "rails3.0" do
|
|||
end
|
||||
|
||||
appraise "rails3.1" do
|
||||
gem "rails", "3.1.9"
|
||||
gem "rails", "3.1.10"
|
||||
gem "sass-rails"
|
||||
gem "coffee-rails"
|
||||
gem "uglifier"
|
||||
|
@ -22,7 +22,7 @@ appraise "rails3.1" do
|
|||
end
|
||||
|
||||
appraise "rails3.2" do
|
||||
gem "rails", "3.2.10"
|
||||
gem "rails", "3.2.11"
|
||||
gem "sass-rails"
|
||||
gem "coffee-rails"
|
||||
gem "uglifier"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "rails", "3.0.18"
|
||||
gem "rails", "3.0.20"
|
||||
gem "sqlite3", ">= 1.3.4", :platforms=>:mri
|
||||
gem "activerecord-jdbcsqlite3-adapter", "~> 1.2.5", :platforms=>:jruby
|
||||
gem "minitest-rails"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl_rails
|
||||
remote: /Users/mjankowski/Development/OpenSource/factory_girl_rails
|
||||
specs:
|
||||
factory_girl_rails (4.2.0)
|
||||
factory_girl (~> 4.2.0)
|
||||
|
@ -9,12 +9,12 @@ GEM
|
|||
remote: http://rubygems.org/
|
||||
specs:
|
||||
abstract (1.0.0)
|
||||
actionmailer (3.0.18)
|
||||
actionpack (= 3.0.18)
|
||||
actionmailer (3.0.20)
|
||||
actionpack (= 3.0.20)
|
||||
mail (~> 2.2.19)
|
||||
actionpack (3.0.18)
|
||||
activemodel (= 3.0.18)
|
||||
activesupport (= 3.0.18)
|
||||
actionpack (3.0.20)
|
||||
activemodel (= 3.0.20)
|
||||
activesupport (= 3.0.20)
|
||||
builder (~> 2.1.2)
|
||||
erubis (~> 2.6.6)
|
||||
i18n (~> 0.5.0)
|
||||
|
@ -22,19 +22,19 @@ GEM
|
|||
rack-mount (~> 0.6.14)
|
||||
rack-test (~> 0.5.7)
|
||||
tzinfo (~> 0.3.23)
|
||||
activemodel (3.0.18)
|
||||
activesupport (= 3.0.18)
|
||||
activemodel (3.0.20)
|
||||
activesupport (= 3.0.20)
|
||||
builder (~> 2.1.2)
|
||||
i18n (~> 0.5.0)
|
||||
activerecord (3.0.18)
|
||||
activemodel (= 3.0.18)
|
||||
activesupport (= 3.0.18)
|
||||
activerecord (3.0.20)
|
||||
activemodel (= 3.0.20)
|
||||
activesupport (= 3.0.20)
|
||||
arel (~> 2.0.10)
|
||||
tzinfo (~> 0.3.23)
|
||||
activeresource (3.0.18)
|
||||
activemodel (= 3.0.18)
|
||||
activesupport (= 3.0.18)
|
||||
activesupport (3.0.18)
|
||||
activeresource (3.0.20)
|
||||
activemodel (= 3.0.20)
|
||||
activesupport (= 3.0.20)
|
||||
activesupport (3.0.20)
|
||||
appraisal (0.5.1)
|
||||
bundler
|
||||
rake
|
||||
|
@ -44,7 +44,7 @@ GEM
|
|||
cucumber (>= 1.1.1)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
builder (2.1.2)
|
||||
childprocess (0.3.6)
|
||||
childprocess (0.3.7)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
cucumber (1.2.1)
|
||||
builder (>= 2.1.2)
|
||||
|
@ -60,7 +60,7 @@ GEM
|
|||
gherkin (2.11.5)
|
||||
json (>= 1.4.6)
|
||||
i18n (0.5.0)
|
||||
jquery-rails (2.1.4)
|
||||
jquery-rails (2.2.0)
|
||||
railties (>= 3.0, < 5.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.7.6)
|
||||
|
@ -80,17 +80,17 @@ GEM
|
|||
rack (>= 1.0.0)
|
||||
rack-test (0.5.7)
|
||||
rack (>= 1.0)
|
||||
rails (3.0.18)
|
||||
actionmailer (= 3.0.18)
|
||||
actionpack (= 3.0.18)
|
||||
activerecord (= 3.0.18)
|
||||
activeresource (= 3.0.18)
|
||||
activesupport (= 3.0.18)
|
||||
rails (3.0.20)
|
||||
actionmailer (= 3.0.20)
|
||||
actionpack (= 3.0.20)
|
||||
activerecord (= 3.0.20)
|
||||
activeresource (= 3.0.20)
|
||||
activesupport (= 3.0.20)
|
||||
bundler (~> 1.0)
|
||||
railties (= 3.0.18)
|
||||
railties (3.0.18)
|
||||
actionpack (= 3.0.18)
|
||||
activesupport (= 3.0.18)
|
||||
railties (= 3.0.20)
|
||||
railties (3.0.20)
|
||||
actionpack (= 3.0.20)
|
||||
activesupport (= 3.0.20)
|
||||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
thor (~> 0.14.4)
|
||||
|
@ -131,7 +131,7 @@ DEPENDENCIES
|
|||
factory_girl_rails!
|
||||
jquery-rails
|
||||
minitest-rails
|
||||
rails (= 3.0.18)
|
||||
rails (= 3.0.20)
|
||||
rake
|
||||
rspec (~> 2.11.0)
|
||||
rspec-rails
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "rails", "3.1.9"
|
||||
gem "rails", "3.1.10"
|
||||
gem "sass-rails"
|
||||
gem "coffee-rails"
|
||||
gem "uglifier"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl_rails
|
||||
remote: /Users/mjankowski/Development/OpenSource/factory_girl_rails
|
||||
specs:
|
||||
factory_girl_rails (4.2.0)
|
||||
factory_girl (~> 4.2.0)
|
||||
|
@ -8,12 +8,12 @@ PATH
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
actionmailer (3.1.9)
|
||||
actionpack (= 3.1.9)
|
||||
actionmailer (3.1.10)
|
||||
actionpack (= 3.1.10)
|
||||
mail (~> 2.3.3)
|
||||
actionpack (3.1.9)
|
||||
activemodel (= 3.1.9)
|
||||
activesupport (= 3.1.9)
|
||||
actionpack (3.1.10)
|
||||
activemodel (= 3.1.10)
|
||||
activesupport (= 3.1.10)
|
||||
builder (~> 3.0.0)
|
||||
erubis (~> 2.7.0)
|
||||
i18n (~> 0.6)
|
||||
|
@ -22,19 +22,19 @@ GEM
|
|||
rack-mount (~> 0.8.2)
|
||||
rack-test (~> 0.6.1)
|
||||
sprockets (~> 2.0.4)
|
||||
activemodel (3.1.9)
|
||||
activesupport (= 3.1.9)
|
||||
activemodel (3.1.10)
|
||||
activesupport (= 3.1.10)
|
||||
builder (~> 3.0.0)
|
||||
i18n (~> 0.6)
|
||||
activerecord (3.1.9)
|
||||
activemodel (= 3.1.9)
|
||||
activesupport (= 3.1.9)
|
||||
activerecord (3.1.10)
|
||||
activemodel (= 3.1.10)
|
||||
activesupport (= 3.1.10)
|
||||
arel (~> 2.2.3)
|
||||
tzinfo (~> 0.3.29)
|
||||
activeresource (3.1.9)
|
||||
activemodel (= 3.1.9)
|
||||
activesupport (= 3.1.9)
|
||||
activesupport (3.1.9)
|
||||
activeresource (3.1.10)
|
||||
activemodel (= 3.1.10)
|
||||
activesupport (= 3.1.10)
|
||||
activesupport (3.1.10)
|
||||
multi_json (>= 1.0, < 1.3)
|
||||
appraisal (0.5.1)
|
||||
bundler
|
||||
|
@ -45,7 +45,7 @@ GEM
|
|||
cucumber (>= 1.1.1)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
builder (3.0.4)
|
||||
childprocess (0.3.6)
|
||||
childprocess (0.3.7)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
coffee-rails (3.1.1)
|
||||
coffee-script (>= 2.2.0)
|
||||
|
@ -70,7 +70,7 @@ GEM
|
|||
json (>= 1.4.6)
|
||||
hike (1.2.1)
|
||||
i18n (0.6.1)
|
||||
jquery-rails (2.1.4)
|
||||
jquery-rails (2.2.0)
|
||||
railties (>= 3.0, < 5.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.7.6)
|
||||
|
@ -90,21 +90,21 @@ GEM
|
|||
rack (>= 0.4)
|
||||
rack-mount (0.8.3)
|
||||
rack (>= 1.0.0)
|
||||
rack-ssl (1.3.2)
|
||||
rack-ssl (1.3.3)
|
||||
rack
|
||||
rack-test (0.6.2)
|
||||
rack (>= 1.0)
|
||||
rails (3.1.9)
|
||||
actionmailer (= 3.1.9)
|
||||
actionpack (= 3.1.9)
|
||||
activerecord (= 3.1.9)
|
||||
activeresource (= 3.1.9)
|
||||
activesupport (= 3.1.9)
|
||||
rails (3.1.10)
|
||||
actionmailer (= 3.1.10)
|
||||
actionpack (= 3.1.10)
|
||||
activerecord (= 3.1.10)
|
||||
activeresource (= 3.1.10)
|
||||
activesupport (= 3.1.10)
|
||||
bundler (~> 1.0)
|
||||
railties (= 3.1.9)
|
||||
railties (3.1.9)
|
||||
actionpack (= 3.1.9)
|
||||
activesupport (= 3.1.9)
|
||||
railties (= 3.1.10)
|
||||
railties (3.1.10)
|
||||
actionpack (= 3.1.10)
|
||||
activesupport (= 3.1.10)
|
||||
rack-ssl (~> 1.3.2)
|
||||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
|
@ -161,7 +161,7 @@ DEPENDENCIES
|
|||
factory_girl_rails!
|
||||
jquery-rails
|
||||
minitest-rails
|
||||
rails (= 3.1.9)
|
||||
rails (= 3.1.10)
|
||||
rake
|
||||
rspec (~> 2.11.0)
|
||||
rspec-rails
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "rails", "3.2.10"
|
||||
gem "rails", "3.2.11"
|
||||
gem "sass-rails"
|
||||
gem "coffee-rails"
|
||||
gem "uglifier"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl_rails
|
||||
remote: /Users/mjankowski/Development/OpenSource/factory_girl_rails
|
||||
specs:
|
||||
factory_girl_rails (4.2.0)
|
||||
factory_girl (~> 4.2.0)
|
||||
|
@ -8,12 +8,12 @@ PATH
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
actionmailer (3.2.10)
|
||||
actionpack (= 3.2.10)
|
||||
actionmailer (3.2.11)
|
||||
actionpack (= 3.2.11)
|
||||
mail (~> 2.4.4)
|
||||
actionpack (3.2.10)
|
||||
activemodel (= 3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
actionpack (3.2.11)
|
||||
activemodel (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
builder (~> 3.0.0)
|
||||
erubis (~> 2.7.0)
|
||||
journey (~> 1.0.4)
|
||||
|
@ -21,18 +21,18 @@ GEM
|
|||
rack-cache (~> 1.2)
|
||||
rack-test (~> 0.6.1)
|
||||
sprockets (~> 2.2.1)
|
||||
activemodel (3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
activemodel (3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
builder (~> 3.0.0)
|
||||
activerecord (3.2.10)
|
||||
activemodel (= 3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
activerecord (3.2.11)
|
||||
activemodel (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
arel (~> 3.0.2)
|
||||
tzinfo (~> 0.3.29)
|
||||
activeresource (3.2.10)
|
||||
activemodel (= 3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
activesupport (3.2.10)
|
||||
activeresource (3.2.11)
|
||||
activemodel (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
activesupport (3.2.11)
|
||||
i18n (~> 0.6)
|
||||
multi_json (~> 1.0)
|
||||
appraisal (0.5.1)
|
||||
|
@ -44,7 +44,7 @@ GEM
|
|||
cucumber (>= 1.1.1)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
builder (3.0.4)
|
||||
childprocess (0.3.6)
|
||||
childprocess (0.3.7)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
coffee-rails (3.2.2)
|
||||
coffee-script (>= 2.2.0)
|
||||
|
@ -70,7 +70,7 @@ GEM
|
|||
hike (1.2.1)
|
||||
i18n (0.6.1)
|
||||
journey (1.0.4)
|
||||
jquery-rails (2.1.4)
|
||||
jquery-rails (2.2.0)
|
||||
railties (>= 3.0, < 5.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.7.6)
|
||||
|
@ -88,21 +88,21 @@ GEM
|
|||
rack (1.4.4)
|
||||
rack-cache (1.2)
|
||||
rack (>= 0.4)
|
||||
rack-ssl (1.3.2)
|
||||
rack-ssl (1.3.3)
|
||||
rack
|
||||
rack-test (0.6.2)
|
||||
rack (>= 1.0)
|
||||
rails (3.2.10)
|
||||
actionmailer (= 3.2.10)
|
||||
actionpack (= 3.2.10)
|
||||
activerecord (= 3.2.10)
|
||||
activeresource (= 3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
rails (3.2.11)
|
||||
actionmailer (= 3.2.11)
|
||||
actionpack (= 3.2.11)
|
||||
activerecord (= 3.2.11)
|
||||
activeresource (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
bundler (~> 1.0)
|
||||
railties (= 3.2.10)
|
||||
railties (3.2.10)
|
||||
actionpack (= 3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
railties (= 3.2.11)
|
||||
railties (3.2.11)
|
||||
actionpack (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
rack-ssl (~> 1.3.2)
|
||||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
|
@ -137,7 +137,7 @@ GEM
|
|||
therubyrhino (2.0.2)
|
||||
therubyrhino_jar (>= 1.7.3)
|
||||
therubyrhino_jar (1.7.4)
|
||||
thor (0.16.0)
|
||||
thor (0.17.0)
|
||||
tilt (1.3.3)
|
||||
treetop (1.4.12)
|
||||
polyglot
|
||||
|
@ -159,7 +159,7 @@ DEPENDENCIES
|
|||
factory_girl_rails!
|
||||
jquery-rails
|
||||
minitest-rails
|
||||
rails (= 3.2.10)
|
||||
rails (= 3.2.11)
|
||||
rake
|
||||
rspec (~> 2.11.0)
|
||||
rspec-rails
|
||||
|
|
Loading…
Reference in a new issue