rating/Gemfile.lock

139 lines
3.2 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:
2019-12-19 19:36:11 +00:00
actionpack (6.0.2.1)
actionview (= 6.0.2.1)
activesupport (= 6.0.2.1)
rack (~> 2.0, >= 2.0.8)
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)
2019-12-19 19:36:11 +00:00
actionview (6.0.2.1)
activesupport (= 6.0.2.1)
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)
2019-12-19 19:36:11 +00:00
activemodel (6.0.2.1)
activesupport (= 6.0.2.1)
activerecord (6.0.2.1)
activemodel (= 6.0.2.1)
activesupport (= 6.0.2.1)
activesupport (6.0.2.1)
2017-10-30 01:44:23 +00:00
concurrent-ruby (~> 1.0, >= 1.0.2)
2018-06-14 16:58:50 +00:00
i18n (>= 0.7, < 2)
2017-10-30 01:44:23 +00:00
minitest (~> 5.1)
tzinfo (~> 1.1)
2019-12-19 19:36:11 +00:00
zeitwerk (~> 2.2)
2018-01-26 21:20:42 +00:00
ast (2.4.0)
2019-12-19 19:36:11 +00:00
builder (3.2.4)
2019-10-03 22:04:06 +00:00
byebug (11.0.1)
2017-10-30 01:44:23 +00:00
coderay (1.1.2)
2019-10-03 22:04:06 +00:00
concurrent-ruby (1.1.5)
2020-01-16 17:15:31 +00:00
crass (1.0.6)
2018-06-14 16:58:50 +00:00
database_cleaner (1.7.0)
2017-10-30 01:44:23 +00:00
diff-lcs (1.3)
2019-10-03 22:04:06 +00:00
erubi (1.9.0)
factory_bot (5.1.1)
activesupport (>= 4.2.0)
factory_bot_rails (5.1.1)
factory_bot (~> 5.1.0)
railties (>= 4.2.0)
2020-01-16 17:15:31 +00:00
i18n (1.8.2)
2017-10-30 01:44:23 +00:00
concurrent-ruby (~> 1.0)
2019-12-19 19:36:11 +00:00
jaro_winkler (1.5.4)
loofah (2.4.0)
2017-10-30 01:44:23 +00:00
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
2019-10-03 22:04:06 +00:00
method_source (0.9.2)
mini_portile2 (2.4.0)
2020-01-16 17:15:31 +00:00
minitest (5.14.0)
2019-12-19 19:36:11 +00:00
mysql2 (0.5.3)
nokogiri (1.10.7)
2019-10-03 22:04:06 +00:00
mini_portile2 (~> 2.4.0)
2019-12-19 19:36:11 +00:00
parallel (1.19.1)
2020-01-16 17:15:31 +00:00
parser (2.7.0.2)
2018-02-26 20:50:50 +00:00
ast (~> 2.4.0)
2019-10-03 22:04:06 +00:00
pry (0.12.2)
2017-10-30 01:44:23 +00:00
coderay (~> 1.1.0)
method_source (~> 0.9.0)
2019-10-03 22:04:06 +00:00
pry-byebug (3.7.0)
byebug (~> 11.0)
2017-10-30 01:44:23 +00:00
pry (~> 0.10)
2020-01-16 17:15:31 +00:00
rack (2.1.1)
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)
2019-12-19 19:36:11 +00:00
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (6.0.2.1)
actionpack (= 6.0.2.1)
activesupport (= 6.0.2.1)
2017-10-30 01:44:23 +00:00
method_source
rake (>= 0.8.7)
2019-10-03 23:23:28 +00:00
thor (>= 0.20.3, < 2.0)
2018-01-15 00:29:14 +00:00
rainbow (3.0.0)
2019-12-19 19:36:11 +00:00
rake (13.0.1)
2020-01-16 17:15:31 +00:00
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
2019-12-19 19:36:11 +00:00
rspec-expectations (3.9.0)
2017-10-30 01:44:23 +00:00
diff-lcs (>= 1.2.0, < 2.0)
2019-12-19 19:36:11 +00:00
rspec-support (~> 3.9.0)
2020-01-16 17:15:31 +00:00
rspec-mocks (3.9.1)
2017-10-30 01:44:23 +00:00
diff-lcs (>= 1.2.0, < 2.0)
2019-12-19 19:36:11 +00:00
rspec-support (~> 3.9.0)
rspec-rails (3.9.0)
2017-10-30 01:44:23 +00:00
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
2019-12-19 19:36:11 +00:00
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
2020-01-16 17:15:31 +00:00
rspec-support (3.9.2)
rubocop (0.79.0)
2018-06-14 16:58:50 +00:00
jaro_winkler (~> 1.5.1)
2017-10-30 01:44:23 +00:00
parallel (~> 1.10)
2020-01-16 17:15:31 +00:00
parser (>= 2.7.0.1)
2018-01-15 00:29:14 +00:00
rainbow (>= 2.2.2, < 4.0)
2017-10-30 01:44:23 +00:00
ruby-progressbar (~> 1.7)
2019-10-03 22:04:06 +00:00
unicode-display_width (>= 1.4.0, < 1.7)
2020-01-16 17:15:31 +00:00
rubocop-performance (1.5.2)
2019-10-03 22:06:28 +00:00
rubocop (>= 0.71.0)
2019-12-19 19:36:11 +00:00
rubocop-rspec (1.37.1)
2019-10-03 22:04:06 +00:00
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
2020-01-16 17:15:31 +00:00
shoulda-matchers (4.2.0)
2019-10-03 22:04:06 +00:00
activesupport (>= 4.2.0)
2019-12-19 19:36:11 +00:00
thor (1.0.1)
2017-10-30 01:44:23 +00:00
thread_safe (0.3.6)
2020-01-16 17:15:31 +00:00
tzinfo (1.2.6)
2017-10-30 01:44:23 +00:00
thread_safe (~> 0.1)
2020-01-16 21:50:13 +00:00
unicode-display_width (1.6.1)
2019-12-19 19:36:11 +00:00
zeitwerk (2.2.2)
2017-10-30 01:44:23 +00:00
PLATFORMS
ruby
DEPENDENCIES
database_cleaner
factory_bot_rails
mysql2
2017-10-30 01:44:23 +00:00
pry-byebug
rating!
rspec-rails
2019-10-03 22:06:28 +00:00
rubocop-performance
2017-10-30 01:44:23 +00:00
rubocop-rspec
shoulda-matchers
BUNDLED WITH
2020-01-16 17:15:31 +00:00
2.1.4