mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Update appraisal
This commit is contained in:
parent
29157d69f8
commit
20becc9a4d
5 changed files with 10 additions and 10 deletions
|
@ -19,7 +19,7 @@ GEM
|
||||||
tzinfo (~> 0.3.29)
|
tzinfo (~> 0.3.29)
|
||||||
activesupport (3.1.0)
|
activesupport (3.1.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
appraisal (0.3.8)
|
appraisal (0.4.1)
|
||||||
bundler
|
bundler
|
||||||
rake
|
rake
|
||||||
arel (2.2.1)
|
arel (2.2.1)
|
||||||
|
@ -54,7 +54,7 @@ GEM
|
||||||
rake
|
rake
|
||||||
multi_json (1.0.3)
|
multi_json (1.0.3)
|
||||||
rack (1.3.3)
|
rack (1.3.3)
|
||||||
rake (0.9.2)
|
rake (0.9.2.2)
|
||||||
rdiscount (1.6.8)
|
rdiscount (1.6.8)
|
||||||
rspec (2.6.0)
|
rspec (2.6.0)
|
||||||
rspec-core (~> 2.6.0)
|
rspec-core (~> 2.6.0)
|
||||||
|
@ -81,7 +81,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord
|
activerecord
|
||||||
appraisal (~> 0.3.8)
|
appraisal (~> 0.4)
|
||||||
aruba
|
aruba
|
||||||
bluecloth
|
bluecloth
|
||||||
bourne
|
bourne
|
||||||
|
|
|
@ -30,7 +30,7 @@ Gem::Specification.new do |s|
|
||||||
s.add_development_dependency("aruba")
|
s.add_development_dependency("aruba")
|
||||||
s.add_development_dependency("mocha")
|
s.add_development_dependency("mocha")
|
||||||
s.add_development_dependency("bourne")
|
s.add_development_dependency("bourne")
|
||||||
s.add_development_dependency("appraisal", "~> 0.3.8")
|
s.add_development_dependency("appraisal", "~> 0.4")
|
||||||
s.add_development_dependency("sqlite3-ruby")
|
s.add_development_dependency("sqlite3-ruby")
|
||||||
s.add_development_dependency("yard")
|
s.add_development_dependency("yard")
|
||||||
s.add_development_dependency("bluecloth")
|
s.add_development_dependency("bluecloth")
|
||||||
|
|
|
@ -18,7 +18,7 @@ GEM
|
||||||
activesupport (3.2.3)
|
activesupport (3.2.3)
|
||||||
i18n (~> 0.6)
|
i18n (~> 0.6)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
appraisal (0.3.8)
|
appraisal (0.4.1)
|
||||||
bundler
|
bundler
|
||||||
rake
|
rake
|
||||||
arel (3.0.2)
|
arel (3.0.2)
|
||||||
|
@ -75,7 +75,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord (~> 3.0)
|
activerecord (~> 3.0)
|
||||||
appraisal (~> 0.3.8)
|
appraisal (~> 0.4)
|
||||||
aruba
|
aruba
|
||||||
bluecloth
|
bluecloth
|
||||||
bourne
|
bourne
|
||||||
|
|
|
@ -18,7 +18,7 @@ GEM
|
||||||
activesupport (3.2.3)
|
activesupport (3.2.3)
|
||||||
i18n (~> 0.6)
|
i18n (~> 0.6)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
appraisal (0.3.8)
|
appraisal (0.4.1)
|
||||||
bundler
|
bundler
|
||||||
rake
|
rake
|
||||||
arel (3.0.2)
|
arel (3.0.2)
|
||||||
|
@ -75,7 +75,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord (~> 3.1)
|
activerecord (~> 3.1)
|
||||||
appraisal (~> 0.3.8)
|
appraisal (~> 0.4)
|
||||||
aruba
|
aruba
|
||||||
bluecloth
|
bluecloth
|
||||||
bourne
|
bourne
|
||||||
|
|
|
@ -18,7 +18,7 @@ GEM
|
||||||
activesupport (3.2.3)
|
activesupport (3.2.3)
|
||||||
i18n (~> 0.6)
|
i18n (~> 0.6)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
appraisal (0.3.8)
|
appraisal (0.4.1)
|
||||||
bundler
|
bundler
|
||||||
rake
|
rake
|
||||||
arel (3.0.2)
|
arel (3.0.2)
|
||||||
|
@ -75,7 +75,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord (~> 3.2)
|
activerecord (~> 3.2)
|
||||||
appraisal (~> 0.3.8)
|
appraisal (~> 0.4)
|
||||||
aruba
|
aruba
|
||||||
bluecloth
|
bluecloth
|
||||||
bourne
|
bourne
|
||||||
|
|
Loading…
Reference in a new issue