From e67b5c2f6336e1b2330990d01d359060caf6edd1 Mon Sep 17 00:00:00 2001 From: Igor Kasyanchuk Date: Thu, 6 May 2021 01:06:37 -0700 Subject: [PATCH 1/2] updating gems --- .travis.yml | 5 + Appraisals | 6 + Gemfile.lock | 5 +- comma.gemspec | 3 +- gemfiles/active5.0.7.2.gemfile.lock | 37 ++--- gemfiles/active5.1.7.gemfile.lock | 35 ++--- gemfiles/active5.2.4.3.gemfile.lock | 37 ++--- gemfiles/active6.0.3.1.gemfile.lock | 37 ++--- gemfiles/active6.1.0.gemfile.lock | 25 +-- gemfiles/rails5.0.7.2.gemfile.lock | 55 +++---- gemfiles/rails5.1.7.gemfile.lock | 57 +++---- gemfiles/rails5.2.4.3.gemfile.lock | 63 ++++---- gemfiles/rails6.0.3.1.gemfile.lock | 67 +++++---- gemfiles/rails6.1.0.gemfile.lock | 47 +++--- gemfiles/railsedge.gemfile | 13 ++ gemfiles/railsedge.gemfile.lock | 226 ++++++++++++++++++++++++++++ 16 files changed, 498 insertions(+), 220 deletions(-) mode change 100644 => 100755 .travis.yml mode change 100644 => 100755 Appraisals mode change 100644 => 100755 comma.gemspec create mode 100755 gemfiles/railsedge.gemfile create mode 100644 gemfiles/railsedge.gemfile.lock diff --git a/.travis.yml b/.travis.yml old mode 100644 new mode 100755 index 27a7820..ea025bb --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ gemfile: - gemfiles/rails5.2.4.3.gemfile - gemfiles/rails6.0.3.1.gemfile - gemfiles/rails6.1.0.gemfile + - gemfiles/railsedge.gemfile matrix: exclude: - rvm: 2.4.10 @@ -30,6 +31,10 @@ matrix: gemfile: gemfiles/rails6.0.3.1.gemfile - rvm: 2.4.10 gemfile: gemfiles/rails6.1.0.gemfile + - rvm: 2.4.10 + gemfile: gemfiles/railsedge.gemfile + - rvm: 2.5.8 + gemfile: gemfiles/railsedge.gemfile fast_finish: true before_install: - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true diff --git a/Appraisals b/Appraisals old mode 100644 new mode 100755 index b6d6c95..a78e1ad --- a/Appraisals +++ b/Appraisals @@ -42,3 +42,9 @@ appraise 'active6.1.0' do gem 'activesupport', '6.1.0' gem 'activerecord', '6.1.0' end + +appraise 'railsedge' do + gem 'rails', git: 'git@github.com:rails/rails.git', branch: 'main' + gem 'activesupport' + gem 'activerecord' +end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index c163c6d..70e6c02 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: comma (4.5.0) - activesupport (>= 4.2.0, < 6.2) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ @@ -41,7 +41,7 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) - minitest (5.14.1) + minitest (5.14.4) multi_json (1.1.0) netrc (0.11.0) parallel (1.17.0) @@ -108,6 +108,7 @@ DEPENDENCIES appraisal (~> 1.0.0) comma! coveralls + minitest (= 5.14.4) rake (~> 13.0.1) rspec (~> 3.5.0) rspec-activemodel-mocks diff --git a/comma.gemspec b/comma.gemspec old mode 100644 new mode 100755 index 8da92c2..417fd73 --- a/comma.gemspec +++ b/comma.gemspec @@ -18,11 +18,12 @@ Gem::Specification.new do |s| s.licenses = ['MIT'] - s.add_dependency 'activesupport', ['>= 4.2.0', '< 6.2'] + s.add_dependency 'activesupport', '>= 4.2.0' s.add_development_dependency 'appraisal', ['~> 1.0.0'] s.add_development_dependency 'rake', '~> 13.0.1' s.add_development_dependency 'rspec', ['~> 3.5.0'] s.add_development_dependency 'rspec-activemodel-mocks' s.add_development_dependency 'rspec-its' + s.add_development_dependency 'minitest', '5.14.4' end diff --git a/gemfiles/active5.0.7.2.gemfile.lock b/gemfiles/active5.0.7.2.gemfile.lock index ade3ea0..1d26759 100644 --- a/gemfiles/active5.0.7.2.gemfile.lock +++ b/gemfiles/active5.0.7.2.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: comma (4.5.0) - activesupport (>= 4.2.0, < 6.2) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ @@ -23,27 +23,27 @@ GEM rake thor (>= 0.14.0) arel (7.1.4) - ast (2.4.1) - concurrent-ruby (1.1.6) + ast (2.4.2) + concurrent-ruby (1.1.8) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) term-ansicolor (~> 1.3) thor (>= 0.19.4, < 2.0) tins (~> 1.6) - diff-lcs (1.3) - docile (1.3.2) - i18n (1.8.3) + diff-lcs (1.4.4) + docile (1.3.5) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - json (2.3.0) - minitest (5.14.1) - parallel (1.19.1) - parser (2.7.1.3) - ast (~> 2.4.0) - psych (3.1.0) + json (2.5.1) + minitest (5.14.4) + parallel (1.20.1) + parser (3.0.1.1) + ast (~> 2.4.1) + psych (3.3.1) rainbow (3.0.0) - rake (13.0.1) + rake (13.0.3) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -74,21 +74,21 @@ GEM unicode-display_width (>= 1.4.0, < 1.6) rubocop-performance (1.1.0) rubocop (>= 0.67.0) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sqlite3 (1.3.11) + sqlite3 (1.4.2) sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) - tins (1.25.0) + tins (1.28.0) sync - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.5.0) @@ -101,6 +101,7 @@ DEPENDENCIES appraisal (~> 1.0.0) comma! coveralls + minitest (= 5.14.4) rake (~> 13.0.1) rspec (~> 3.5.0) rspec-activemodel-mocks diff --git a/gemfiles/active5.1.7.gemfile.lock b/gemfiles/active5.1.7.gemfile.lock index ced152e..06fed5b 100644 --- a/gemfiles/active5.1.7.gemfile.lock +++ b/gemfiles/active5.1.7.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: comma (4.5.0) - activesupport (>= 4.2.0, < 6.2) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ @@ -23,27 +23,27 @@ GEM rake thor (>= 0.14.0) arel (8.0.0) - ast (2.4.1) - concurrent-ruby (1.1.6) + ast (2.4.2) + concurrent-ruby (1.1.8) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) term-ansicolor (~> 1.3) thor (>= 0.19.4, < 2.0) tins (~> 1.6) - diff-lcs (1.3) - docile (1.3.2) - i18n (1.8.3) + diff-lcs (1.4.4) + docile (1.3.5) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - json (2.3.0) - minitest (5.14.1) - parallel (1.19.1) - parser (2.7.1.3) - ast (~> 2.4.0) - psych (3.1.0) + json (2.5.1) + minitest (5.14.4) + parallel (1.20.1) + parser (3.0.1.1) + ast (~> 2.4.1) + psych (3.3.1) rainbow (3.0.0) - rake (13.0.1) + rake (13.0.3) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -74,7 +74,7 @@ GEM unicode-display_width (>= 1.4.0, < 1.6) rubocop-performance (1.1.0) rubocop (>= 0.67.0) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -84,11 +84,11 @@ GEM sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) - tins (1.25.0) + tins (1.28.0) sync - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.5.0) @@ -101,6 +101,7 @@ DEPENDENCIES appraisal (~> 1.0.0) comma! coveralls + minitest (= 5.14.4) rake (~> 13.0.1) rspec (~> 3.5.0) rspec-activemodel-mocks diff --git a/gemfiles/active5.2.4.3.gemfile.lock b/gemfiles/active5.2.4.3.gemfile.lock index 49932af..cbaa5bf 100644 --- a/gemfiles/active5.2.4.3.gemfile.lock +++ b/gemfiles/active5.2.4.3.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: comma (4.5.0) - activesupport (>= 4.2.0, < 6.2) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ @@ -23,27 +23,27 @@ GEM rake thor (>= 0.14.0) arel (9.0.0) - ast (2.4.1) - concurrent-ruby (1.1.6) + ast (2.4.2) + concurrent-ruby (1.1.8) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) term-ansicolor (~> 1.3) thor (>= 0.19.4, < 2.0) tins (~> 1.6) - diff-lcs (1.3) - docile (1.3.2) - i18n (1.8.3) + diff-lcs (1.4.4) + docile (1.3.5) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - json (2.3.0) - minitest (5.14.1) - parallel (1.19.1) - parser (2.7.1.3) - ast (~> 2.4.0) - psych (3.1.0) + json (2.5.1) + minitest (5.14.4) + parallel (1.20.1) + parser (3.0.1.1) + ast (~> 2.4.1) + psych (3.3.1) rainbow (3.0.0) - rake (13.0.1) + rake (13.0.3) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -74,21 +74,21 @@ GEM unicode-display_width (>= 1.4.0, < 1.6) rubocop-performance (1.1.0) rubocop (>= 0.67.0) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sqlite3 (1.3.13) + sqlite3 (1.4.2) sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) - tins (1.25.0) + tins (1.28.0) sync - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.5.0) @@ -101,6 +101,7 @@ DEPENDENCIES appraisal (~> 1.0.0) comma! coveralls + minitest (= 5.14.4) rake (~> 13.0.1) rspec (~> 3.5.0) rspec-activemodel-mocks diff --git a/gemfiles/active6.0.3.1.gemfile.lock b/gemfiles/active6.0.3.1.gemfile.lock index 893bff8..9731b1d 100644 --- a/gemfiles/active6.0.3.1.gemfile.lock +++ b/gemfiles/active6.0.3.1.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: comma (4.5.0) - activesupport (>= 4.2.0, < 6.2) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ @@ -22,27 +22,27 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.1) - concurrent-ruby (1.1.6) + ast (2.4.2) + concurrent-ruby (1.1.8) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) term-ansicolor (~> 1.3) thor (>= 0.19.4, < 2.0) tins (~> 1.6) - diff-lcs (1.3) - docile (1.3.2) - i18n (1.8.3) + diff-lcs (1.4.4) + docile (1.3.5) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - json (2.3.0) - minitest (5.14.1) - parallel (1.19.1) - parser (2.7.1.3) - ast (~> 2.4.0) - psych (3.1.0) + json (2.5.1) + minitest (5.14.4) + parallel (1.20.1) + parser (3.0.1.1) + ast (~> 2.4.1) + psych (3.3.1) rainbow (3.0.0) - rake (13.0.1) + rake (13.0.3) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -73,7 +73,7 @@ GEM unicode-display_width (>= 1.4.0, < 1.6) rubocop-performance (1.1.0) rubocop (>= 0.67.0) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -83,14 +83,14 @@ GEM sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) - tins (1.25.0) + tins (1.28.0) sync - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.5.0) - zeitwerk (2.3.0) + zeitwerk (2.4.2) PLATFORMS ruby @@ -101,6 +101,7 @@ DEPENDENCIES appraisal (~> 1.0.0) comma! coveralls + minitest (= 5.14.4) rake (~> 13.0.1) rspec (~> 3.5.0) rspec-activemodel-mocks diff --git a/gemfiles/active6.1.0.gemfile.lock b/gemfiles/active6.1.0.gemfile.lock index 09656f4..e70be26 100644 --- a/gemfiles/active6.1.0.gemfile.lock +++ b/gemfiles/active6.1.0.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: comma (4.5.0) - activesupport (>= 4.2.0, < 6.2) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ @@ -22,8 +22,8 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.1) - concurrent-ruby (1.1.7) + ast (2.4.2) + concurrent-ruby (1.1.8) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -31,16 +31,16 @@ GEM thor (>= 0.19.4, < 2.0) tins (~> 1.6) diff-lcs (1.4.4) - docile (1.3.3) - i18n (1.8.5) + docile (1.3.5) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - json (2.4.1) - minitest (5.14.2) + json (2.5.1) + minitest (5.14.4) parallel (1.20.1) - parser (2.7.2.0) + parser (3.0.1.1) ast (~> 2.4.1) - psych (3.2.1) + psych (3.3.1) rainbow (3.0.0) rake (13.0.3) rspec (3.5.0) @@ -73,7 +73,7 @@ GEM unicode-display_width (>= 1.4.0, < 1.6) rubocop-performance (1.1.0) rubocop (>= 0.67.0) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -83,8 +83,8 @@ GEM sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) - thor (1.0.1) - tins (1.26.0) + thor (1.1.0) + tins (1.28.0) sync tzinfo (2.0.4) concurrent-ruby (~> 1.0) @@ -100,6 +100,7 @@ DEPENDENCIES appraisal (~> 1.0.0) comma! coveralls + minitest (= 5.14.4) rake (~> 13.0.1) rspec (~> 3.5.0) rspec-activemodel-mocks diff --git a/gemfiles/rails5.0.7.2.gemfile.lock b/gemfiles/rails5.0.7.2.gemfile.lock index 176e125..226c9ba 100644 --- a/gemfiles/rails5.0.7.2.gemfile.lock +++ b/gemfiles/rails5.0.7.2.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: comma (4.5.0) - activesupport (>= 4.2.0, < 6.2) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ @@ -49,9 +49,9 @@ GEM rake thor (>= 0.14.0) arel (7.1.4) - ast (2.4.1) + ast (2.4.2) builder (3.2.4) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -59,32 +59,34 @@ GEM thor (>= 0.19.4, < 2.0) tins (~> 1.6) crass (1.0.6) - diff-lcs (1.3) - docile (1.3.2) + diff-lcs (1.4.4) + docile (1.3.5) erubis (2.7.0) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.8.3) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - json (2.3.0) - loofah (2.5.0) + json (2.5.1) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) method_source (1.0.0) - mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.1) - nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) - parallel (1.19.1) - parser (2.7.1.3) - ast (~> 2.4.0) - power_assert (1.2.0) - psych (3.1.0) + mini_mime (1.1.0) + mini_portile2 (2.5.1) + minitest (5.14.4) + nio4r (2.5.7) + nokogiri (1.11.3) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + parallel (1.20.1) + parser (3.0.1.1) + ast (~> 2.4.1) + power_assert (2.0.0) + psych (3.3.1) + racc (1.5.2) rack (2.2.3) rack-test (0.6.3) rack (>= 1.0) @@ -112,7 +114,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rainbow (3.0.0) - rake (13.0.1) + rake (13.0.3) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -151,7 +153,7 @@ GEM unicode-display_width (>= 1.4.0, < 1.6) rubocop-performance (1.1.0) rubocop (>= 0.67.0) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -160,7 +162,7 @@ GEM sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.1) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) @@ -168,13 +170,13 @@ GEM sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) - test-unit (3.3.6) + test-unit (3.4.1) power_assert - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) - tins (1.25.0) + tins (1.28.0) sync - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.5.0) websocket-driver (0.6.5) @@ -188,6 +190,7 @@ DEPENDENCIES appraisal (~> 1.0.0) comma! coveralls + minitest (= 5.14.4) rails (= 5.0.7.2) rake (~> 13.0.1) rspec (~> 3.5.0) diff --git a/gemfiles/rails5.1.7.gemfile.lock b/gemfiles/rails5.1.7.gemfile.lock index 4fa951a..41b7035 100644 --- a/gemfiles/rails5.1.7.gemfile.lock +++ b/gemfiles/rails5.1.7.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: comma (4.5.0) - activesupport (>= 4.2.0, < 6.2) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ @@ -49,9 +49,9 @@ GEM rake thor (>= 0.14.0) arel (8.0.0) - ast (2.4.1) + ast (2.4.2) builder (3.2.4) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -59,32 +59,34 @@ GEM thor (>= 0.19.4, < 2.0) tins (~> 1.6) crass (1.0.6) - diff-lcs (1.3) - docile (1.3.2) - erubi (1.9.0) + diff-lcs (1.4.4) + docile (1.3.5) + erubi (1.10.0) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.8.3) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - json (2.3.0) - loofah (2.5.0) + json (2.5.1) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) method_source (1.0.0) - mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.1) - nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) - parallel (1.19.1) - parser (2.7.1.3) - ast (~> 2.4.0) - power_assert (1.2.0) - psych (3.1.0) + mini_mime (1.1.0) + mini_portile2 (2.5.1) + minitest (5.14.4) + nio4r (2.5.7) + nokogiri (1.11.3) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + parallel (1.20.1) + parser (3.0.1.1) + ast (~> 2.4.1) + power_assert (2.0.0) + psych (3.3.1) + racc (1.5.2) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -112,7 +114,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rainbow (3.0.0) - rake (13.0.1) + rake (13.0.3) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -151,7 +153,7 @@ GEM unicode-display_width (>= 1.4.0, < 1.6) rubocop-performance (1.1.0) rubocop (>= 0.67.0) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -160,7 +162,7 @@ GEM sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.1) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) @@ -168,13 +170,13 @@ GEM sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) - test-unit (3.3.6) + test-unit (3.4.1) power_assert - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) - tins (1.25.0) + tins (1.28.0) sync - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.5.0) websocket-driver (0.6.5) @@ -188,6 +190,7 @@ DEPENDENCIES appraisal (~> 1.0.0) comma! coveralls + minitest (= 5.14.4) rails (= 5.1.7) rake (~> 13.0.1) rspec (~> 3.5.0) diff --git a/gemfiles/rails5.2.4.3.gemfile.lock b/gemfiles/rails5.2.4.3.gemfile.lock index e72abc9..ac5c16e 100644 --- a/gemfiles/rails5.2.4.3.gemfile.lock +++ b/gemfiles/rails5.2.4.3.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: comma (4.5.0) - activesupport (>= 4.2.0, < 6.2) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ @@ -53,9 +53,9 @@ GEM rake thor (>= 0.14.0) arel (9.0.0) - ast (2.4.1) + ast (2.4.2) builder (3.2.4) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -63,16 +63,16 @@ GEM thor (>= 0.19.4, < 2.0) tins (~> 1.6) crass (1.0.6) - diff-lcs (1.3) - docile (1.3.2) - erubi (1.9.0) + diff-lcs (1.4.4) + docile (1.3.5) + erubi (1.10.0) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.8.3) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - json (2.3.0) - loofah (2.5.0) + json (2.5.1) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -80,18 +80,22 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.5) - mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.1) - nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) - parallel (1.19.1) - parser (2.7.1.3) - ast (~> 2.4.0) - power_assert (1.2.0) - psych (3.1.0) + mimemagic (0.3.10) + nokogiri (~> 1) + rake + mini_mime (1.1.0) + mini_portile2 (2.5.1) + minitest (5.14.4) + nio4r (2.5.7) + nokogiri (1.11.3) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + parallel (1.20.1) + parser (3.0.1.1) + ast (~> 2.4.1) + power_assert (2.0.0) + psych (3.3.1) + racc (1.5.2) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -120,7 +124,7 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rainbow (3.0.0) - rake (13.0.1) + rake (13.0.3) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -159,7 +163,7 @@ GEM unicode-display_width (>= 1.4.0, < 1.6) rubocop-performance (1.1.0) rubocop (>= 0.67.0) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -168,7 +172,7 @@ GEM sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.1) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) @@ -176,16 +180,16 @@ GEM sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) - test-unit (3.3.6) + test-unit (3.4.1) power_assert - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) - tins (1.25.0) + tins (1.28.0) sync - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.5.0) - websocket-driver (0.7.2) + websocket-driver (0.7.3) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -196,6 +200,7 @@ DEPENDENCIES appraisal (~> 1.0.0) comma! coveralls + minitest (= 5.14.4) rails (= 5.2.4.3) rake (~> 13.0.1) rspec (~> 3.5.0) diff --git a/gemfiles/rails6.0.3.1.gemfile.lock b/gemfiles/rails6.0.3.1.gemfile.lock index d469ef5..e56ddd2 100644 --- a/gemfiles/rails6.0.3.1.gemfile.lock +++ b/gemfiles/rails6.0.3.1.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: comma (4.5.0) - activesupport (>= 4.2.0, < 6.2) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ @@ -66,9 +66,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.1) + ast (2.4.2) builder (3.2.4) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -76,16 +76,16 @@ GEM thor (>= 0.19.4, < 2.0) tins (~> 1.6) crass (1.0.6) - diff-lcs (1.3) - docile (1.3.2) - erubi (1.9.0) + diff-lcs (1.4.4) + docile (1.3.5) + erubi (1.10.0) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.8.3) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - json (2.3.0) - loofah (2.5.0) + json (2.5.1) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -93,18 +93,22 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.5) - mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.1) - nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) - parallel (1.19.1) - parser (2.7.1.3) - ast (~> 2.4.0) - power_assert (1.2.0) - psych (3.1.0) + mimemagic (0.3.10) + nokogiri (~> 1) + rake + mini_mime (1.1.0) + mini_portile2 (2.5.1) + minitest (5.14.4) + nio4r (2.5.7) + nokogiri (1.11.3) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + parallel (1.20.1) + parser (3.0.1.1) + ast (~> 2.4.1) + power_assert (2.0.0) + psych (3.3.1) + racc (1.5.2) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -135,7 +139,7 @@ GEM rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) rainbow (3.0.0) - rake (13.0.1) + rake (13.0.3) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -174,16 +178,16 @@ GEM unicode-display_width (>= 1.4.0, < 1.6) rubocop-performance (1.1.0) rubocop (>= 0.67.0) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sprockets (3.7.2) + sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.1) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) @@ -191,19 +195,19 @@ GEM sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) - test-unit (3.3.6) + test-unit (3.4.1) power_assert - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) - tins (1.25.0) + tins (1.28.0) sync - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.5.0) - websocket-driver (0.7.2) + websocket-driver (0.7.3) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.3.0) + zeitwerk (2.4.2) PLATFORMS ruby @@ -212,6 +216,7 @@ DEPENDENCIES appraisal (~> 1.0.0) comma! coveralls + minitest (= 5.14.4) rails (= 6.0.3.1) rake (~> 13.0.1) rspec (~> 3.5.0) diff --git a/gemfiles/rails6.1.0.gemfile.lock b/gemfiles/rails6.1.0.gemfile.lock index addad6c..4d5fccf 100644 --- a/gemfiles/rails6.1.0.gemfile.lock +++ b/gemfiles/rails6.1.0.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: comma (4.5.0) - activesupport (>= 4.2.0, < 6.2) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ @@ -70,9 +70,9 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.1) + ast (2.4.2) builder (3.2.4) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -81,15 +81,15 @@ GEM tins (~> 1.6) crass (1.0.6) diff-lcs (1.4.4) - docile (1.3.3) + docile (1.3.5) erubi (1.10.0) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.8.5) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - json (2.4.1) - loofah (2.8.0) + json (2.5.1) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -97,18 +97,22 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.5) - mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.2) - nio4r (2.5.4) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) + mimemagic (0.3.10) + nokogiri (~> 1) + rake + mini_mime (1.1.0) + mini_portile2 (2.5.1) + minitest (5.14.4) + nio4r (2.5.7) + nokogiri (1.11.3) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) parallel (1.20.1) - parser (2.7.2.0) + parser (3.0.1.1) ast (~> 2.4.1) - power_assert (1.2.0) - psych (3.2.1) + power_assert (2.0.0) + psych (3.3.1) + racc (1.5.2) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -178,7 +182,7 @@ GEM unicode-display_width (>= 1.4.0, < 1.6) rubocop-performance (1.1.0) rubocop (>= 0.67.0) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -195,10 +199,10 @@ GEM sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) - test-unit (3.3.7) + test-unit (3.4.1) power_assert - thor (1.0.1) - tins (1.26.0) + thor (1.1.0) + tins (1.28.0) sync tzinfo (2.0.4) concurrent-ruby (~> 1.0) @@ -215,6 +219,7 @@ DEPENDENCIES appraisal (~> 1.0.0) comma! coveralls + minitest (= 5.14.4) rails (= 6.1.0) rake (~> 13.0.1) rspec (~> 3.5.0) diff --git a/gemfiles/railsedge.gemfile b/gemfiles/railsedge.gemfile new file mode 100755 index 0000000..84db13b --- /dev/null +++ b/gemfiles/railsedge.gemfile @@ -0,0 +1,13 @@ +# This file was generated by Appraisal + +source "https://rubygems.org" + +gem "coveralls", :require => false +gem "rubocop", "~> 0.67.2", :require => false +gem "rubocop-performance", :require => false +gem "sqlite3" +gem "rails", :git => "git@github.com:rails/rails.git", :branch => "main" +gem "activesupport" +gem "activerecord" + +gemspec :path => "../" diff --git a/gemfiles/railsedge.gemfile.lock b/gemfiles/railsedge.gemfile.lock new file mode 100644 index 0000000..328f066 --- /dev/null +++ b/gemfiles/railsedge.gemfile.lock @@ -0,0 +1,226 @@ +GIT + remote: git@github.com:rails/rails.git + revision: 70c5496542e5dc82ca28840cb01e710200ce5d14 + branch: main + specs: + actioncable (7.0.0.alpha) + actionpack (= 7.0.0.alpha) + activesupport (= 7.0.0.alpha) + nio4r (~> 2.0) + websocket-driver (>= 0.6.1) + actionmailbox (7.0.0.alpha) + actionpack (= 7.0.0.alpha) + activejob (= 7.0.0.alpha) + activerecord (= 7.0.0.alpha) + activestorage (= 7.0.0.alpha) + activesupport (= 7.0.0.alpha) + mail (>= 2.7.1) + actionmailer (7.0.0.alpha) + actionpack (= 7.0.0.alpha) + actionview (= 7.0.0.alpha) + activejob (= 7.0.0.alpha) + activesupport (= 7.0.0.alpha) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (7.0.0.alpha) + actionview (= 7.0.0.alpha) + activesupport (= 7.0.0.alpha) + rack (~> 2.0, >= 2.0.9) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actiontext (7.0.0.alpha) + actionpack (= 7.0.0.alpha) + activerecord (= 7.0.0.alpha) + activestorage (= 7.0.0.alpha) + activesupport (= 7.0.0.alpha) + nokogiri (>= 1.8.5) + actionview (7.0.0.alpha) + activesupport (= 7.0.0.alpha) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activejob (7.0.0.alpha) + activesupport (= 7.0.0.alpha) + globalid (>= 0.3.6) + activemodel (7.0.0.alpha) + activesupport (= 7.0.0.alpha) + activerecord (7.0.0.alpha) + activemodel (= 7.0.0.alpha) + activesupport (= 7.0.0.alpha) + activestorage (7.0.0.alpha) + actionpack (= 7.0.0.alpha) + activejob (= 7.0.0.alpha) + activerecord (= 7.0.0.alpha) + activesupport (= 7.0.0.alpha) + marcel (~> 1.0.0) + mini_mime (>= 1.1.0) + activesupport (7.0.0.alpha) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + rails (7.0.0.alpha) + actioncable (= 7.0.0.alpha) + actionmailbox (= 7.0.0.alpha) + actionmailer (= 7.0.0.alpha) + actionpack (= 7.0.0.alpha) + actiontext (= 7.0.0.alpha) + actionview (= 7.0.0.alpha) + activejob (= 7.0.0.alpha) + activemodel (= 7.0.0.alpha) + activerecord (= 7.0.0.alpha) + activestorage (= 7.0.0.alpha) + activesupport (= 7.0.0.alpha) + bundler (>= 1.15.0) + railties (= 7.0.0.alpha) + sprockets-rails (>= 2.0.0) + railties (7.0.0.alpha) + actionpack (= 7.0.0.alpha) + activesupport (= 7.0.0.alpha) + method_source + rake (>= 0.13) + thor (~> 1.0) + +PATH + remote: .. + specs: + comma (4.5.0) + activesupport (>= 4.2.0) + +GEM + remote: https://rubygems.org/ + specs: + appraisal (1.0.3) + bundler + rake + thor (>= 0.14.0) + ast (2.4.2) + builder (3.2.4) + concurrent-ruby (1.1.8) + coveralls (0.8.23) + json (>= 1.8, < 3) + simplecov (~> 0.16.1) + term-ansicolor (~> 1.3) + thor (>= 0.19.4, < 2.0) + tins (~> 1.6) + crass (1.0.6) + diff-lcs (1.4.4) + docile (1.3.5) + erubi (1.10.0) + globalid (0.4.2) + activesupport (>= 4.2.0) + i18n (1.8.10) + concurrent-ruby (~> 1.0) + jaro_winkler (1.5.4) + json (2.5.1) + loofah (2.9.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.1) + mini_mime (>= 0.1.1) + marcel (1.0.1) + method_source (1.0.0) + mini_mime (1.1.0) + mini_portile2 (2.5.1) + minitest (5.14.4) + nio4r (2.5.7) + nokogiri (1.11.3) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + parallel (1.20.1) + parser (3.0.1.1) + ast (~> 2.4.1) + psych (3.3.1) + racc (1.5.2) + rack (2.2.3) + rack-test (1.1.0) + rack (>= 1.0, < 3) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) + rainbow (3.0.0) + rake (13.0.3) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-activemodel-mocks (1.1.0) + activemodel (>= 3.0) + activesupport (>= 3.0) + rspec-mocks (>= 2.99, < 4.0) + rspec-core (3.5.4) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-its (1.3.0) + rspec-core (>= 3.0.0) + rspec-expectations (>= 3.0.0) + rspec-mocks (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) + rubocop (0.67.2) + jaro_winkler (~> 1.5.1) + parallel (~> 1.10) + parser (>= 2.5, != 2.5.1.1) + psych (>= 3.1.0) + rainbow (>= 2.2.2, < 4.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 1.6) + rubocop-performance (1.1.0) + rubocop (>= 0.67.0) + ruby-progressbar (1.11.0) + simplecov (0.16.1) + docile (~> 1.1) + json (>= 1.8, < 3) + simplecov-html (~> 0.10.0) + simplecov-html (0.10.2) + sprockets (4.0.2) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.2) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.4.2) + sync (0.5.0) + term-ansicolor (1.7.1) + tins (~> 1.0) + thor (1.1.0) + tins (1.28.0) + sync + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + unicode-display_width (1.5.0) + websocket-driver (0.7.3) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.5) + zeitwerk (2.4.2) + +PLATFORMS + ruby + +DEPENDENCIES + activerecord + activesupport + appraisal (~> 1.0.0) + comma! + coveralls + minitest (= 5.14.4) + rails! + rake (~> 13.0.1) + rspec (~> 3.5.0) + rspec-activemodel-mocks + rspec-its + rubocop (~> 0.67.2) + rubocop-performance + sqlite3 + +BUNDLED WITH + 1.17.3 From d311719e58276f633cd116186b9ffa4e735bd2eb Mon Sep 17 00:00:00 2001 From: Igor Kasyanchuk Date: Thu, 6 May 2021 01:12:25 -0700 Subject: [PATCH 2/2] fixing rubocop issue --- Appraisals | 2 +- comma.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Appraisals b/Appraisals index a78e1ad..2d7ebe0 100755 --- a/Appraisals +++ b/Appraisals @@ -47,4 +47,4 @@ appraise 'railsedge' do gem 'rails', git: 'git@github.com:rails/rails.git', branch: 'main' gem 'activesupport' gem 'activerecord' -end \ No newline at end of file +end diff --git a/comma.gemspec b/comma.gemspec index 417fd73..719861b 100755 --- a/comma.gemspec +++ b/comma.gemspec @@ -21,9 +21,9 @@ Gem::Specification.new do |s| s.add_dependency 'activesupport', '>= 4.2.0' s.add_development_dependency 'appraisal', ['~> 1.0.0'] + s.add_development_dependency 'minitest', '5.14.4' s.add_development_dependency 'rake', '~> 13.0.1' s.add_development_dependency 'rspec', ['~> 3.5.0'] s.add_development_dependency 'rspec-activemodel-mocks' s.add_development_dependency 'rspec-its' - s.add_development_dependency 'minitest', '5.14.4' end