Skip to content

Commit

Permalink
Merge pull request #94 from GrantBirki/dependabot/bundler/dev-ruby-de…
Browse files Browse the repository at this point in the history
…pendencies-83672c708f

Bump the dev-ruby-dependencies group across 1 directory with 2 updates
  • Loading branch information
GrantBirki authored Sep 3, 2024
2 parents f4ca218 + a96bd09 commit 184c0c8
Show file tree
Hide file tree
Showing 20 changed files with 14 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ gem "redacting-logger", "~> 1.4.0"
group :development do
gem "irb", "~> 1.14"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.65"
gem "rubocop", "~> 1.66"
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.21"
gem "rubocop-rspec", "~> 3.0"
gem "ruby-lsp", "~> 0.17.12"
gem "ruby-lsp", "~> 0.17.17"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
28 changes: 12 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
json (2.7.2)
language_server-protocol (3.17.0.3)
locale (2.1.4)
logger (1.6.0)
logger (1.6.1)
minitest (5.24.1)
multi_json (1.15.0)
mustermann (3.0.0)
Expand All @@ -96,14 +96,14 @@ GEM
mustermann (>= 1.0.0)
net-ldap (0.19.0)
nio4r (2.7.0)
parallel (1.26.2)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
prime (0.1.2)
forwardable
singleton
prism (0.30.0)
prism (1.0.0)
psych (5.1.2)
stringio
puma (6.4.2)
Expand All @@ -114,7 +114,7 @@ GEM
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
rbs (3.5.2)
rbs (3.5.3)
logger
rdoc (6.7.0)
psych (>= 4.0.0)
Expand All @@ -123,8 +123,6 @@ GEM
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.5)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -138,18 +136,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.65.1)
rubocop (1.66.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-github (0.20.0)
rubocop (>= 1.37)
Expand All @@ -165,9 +162,9 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
ruby-lsp (0.17.12)
ruby-lsp (0.17.17)
language_server-protocol (~> 3.17.0)
prism (>= 0.29.0, < 0.31)
prism (~> 1.0)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
Expand All @@ -182,9 +179,8 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
singleton (0.2.0)
sorbet-runtime (0.5.11518)
sorbet-runtime (0.5.11553)
stringio (3.1.1)
strscan (3.1.0)
text (1.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -214,11 +210,11 @@ DEPENDENCIES
rackup (~> 2.1)
redacting-logger (~> 1.4.0)
rspec (~> 3.13)
rubocop (~> 1.65)
rubocop (~> 1.66)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.21)
rubocop-rspec (~> 3.0)
ruby-lsp (~> 0.17.12)
ruby-lsp (~> 0.17.17)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
Binary file removed vendor/cache/logger-1.6.0.gem
Binary file not shown.
Binary file added vendor/cache/logger-1.6.1.gem
Binary file not shown.
Binary file removed vendor/cache/parallel-1.26.2.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.26.3.gem
Binary file not shown.
Binary file removed vendor/cache/prism-0.30.0.gem
Binary file not shown.
Binary file added vendor/cache/prism-1.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/rbs-3.5.2.gem
Binary file not shown.
Binary file added vendor/cache/rbs-3.5.3.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.3.5.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.65.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.66.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.32.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.32.1.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-lsp-0.17.12.gem
Binary file not shown.
Binary file added vendor/cache/ruby-lsp-0.17.17.gem
Binary file not shown.
Binary file removed vendor/cache/sorbet-runtime-0.5.11518.gem
Binary file not shown.
Binary file added vendor/cache/sorbet-runtime-0.5.11553.gem
Binary file not shown.
Binary file removed vendor/cache/strscan-3.1.0.gem
Binary file not shown.

0 comments on commit 184c0c8

Please sign in to comment.