thoughtbot--factory_bot/gemfiles/6.0.gemfile.lock

128 lines
2.8 KiB
Plaintext
Raw Normal View History

2019-01-31 02:19:05 +00:00
PATH
remote: ..
specs:
2019-02-22 21:18:39 +00:00
factory_bot (5.0.2)
2019-01-31 02:19:05 +00:00
activesupport (>= 4.2.0)
GEM
remote: https://rubygems.org/
specs:
2019-08-19 15:52:54 +00:00
activemodel (6.0.0)
activesupport (= 6.0.0)
activerecord (6.0.0)
activemodel (= 6.0.0)
activesupport (= 6.0.0)
activesupport (6.0.0)
2019-01-31 02:19:05 +00:00
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8)
2019-01-31 02:19:05 +00:00
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)
2019-08-19 15:52:54 +00:00
aruba (0.14.11)
childprocess (>= 0.6.3, < 3.0.0)
2019-01-31 02:19:05 +00:00
contracts (~> 0.9)
cucumber (>= 1.3.19)
2019-04-25 04:19:19 +00:00
ffi (~> 1.9)
2019-01-31 02:19:05 +00:00
rspec-expectations (>= 2.99)
thor (~> 0.19)
ast (2.4.0)
2019-06-21 15:18:24 +00:00
backports (3.15.0)
2019-01-31 02:19:05 +00:00
builder (3.2.3)
2019-08-19 15:52:54 +00:00
childprocess (2.0.0)
2019-04-25 04:19:19 +00:00
rake (< 13.0)
concurrent-ruby (1.1.5)
2019-01-31 02:19:05 +00:00
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)
2019-06-21 15:18:24 +00:00
docile (1.3.2)
ffi (1.11.1)
2019-01-31 02:19:05 +00:00
gherkin (5.1.0)
2019-04-25 04:19:19 +00:00
i18n (1.6.0)
2019-01-31 02:19:05 +00:00
concurrent-ruby (~> 1.0)
2019-04-25 04:19:19 +00:00
json (2.2.0)
2019-01-31 02:19:05 +00:00
minitest (5.11.3)
multi_json (1.13.1)
multi_test (0.1.2)
2019-04-25 04:19:19 +00:00
parallel (1.17.0)
2019-06-21 15:18:24 +00:00
parser (2.6.3.0)
2019-01-31 02:19:05 +00:00
ast (~> 2.4.0)
powerpack (0.1.2)
rainbow (3.0.0)
rake (12.3.3)
2019-01-31 02:19:05 +00:00
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.2)
2019-01-31 02:19:05 +00:00
rspec-support (~> 3.8.0)
2019-06-21 15:18:24 +00:00
rspec-expectations (3.8.4)
2019-01-31 02:19:05 +00:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
2019-04-25 04:19:19 +00:00
rspec-its (1.3.0)
2019-01-31 02:19:05 +00:00
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
2019-06-21 15:18:24 +00:00
rspec-mocks (3.8.1)
2019-01-31 02:19:05 +00:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
2019-06-21 15:18:24 +00:00
rspec-support (3.8.2)
2019-01-31 02:19:05 +00:00
rubocop (0.54.0)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
2019-06-21 15:18:24 +00:00
ruby-progressbar (1.10.1)
simplecov (0.17.0)
2019-01-31 02:19:05 +00:00
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
2019-06-21 15:18:24 +00:00
sqlite3 (1.4.1)
2019-01-31 02:19:05 +00:00
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
2019-06-21 15:18:24 +00:00
unicode-display_width (1.6.0)
yard (0.9.20)
zeitwerk (2.1.9)
2019-01-31 02:19:05 +00:00
PLATFORMS
ruby
DEPENDENCIES
2019-08-19 15:52:54 +00:00
activerecord (~> 6.0.0)
2019-01-31 02:19:05 +00:00
appraisal
aruba
cucumber
factory_bot!
rake
rspec
rspec-its
rubocop (= 0.54)
simplecov
sqlite3
yard
BUNDLED WITH
2.0.2