mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
b7e02184d9
- bump rubocop to v1.0 - Fix Layout/MultilineAssignmentLayout and other remaining offences - Exculde appraisal generated gemfiles in rubocop - Replace NON_NUMERIC_VALUE constant with instance method against failing test case in rails <= 5.1 and postgres adapter. This is a defect in rails where a frozen string is modified in https://github.com/rails/rails/blob/v5.1.7/activerecord/lib/active_record/connection_adapters/postgresql/oid/money.rb#L25
103 lines
2.2 KiB
Text
103 lines
2.2 KiB
Text
GEM
|
|
remote: https://rubygems.org/
|
|
specs:
|
|
activesupport (6.0.3.4)
|
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
i18n (>= 0.7, < 2)
|
|
minitest (~> 5.1)
|
|
tzinfo (~> 1.1)
|
|
zeitwerk (~> 2.2, >= 2.2.2)
|
|
appraisal (2.2.0)
|
|
bundler
|
|
rake
|
|
thor (>= 0.14.0)
|
|
ast (2.4.1)
|
|
byebug (11.1.3)
|
|
coderay (1.1.3)
|
|
concurrent-ruby (1.1.7)
|
|
diff-lcs (1.3)
|
|
fssm (0.2.10)
|
|
i18n (1.8.5)
|
|
concurrent-ruby (~> 1.0)
|
|
method_source (1.0.0)
|
|
minitest (5.14.2)
|
|
parallel (1.19.2)
|
|
parser (2.7.2.0)
|
|
ast (~> 2.4.1)
|
|
pry (0.13.1)
|
|
coderay (~> 1.1)
|
|
method_source (~> 1.0)
|
|
pry-byebug (3.9.0)
|
|
byebug (~> 11.0)
|
|
pry (~> 0.13.0)
|
|
rack (2.2.3)
|
|
rainbow (3.0.0)
|
|
rake (13.0.1)
|
|
redcarpet (3.5.0)
|
|
regexp_parser (1.8.2)
|
|
rexml (3.2.4)
|
|
rouge (3.22.0)
|
|
rspec (3.9.0)
|
|
rspec-core (~> 3.9.0)
|
|
rspec-expectations (~> 3.9.0)
|
|
rspec-mocks (~> 3.9.0)
|
|
rspec-core (3.9.0)
|
|
rspec-support (~> 3.9.0)
|
|
rspec-expectations (3.9.0)
|
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
rspec-support (~> 3.9.0)
|
|
rspec-mocks (3.9.0)
|
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
rspec-support (~> 3.9.0)
|
|
rspec-support (3.9.0)
|
|
rubocop (1.0.0)
|
|
parallel (~> 1.10)
|
|
parser (>= 2.7.1.5)
|
|
rainbow (>= 2.2.2, < 4.0)
|
|
regexp_parser (>= 1.8)
|
|
rexml
|
|
rubocop-ast (>= 0.6.0)
|
|
ruby-progressbar (~> 1.7)
|
|
unicode-display_width (>= 1.4.0, < 2.0)
|
|
rubocop-ast (1.1.0)
|
|
parser (>= 2.7.1.5)
|
|
rubocop-packaging (0.5.1)
|
|
rubocop (>= 0.89, < 2.0)
|
|
rubocop-rails (2.8.1)
|
|
activesupport (>= 4.2.0)
|
|
rack (>= 1.1)
|
|
rubocop (>= 0.87.0)
|
|
ruby-progressbar (1.10.1)
|
|
thor (0.20.0)
|
|
thread_safe (0.3.6)
|
|
tzinfo (1.2.7)
|
|
thread_safe (~> 0.1)
|
|
unicode-display_width (1.7.0)
|
|
warnings_logger (0.1.1)
|
|
yard (0.9.25)
|
|
zeitwerk (2.4.0)
|
|
zeus (0.15.14)
|
|
method_source (>= 0.6.7)
|
|
|
|
PLATFORMS
|
|
ruby
|
|
|
|
DEPENDENCIES
|
|
appraisal (= 2.2.0)
|
|
bundler (~> 1.1)
|
|
fssm
|
|
pry
|
|
pry-byebug
|
|
rake (= 13.0.1)
|
|
redcarpet
|
|
rouge
|
|
rspec (~> 3.9)
|
|
rubocop
|
|
rubocop-packaging
|
|
rubocop-rails
|
|
warnings_logger
|
|
yard
|
|
zeus
|
|
|
|
BUNDLED WITH
|
|
1.17.3
|