Skip to content

Commit

Permalink
Upgrade standard gem
Browse files Browse the repository at this point in the history
This gets us rid of the rexml dependency.
  • Loading branch information
bquorning committed Nov 18, 2024
1 parent b80cf07 commit daea519
Show file tree
Hide file tree
Showing 12 changed files with 188 additions and 212 deletions.
33 changes: 15 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,26 @@ GEM
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
json (2.8.2)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
maxitest (5.6.0)
minitest (>= 5.14.0, < 5.25.0)
maxitest (4.5.0)
minitest (>= 5.0.0, < 5.19.0)
mini_portile2 (2.8.7)
minitest (5.24.1)
minitest (5.18.1)
mutex_m (0.2.0)
nokogiri (1.16.7)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
nokogiri (1.15.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.15.6-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parallel_tests (4.7.2)
parallel_tests (4.7.1)
parallel
parser (3.3.5.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -108,16 +108,14 @@ GEM
regexp_parser (2.9.2)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.7)
rubocop (1.59.0)
rubocop (1.66.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
Expand All @@ -127,10 +125,10 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
single_cov (1.11.0)
standard (1.33.0)
standard (1.35.0.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.59.0)
rubocop (~> 1.62)
standard-custom (~> 1.0.0)
standard-performance (~> 1.3)
standard-custom (1.0.2)
Expand All @@ -154,7 +152,6 @@ PLATFORMS

DEPENDENCIES
bump
bundler
forking_test_runner
maxitest
railties (~> 7.1.0)
Expand All @@ -164,4 +161,4 @@ DEPENDENCIES
stronger_parameters!

BUNDLED WITH
2.5.11
2.4.22
7 changes: 7 additions & 0 deletions gemfiles/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
source "https://rubygems.org"

gemspec path: ".."

gem "rake"
gem "maxitest"
gem "bump"
gem "single_cov"
gem "standard"
gem "forking_test_runner"
43 changes: 20 additions & 23 deletions gemfiles/rails5.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ GEM
concurrent-ruby (1.2.3)
crass (1.0.6)
erubis (2.7.0)
forking_test_runner (1.13.0)
forking_test_runner (1.14.0)
parallel_tests (>= 1.3.7)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.7.1)
json (2.8.2)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
loofah (2.22.0)
Expand All @@ -53,13 +53,13 @@ GEM
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parallel_tests (4.4.0)
parallel (1.26.3)
parallel_tests (4.7.1)
parallel
parser (3.3.0.5)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
racc (1.7.3)
racc (1.8.1)
rack (2.2.8)
rack-test (0.6.3)
rack (>= 1.0)
Expand All @@ -78,43 +78,41 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.59.0)
regexp_parser (2.9.2)
rubocop (1.66.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.20.2)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
single_cov (1.11.0)
standard (1.33.0)
standard (1.35.0.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.59.0)
rubocop (~> 1.62)
standard-custom (~> 1.0.0)
standard-performance (~> 1.3)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.3.1)
standard-performance (1.4.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.20.2)
rubocop-performance (~> 1.21.0)
thor (1.3.0)
thread_safe (0.3.6)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)

PLATFORMS
arm64-darwin
Expand All @@ -123,7 +121,6 @@ PLATFORMS

DEPENDENCIES
bump
bundler
forking_test_runner
maxitest
railties (~> 5.0.0)
Expand Down
43 changes: 20 additions & 23 deletions gemfiles/rails5.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ GEM
concurrent-ruby (1.2.3)
crass (1.0.6)
erubi (1.12.0)
forking_test_runner (1.13.0)
forking_test_runner (1.14.0)
parallel_tests (>= 1.3.7)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.7.1)
json (2.8.2)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
loofah (2.22.0)
Expand All @@ -53,13 +53,13 @@ GEM
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parallel_tests (4.4.0)
parallel (1.26.3)
parallel_tests (4.7.1)
parallel
parser (3.3.0.5)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
racc (1.7.3)
racc (1.8.1)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand All @@ -78,43 +78,41 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.59.0)
regexp_parser (2.9.2)
rubocop (1.66.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.20.2)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
single_cov (1.11.0)
standard (1.33.0)
standard (1.35.0.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.59.0)
rubocop (~> 1.62)
standard-custom (~> 1.0.0)
standard-performance (~> 1.3)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.3.1)
standard-performance (1.4.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.20.2)
rubocop-performance (~> 1.21.0)
thor (1.3.0)
thread_safe (0.3.6)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)

PLATFORMS
arm64-darwin
Expand All @@ -123,7 +121,6 @@ PLATFORMS

DEPENDENCIES
bump
bundler
forking_test_runner
maxitest
railties (~> 5.1.0)
Expand Down
43 changes: 20 additions & 23 deletions gemfiles/rails5.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ GEM
concurrent-ruby (1.2.3)
crass (1.0.6)
erubi (1.12.0)
forking_test_runner (1.13.0)
forking_test_runner (1.14.0)
parallel_tests (>= 1.3.7)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.7.1)
json (2.8.2)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
loofah (2.22.0)
Expand All @@ -53,13 +53,13 @@ GEM
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parallel_tests (4.4.0)
parallel (1.26.3)
parallel_tests (4.7.1)
parallel
parser (3.3.0.5)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
racc (1.7.3)
racc (1.8.1)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand All @@ -78,43 +78,41 @@ GEM
thor (>= 0.19.0, < 2.0)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.59.0)
regexp_parser (2.9.2)
rubocop (1.66.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.20.2)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
single_cov (1.11.0)
standard (1.33.0)
standard (1.35.0.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.59.0)
rubocop (~> 1.62)
standard-custom (~> 1.0.0)
standard-performance (~> 1.3)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.3.1)
standard-performance (1.4.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.20.2)
rubocop-performance (~> 1.21.0)
thor (1.3.0)
thread_safe (0.3.6)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)

PLATFORMS
arm64-darwin
Expand All @@ -123,7 +121,6 @@ PLATFORMS

DEPENDENCIES
bump
bundler
forking_test_runner
maxitest
railties (~> 5.2.0)
Expand Down
Loading

0 comments on commit daea519

Please sign in to comment.