mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
102d7f7606
Closes #1336 * removes all the deprecated methods * removes Ruby 2.3, 2.4 and Rails 4.2 from travis * bundle updates the test gemfiles * Removes some pre-5.0 logic from a test helper * Targets Ruby 2.5 with rubocop and fixes violations We could also remove support for Rails 5.0 and 5.1, which are now EOL, but I don't see a strong reason to do that. We don't seem to have to do anything special to support those versions.
136 lines
3 KiB
Text
136 lines
3 KiB
Text
PATH
|
|
remote: ..
|
|
specs:
|
|
factory_bot (5.2.0)
|
|
activesupport (>= 5.0.0)
|
|
|
|
GEM
|
|
remote: https://rubygems.org/
|
|
specs:
|
|
activemodel (5.2.4.2)
|
|
activesupport (= 5.2.4.2)
|
|
activerecord (5.2.4.2)
|
|
activemodel (= 5.2.4.2)
|
|
activesupport (= 5.2.4.2)
|
|
arel (>= 9.0)
|
|
activesupport (5.2.4.2)
|
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
i18n (>= 0.7, < 2)
|
|
minitest (~> 5.1)
|
|
tzinfo (~> 1.1)
|
|
appraisal (2.2.0)
|
|
bundler
|
|
rake
|
|
thor (>= 0.14.0)
|
|
arel (9.0.0)
|
|
aruba (1.0.0)
|
|
childprocess (~> 3.0)
|
|
contracts (~> 0.16.0)
|
|
cucumber (>= 2.4, < 4.0)
|
|
ffi (~> 1.9)
|
|
rspec-expectations (~> 3.4)
|
|
thor (~> 1.0)
|
|
ast (2.4.0)
|
|
backports (3.17.1)
|
|
builder (3.2.4)
|
|
childprocess (3.0.0)
|
|
concurrent-ruby (1.1.6)
|
|
contracts (0.16.0)
|
|
cucumber (3.1.2)
|
|
builder (>= 2.1.2)
|
|
cucumber-core (~> 3.2.0)
|
|
cucumber-expressions (~> 6.0.1)
|
|
cucumber-wire (~> 0.0.1)
|
|
diff-lcs (~> 1.3)
|
|
gherkin (~> 5.1.0)
|
|
multi_json (>= 1.7.5, < 2.0)
|
|
multi_test (>= 0.1.2)
|
|
cucumber-core (3.2.1)
|
|
backports (>= 3.8.0)
|
|
cucumber-tag_expressions (~> 1.1.0)
|
|
gherkin (~> 5.0)
|
|
cucumber-expressions (6.0.1)
|
|
cucumber-tag_expressions (1.1.1)
|
|
cucumber-wire (0.0.1)
|
|
diff-lcs (1.3)
|
|
docile (1.3.2)
|
|
ffi (1.12.2)
|
|
gherkin (5.1.0)
|
|
i18n (1.8.2)
|
|
concurrent-ruby (~> 1.0)
|
|
jaro_winkler (1.5.4)
|
|
minitest (5.14.0)
|
|
multi_json (1.14.1)
|
|
multi_test (0.1.2)
|
|
parallel (1.19.1)
|
|
parser (2.7.1.1)
|
|
ast (~> 2.4.0)
|
|
rack (2.2.2)
|
|
rainbow (3.0.0)
|
|
rake (13.0.1)
|
|
rexml (3.2.4)
|
|
rspec (3.9.0)
|
|
rspec-core (~> 3.9.0)
|
|
rspec-expectations (~> 3.9.0)
|
|
rspec-mocks (~> 3.9.0)
|
|
rspec-core (3.9.1)
|
|
rspec-support (~> 3.9.1)
|
|
rspec-expectations (3.9.1)
|
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
rspec-support (~> 3.9.0)
|
|
rspec-its (1.3.0)
|
|
rspec-core (>= 3.0.0)
|
|
rspec-expectations (>= 3.0.0)
|
|
rspec-mocks (3.9.1)
|
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
rspec-support (~> 3.9.0)
|
|
rspec-support (3.9.2)
|
|
rubocop (0.82.0)
|
|
jaro_winkler (~> 1.5.1)
|
|
parallel (~> 1.10)
|
|
parser (>= 2.7.0.1)
|
|
rainbow (>= 2.2.2, < 4.0)
|
|
rexml
|
|
ruby-progressbar (~> 1.7)
|
|
unicode-display_width (>= 1.4.0, < 2.0)
|
|
rubocop-performance (1.5.2)
|
|
rubocop (>= 0.71.0)
|
|
rubocop-rails (2.5.2)
|
|
activesupport
|
|
rack (>= 1.1)
|
|
rubocop (>= 0.72.0)
|
|
ruby-progressbar (1.10.1)
|
|
simplecov (0.18.5)
|
|
docile (~> 1.1)
|
|
simplecov-html (~> 0.11)
|
|
simplecov-html (0.12.2)
|
|
sqlite3 (1.4.2)
|
|
thor (1.0.1)
|
|
thread_safe (0.3.6)
|
|
tzinfo (1.2.7)
|
|
thread_safe (~> 0.1)
|
|
unicode-display_width (1.7.0)
|
|
yard (0.9.24)
|
|
|
|
PLATFORMS
|
|
ruby
|
|
|
|
DEPENDENCIES
|
|
activerecord (~> 5.2.3)
|
|
activerecord-jdbcsqlite3-adapter
|
|
appraisal
|
|
aruba
|
|
cucumber
|
|
factory_bot!
|
|
rake
|
|
rspec
|
|
rspec-its
|
|
rubocop
|
|
rubocop-performance
|
|
rubocop-rails
|
|
simplecov
|
|
sqlite3
|
|
yard
|
|
|
|
BUNDLED WITH
|
|
2.1.4
|