mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Update rails gem versions in Appraisals to use latest stable releases: 3.2.10, 3.1.9, 3.0.18
This commit is contained in:
parent
af282a178b
commit
8e5a2907b9
7 changed files with 53 additions and 56 deletions
|
@ -1,11 +1,11 @@
|
|||
appraise "3.0" do
|
||||
gem "activerecord", "~> 3.0.17"
|
||||
gem "activerecord", "~> 3.0.18"
|
||||
end
|
||||
|
||||
appraise "3.1" do
|
||||
gem "activerecord", "~> 3.1.8"
|
||||
gem "activerecord", "~> 3.1.9"
|
||||
end
|
||||
|
||||
appraise "3.2" do
|
||||
gem "activerecord", "~> 3.2.8"
|
||||
gem "activerecord", "~> 3.2.10"
|
||||
end
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "activerecord", "~> 3.0.17"
|
||||
gem "activerecord", "~> 3.0.18"
|
||||
|
||||
gemspec :path=>"../"
|
|
@ -1,5 +1,5 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
remote: /Users/mjankowski/Development/OpenSource/factory_girl
|
||||
specs:
|
||||
factory_girl (4.1.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
@ -7,46 +7,45 @@ PATH
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
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)
|
||||
activesupport (3.0.17)
|
||||
activesupport (3.0.18)
|
||||
appraisal (0.5.1)
|
||||
bundler
|
||||
rake
|
||||
arel (2.0.10)
|
||||
aruba (0.5.0)
|
||||
childprocess (= 0.2.3)
|
||||
aruba (0.5.1)
|
||||
childprocess (~> 0.3.6)
|
||||
cucumber (>= 1.1.1)
|
||||
ffi (>= 1.0.11)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
bourne (1.2.0)
|
||||
mocha (= 0.12.3)
|
||||
builder (2.1.2)
|
||||
childprocess (0.2.3)
|
||||
ffi (~> 1.0.6)
|
||||
childprocess (0.3.6)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
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)
|
||||
ffi (1.0.11)
|
||||
ffi (1.2.0)
|
||||
gherkin (2.11.5)
|
||||
json (>= 1.4.6)
|
||||
i18n (0.5.0)
|
||||
json (1.7.5)
|
||||
json (1.7.6)
|
||||
metaclass (0.0.1)
|
||||
mocha (0.12.3)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.3.7)
|
||||
rake (0.9.2.2)
|
||||
multi_json (1.5.0)
|
||||
rake (10.0.3)
|
||||
rspec (2.11.0)
|
||||
rspec-core (~> 2.11.0)
|
||||
rspec-expectations (~> 2.11.0)
|
||||
|
@ -68,7 +67,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
activerecord (~> 3.0.17)
|
||||
activerecord (~> 3.0.18)
|
||||
appraisal (~> 0.5.1)
|
||||
aruba
|
||||
bourne
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "activerecord", "~> 3.1.8"
|
||||
gem "activerecord", "~> 3.1.9"
|
||||
|
||||
gemspec :path=>"../"
|
|
@ -1,5 +1,5 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
remote: /Users/mjankowski/Development/OpenSource/factory_girl
|
||||
specs:
|
||||
factory_girl (4.1.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
@ -7,47 +7,46 @@ PATH
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
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)
|
||||
activesupport (3.1.8)
|
||||
activesupport (3.1.9)
|
||||
multi_json (>= 1.0, < 1.3)
|
||||
appraisal (0.5.1)
|
||||
bundler
|
||||
rake
|
||||
arel (2.2.3)
|
||||
aruba (0.5.0)
|
||||
childprocess (= 0.2.3)
|
||||
aruba (0.5.1)
|
||||
childprocess (~> 0.3.6)
|
||||
cucumber (>= 1.1.1)
|
||||
ffi (>= 1.0.11)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
bourne (1.2.0)
|
||||
mocha (= 0.12.3)
|
||||
builder (3.0.4)
|
||||
childprocess (0.2.3)
|
||||
ffi (~> 1.0.6)
|
||||
childprocess (0.3.6)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
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)
|
||||
ffi (1.0.11)
|
||||
ffi (1.2.0)
|
||||
gherkin (2.11.5)
|
||||
json (>= 1.4.6)
|
||||
i18n (0.6.1)
|
||||
json (1.7.5)
|
||||
json (1.7.6)
|
||||
metaclass (0.0.1)
|
||||
mocha (0.12.3)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.2.0)
|
||||
rake (0.9.2.2)
|
||||
rake (10.0.3)
|
||||
rspec (2.11.0)
|
||||
rspec-core (~> 2.11.0)
|
||||
rspec-expectations (~> 2.11.0)
|
||||
|
@ -69,7 +68,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
activerecord (~> 3.1.8)
|
||||
activerecord (~> 3.1.9)
|
||||
appraisal (~> 0.5.1)
|
||||
aruba
|
||||
bourne
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "activerecord", "~> 3.2.8"
|
||||
gem "activerecord", "~> 3.2.10"
|
||||
|
||||
gemspec :path=>"../"
|
|
@ -1,5 +1,5 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
remote: /Users/mjankowski/Development/OpenSource/factory_girl
|
||||
specs:
|
||||
factory_girl (4.1.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
@ -7,47 +7,46 @@ PATH
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
activemodel (3.2.8)
|
||||
activesupport (= 3.2.8)
|
||||
activemodel (3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
builder (~> 3.0.0)
|
||||
activerecord (3.2.8)
|
||||
activemodel (= 3.2.8)
|
||||
activesupport (= 3.2.8)
|
||||
activerecord (3.2.10)
|
||||
activemodel (= 3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
arel (~> 3.0.2)
|
||||
tzinfo (~> 0.3.29)
|
||||
activesupport (3.2.8)
|
||||
activesupport (3.2.10)
|
||||
i18n (~> 0.6)
|
||||
multi_json (~> 1.0)
|
||||
appraisal (0.5.1)
|
||||
bundler
|
||||
rake
|
||||
arel (3.0.2)
|
||||
aruba (0.5.0)
|
||||
childprocess (= 0.2.3)
|
||||
aruba (0.5.1)
|
||||
childprocess (~> 0.3.6)
|
||||
cucumber (>= 1.1.1)
|
||||
ffi (>= 1.0.11)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
bourne (1.2.0)
|
||||
mocha (= 0.12.3)
|
||||
builder (3.0.4)
|
||||
childprocess (0.2.3)
|
||||
ffi (~> 1.0.6)
|
||||
childprocess (0.3.6)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
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)
|
||||
ffi (1.0.11)
|
||||
ffi (1.2.0)
|
||||
gherkin (2.11.5)
|
||||
json (>= 1.4.6)
|
||||
i18n (0.6.1)
|
||||
json (1.7.5)
|
||||
json (1.7.6)
|
||||
metaclass (0.0.1)
|
||||
mocha (0.12.3)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.3.7)
|
||||
rake (0.9.2.2)
|
||||
multi_json (1.5.0)
|
||||
rake (10.0.3)
|
||||
rspec (2.11.0)
|
||||
rspec-core (~> 2.11.0)
|
||||
rspec-expectations (~> 2.11.0)
|
||||
|
@ -69,7 +68,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
activerecord (~> 3.2.8)
|
||||
activerecord (~> 3.2.10)
|
||||
appraisal (~> 0.5.1)
|
||||
aruba
|
||||
bourne
|
||||
|
|
Loading…
Reference in a new issue