Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Dec 12, 2023
1 parent 0ba1982 commit 824a602
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 25 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ Style/TrailingCommaInArrayLiteral:
Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: comma

Style/SuperWithArgsParentheses:
Enabled: false # cop doesn't provide a preferred style option

## RSpec Cops - https://docs.rubocop.org/rubocop-rspec/cops_rspec.html

RSpec:
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.9.1)
irb (1.10.1)
rdoc
reline (>= 0.3.8)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
loofah (2.22.0)
crass (~> 1.0.2)
Expand All @@ -125,7 +125,7 @@ GEM
minitest (5.20.0)
multipart-post (2.3.0)
mutex_m (0.2.0)
net-imap (0.4.6)
net-imap (0.4.8)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -134,7 +134,7 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.6.1)
nio4r (2.7.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -192,10 +192,10 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.1.0)
rdoc (6.6.0)
rdoc (6.6.1)
psych (>= 4.0.0)
regexp_parser (2.8.2)
reline (0.4.0)
regexp_parser (2.8.3)
reline (0.4.1)
io-console (~> 0.5)
rexml (3.2.6)
rspec (3.12.0)
Expand All @@ -219,15 +219,15 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.57.2)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand All @@ -249,7 +249,7 @@ GEM
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
stringio (3.0.9)
stringio (3.1.0)
thor (1.3.0)
timeout (0.4.1)
tzinfo (2.0.6)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails-6.0/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
mini_portile2 (2.8.5)
minitest (5.20.0)
multipart-post (2.3.0)
net-imap (0.4.6)
net-imap (0.4.8)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -102,7 +102,7 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.6.1)
nio4r (2.7.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails-6.1/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
mini_portile2 (2.8.5)
minitest (5.20.0)
multipart-post (2.3.0)
net-imap (0.4.6)
net-imap (0.4.8)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -106,7 +106,7 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.6.1)
nio4r (2.7.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails-7.0/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ GEM
mini_portile2 (2.8.5)
minitest (5.20.0)
multipart-post (2.3.0)
net-imap (0.4.6)
net-imap (0.4.8)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -112,7 +112,7 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.6.1)
nio4r (2.7.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down
12 changes: 6 additions & 6 deletions gemfiles/rails-7.1/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.9.1)
irb (1.10.1)
rdoc
reline (>= 0.3.8)
loofah (2.22.0)
Expand All @@ -122,7 +122,7 @@ GEM
minitest (5.20.0)
multipart-post (2.3.0)
mutex_m (0.2.0)
net-imap (0.4.6)
net-imap (0.4.8)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -131,7 +131,7 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.6.1)
nio4r (2.7.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -184,9 +184,9 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.1.0)
rdoc (6.6.0)
rdoc (6.6.1)
psych (>= 4.0.0)
reline (0.4.0)
reline (0.4.1)
io-console (~> 0.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -210,7 +210,7 @@ GEM
rspec-support (~> 3.12)
rspec-support (3.12.1)
ruby2_keywords (0.0.5)
stringio (3.0.9)
stringio (3.1.0)
thor (1.3.0)
timeout (0.4.1)
tzinfo (2.0.6)
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails-main/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: 89d8569abe2564c8187debf32dd3b4e33d6ad983
revision: 531643244474446efc061b559504ed67acc8cae1
branch: main
specs:
actioncable (7.2.0.alpha)
Expand Down Expand Up @@ -69,7 +69,7 @@ GIT
marcel (~> 1.0)
activesupport (7.2.0.alpha)
base64
bigdecimal
bigdecimal (< 3.1.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
Expand Down Expand Up @@ -147,7 +147,7 @@ GEM
mini_mime (1.1.5)
minitest (5.20.0)
multipart-post (2.3.0)
net-imap (0.4.7)
net-imap (0.4.8)
date
net-protocol
net-pop (0.1.2)
Expand Down

0 comments on commit 824a602

Please sign in to comment.