rating/Gemfile.lock

166 lines
3.9 KiB
Plaintext
Raw Normal View History

2017-10-30 01:44:23 +00:00
PATH
remote: .
specs:
2020-01-16 21:50:13 +00:00
rating (0.11.0)
2019-10-03 23:23:28 +00:00
activerecord
2017-10-30 01:44:23 +00:00
GEM
remote: https://rubygems.org/
specs:
2022-05-17 20:49:59 +00:00
actionpack (7.0.3)
actionview (= 7.0.3)
activesupport (= 7.0.3)
2022-04-21 22:57:48 +00:00
rack (~> 2.0, >= 2.2.0)
2017-10-30 01:44:23 +00:00
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
2019-10-03 23:23:28 +00:00
rails-html-sanitizer (~> 1.0, >= 1.2.0)
2022-05-17 20:49:59 +00:00
actionview (7.0.3)
activesupport (= 7.0.3)
2017-10-30 01:44:23 +00:00
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
2019-10-03 23:23:28 +00:00
rails-html-sanitizer (~> 1.1, >= 1.2.0)
2022-05-17 20:49:59 +00:00
activemodel (7.0.3)
activesupport (= 7.0.3)
activerecord (7.0.3)
activemodel (= 7.0.3)
activesupport (= 7.0.3)
activesupport (7.0.3)
2017-10-30 01:44:23 +00:00
concurrent-ruby (~> 1.0, >= 1.0.2)
2022-04-21 22:57:48 +00:00
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
2019-12-19 19:36:11 +00:00
builder (3.2.4)
2022-05-18 01:48:47 +00:00
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
2022-04-21 22:57:48 +00:00
concurrent-ruby (1.1.10)
2020-01-16 17:15:31 +00:00
crass (1.0.6)
2022-04-21 22:57:48 +00:00
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
database_cleaner-active_record (2.0.1)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
2022-05-18 02:43:05 +00:00
debug (1.5.0)
irb (>= 1.3.6)
reline (>= 0.2.7)
2022-04-21 22:57:48 +00:00
diff-lcs (1.5.0)
2022-05-18 01:48:47 +00:00
docile (1.4.0)
2022-04-21 22:57:48 +00:00
erubi (1.10.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
i18n (1.10.0)
2017-10-30 01:44:23 +00:00
concurrent-ruby (~> 1.0)
2022-05-18 02:43:05 +00:00
io-console (0.5.11)
irb (1.4.1)
reline (>= 0.3.0)
2022-05-17 20:49:59 +00:00
loofah (2.18.0)
2017-10-30 01:44:23 +00:00
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
2022-04-21 22:57:48 +00:00
method_source (1.0.0)
mini_portile2 (2.8.0)
minitest (5.15.0)
2022-05-17 20:49:59 +00:00
mysql2 (0.5.4)
nokogiri (1.13.6)
2022-04-21 22:57:48 +00:00
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
racc (1.6.0)
rack (2.2.3)
2019-10-03 22:04:06 +00:00
rack-test (1.1.0)
2017-10-30 01:44:23 +00:00
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
2022-04-21 22:57:48 +00:00
rails-html-sanitizer (1.4.2)
2019-12-19 19:36:11 +00:00
loofah (~> 2.3)
2022-05-17 20:49:59 +00:00
railties (7.0.3)
actionpack (= 7.0.3)
activesupport (= 7.0.3)
2017-10-30 01:44:23 +00:00
method_source
2022-04-21 22:57:48 +00:00
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
2022-05-17 20:49:59 +00:00
regexp_parser (2.4.0)
2022-05-18 02:43:05 +00:00
reline (0.3.1)
io-console (~> 0.5)
2022-04-21 22:57:48 +00:00
rexml (3.2.5)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
2017-10-30 01:44:23 +00:00
diff-lcs (>= 1.2.0, < 2.0)
2022-04-21 22:57:48 +00:00
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
2017-10-30 01:44:23 +00:00
diff-lcs (>= 1.2.0, < 2.0)
2022-04-21 22:57:48 +00:00
rspec-support (~> 3.11.0)
2022-05-17 20:49:59 +00:00
rspec-rails (5.1.2)
2022-04-21 22:57:48 +00:00
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.11.0)
2022-05-17 20:49:59 +00:00
rubocop (1.29.1)
2017-10-30 01:44:23 +00:00
parallel (~> 1.10)
2022-04-21 22:57:48 +00:00
parser (>= 3.1.0.0)
2018-01-15 00:29:14 +00:00
rainbow (>= 2.2.2, < 4.0)
2022-04-21 22:57:48 +00:00
regexp_parser (>= 1.8, < 3.0)
2022-05-17 20:49:59 +00:00
rexml (>= 3.2.5, < 4.0)
2022-04-21 22:57:48 +00:00
rubocop-ast (>= 1.17.0, < 2.0)
2017-10-30 01:44:23 +00:00
ruby-progressbar (~> 1.7)
2022-04-21 22:57:48 +00:00
unicode-display_width (>= 1.4.0, < 3.0)
2022-05-17 20:49:59 +00:00
rubocop-ast (1.18.0)
2022-04-21 22:57:48 +00:00
parser (>= 3.1.1.0)
rubocop-performance (1.13.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.14.2)
2019-10-03 22:04:06 +00:00
activesupport (>= 4.2.0)
2022-04-21 22:57:48 +00:00
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-rspec (2.10.0)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
shoulda-matchers (5.1.0)
activesupport (>= 5.2.0)
2022-05-18 01:48:47 +00:00
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
2022-04-21 22:57:48 +00:00
thor (1.2.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
zeitwerk (2.5.4)
2017-10-30 01:44:23 +00:00
PLATFORMS
ruby
DEPENDENCIES
2022-05-18 01:48:47 +00:00
codecov
2017-10-30 01:44:23 +00:00
database_cleaner
2022-05-18 02:43:05 +00:00
debug
2017-10-30 01:44:23 +00:00
factory_bot_rails
mysql2
2017-10-30 01:44:23 +00:00
rating!
rspec-rails
2019-10-03 22:06:28 +00:00
rubocop-performance
2022-04-21 22:57:48 +00:00
rubocop-rails
2017-10-30 01:44:23 +00:00
rubocop-rspec
shoulda-matchers
BUNDLED WITH
2022-05-18 01:34:42 +00:00
2.3.13