Skip to content

Commit

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

Bump the dev-ruby-dependencies group across 1 directory with 3 updates
  • Loading branch information
GrantBirki authored Aug 13, 2024
2 parents e16d5a9 + 6498a2e commit 0f3c04e
Show file tree
Hide file tree
Showing 20 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ group :development do
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.21"
gem "rubocop-rspec", "~> 3.0"
gem "ruby-lsp", "~> 0.17.7"
gem "ruby-lsp", "~> 0.17.12"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ GEM
mutex_m (0.2.0)
net-ldap (0.19.0)
nio4r (2.7.0)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.2)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
prime (0.1.2)
Expand All @@ -108,7 +108,7 @@ GEM
stringio
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
racc (1.8.1)
rack (3.1.7)
rackup (2.1.0)
rack (>= 3)
Expand All @@ -123,7 +123,7 @@ GEM
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.1)
rexml (3.3.5)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -138,7 +138,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.65.0)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -149,7 +149,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.0)
parser (>= 3.3.1.0)
rubocop-github (0.20.0)
rubocop (>= 1.37)
Expand All @@ -163,9 +163,9 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (3.0.3)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
ruby-lsp (0.17.7)
ruby-lsp (0.17.12)
language_server-protocol (~> 3.17.0)
prism (>= 0.29.0, < 0.31)
rbs (>= 3, < 4)
Expand All @@ -181,7 +181,7 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
singleton (0.2.0)
sorbet-runtime (0.5.11481)
sorbet-runtime (0.5.11518)
stringio (3.1.1)
strscan (3.1.0)
text (1.3.1)
Expand Down Expand Up @@ -217,7 +217,7 @@ DEPENDENCIES
rubocop-github (~> 0.20)
rubocop-performance (~> 1.21)
rubocop-rspec (~> 3.0)
ruby-lsp (~> 0.17.7)
ruby-lsp (~> 0.17.12)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
Binary file removed vendor/cache/parallel-1.25.1.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.26.2.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.4.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.8.0.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.3.1.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.3.5.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.65.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.65.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.31.3.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.32.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-3.0.3.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec-3.0.4.gem
Binary file not shown.
Binary file added vendor/cache/ruby-lsp-0.17.12.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-lsp-0.17.7.gem
Binary file not shown.
Binary file removed vendor/cache/sorbet-runtime-0.5.11481.gem
Binary file not shown.
Binary file added vendor/cache/sorbet-runtime-0.5.11518.gem
Binary file not shown.

0 comments on commit 0f3c04e

Please sign in to comment.