mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Update appraisal to fix travis
This commit is contained in:
parent
d43d9359a9
commit
fc14baf2e7
8 changed files with 12 additions and 12 deletions
|
@ -18,7 +18,7 @@ GEM
|
|||
activesupport (3.2.3)
|
||||
i18n (~> 0.6)
|
||||
multi_json (~> 1.0)
|
||||
appraisal (0.5.0)
|
||||
appraisal (0.5.1)
|
||||
bundler
|
||||
rake
|
||||
arel (3.0.2)
|
||||
|
@ -75,7 +75,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
activerecord
|
||||
appraisal (~> 0.5.0)
|
||||
appraisal (~> 0.5.1)
|
||||
aruba
|
||||
bourne
|
||||
cucumber (~> 1.2.1)
|
||||
|
|
|
@ -30,7 +30,7 @@ Gem::Specification.new do |s|
|
|||
s.add_development_dependency("aruba")
|
||||
s.add_development_dependency("mocha")
|
||||
s.add_development_dependency("bourne")
|
||||
s.add_development_dependency("appraisal", "~> 0.5.0")
|
||||
s.add_development_dependency("appraisal", "~> 0.5.1")
|
||||
|
||||
if RUBY_PLATFORM == "java"
|
||||
s.add_development_dependency("activerecord-jdbcsqlite3-adapter")
|
||||
|
|
|
@ -17,7 +17,7 @@ GEM
|
|||
arel (~> 2.0.10)
|
||||
tzinfo (~> 0.3.23)
|
||||
activesupport (3.0.17)
|
||||
appraisal (0.5.0)
|
||||
appraisal (0.5.1)
|
||||
bundler
|
||||
rake
|
||||
arel (2.0.10)
|
||||
|
@ -61,7 +61,7 @@ GEM
|
|||
simplecov-html (0.7.1)
|
||||
sqlite3 (1.3.6)
|
||||
timecop (0.5.3)
|
||||
tzinfo (0.3.34)
|
||||
tzinfo (0.3.35)
|
||||
yard (0.8.3)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -69,7 +69,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
activerecord (~> 3.0.17)
|
||||
appraisal (~> 0.5.0)
|
||||
appraisal (~> 0.5.1)
|
||||
aruba
|
||||
bourne
|
||||
cucumber (~> 1.2.1)
|
|
@ -18,7 +18,7 @@ GEM
|
|||
tzinfo (~> 0.3.29)
|
||||
activesupport (3.1.8)
|
||||
multi_json (>= 1.0, < 1.3)
|
||||
appraisal (0.5.0)
|
||||
appraisal (0.5.1)
|
||||
bundler
|
||||
rake
|
||||
arel (2.2.3)
|
||||
|
@ -62,7 +62,7 @@ GEM
|
|||
simplecov-html (0.7.1)
|
||||
sqlite3 (1.3.6)
|
||||
timecop (0.5.3)
|
||||
tzinfo (0.3.34)
|
||||
tzinfo (0.3.35)
|
||||
yard (0.8.3)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -70,7 +70,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
activerecord (~> 3.1.8)
|
||||
appraisal (~> 0.5.0)
|
||||
appraisal (~> 0.5.1)
|
||||
aruba
|
||||
bourne
|
||||
cucumber (~> 1.2.1)
|
|
@ -18,7 +18,7 @@ GEM
|
|||
activesupport (3.2.8)
|
||||
i18n (~> 0.6)
|
||||
multi_json (~> 1.0)
|
||||
appraisal (0.5.0)
|
||||
appraisal (0.5.1)
|
||||
bundler
|
||||
rake
|
||||
arel (3.0.2)
|
||||
|
@ -62,7 +62,7 @@ GEM
|
|||
simplecov-html (0.7.1)
|
||||
sqlite3 (1.3.6)
|
||||
timecop (0.5.3)
|
||||
tzinfo (0.3.34)
|
||||
tzinfo (0.3.35)
|
||||
yard (0.8.3)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -70,7 +70,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
activerecord (~> 3.2.8)
|
||||
appraisal (~> 0.5.0)
|
||||
appraisal (~> 0.5.1)
|
||||
aruba
|
||||
bourne
|
||||
cucumber (~> 1.2.1)
|
Loading…
Reference in a new issue