Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dev-ruby-dependencies group across 1 directory with 3 updates #24

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :development do
gem "rubocop", "~> 1.69"
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.23"
gem "rubocop-rspec", "~> 3.1"
gem "rubocop-rspec", "~> 3.3"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
gem "vcr", "~> 6.3", ">= 6.3.1"
Expand Down
30 changes: 16 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ GEM
crack (1.0.0)
bigdecimal
rexml
date (3.4.1)
diff-lcs (1.5.1)
docile (1.4.1)
drb (2.2.1)
Expand All @@ -48,11 +49,11 @@ GEM
hashdiff (1.1.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.1)
io-console (0.8.0)
irb (1.14.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.8.2)
json (2.9.0)
jwt (2.9.3)
base64
language_server-protocol (3.17.0.3)
Expand All @@ -67,18 +68,19 @@ GEM
parser (3.3.6.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
psych (5.2.1)
date
stringio
public_suffix (6.0.1)
racc (1.8.1)
rack (3.1.8)
rainbow (3.1.1)
rdoc (6.7.0)
rdoc (6.9.1)
psych (>= 4.0.0)
redacting-logger (1.4.0)
logger (~> 1.6)
regexp_parser (2.9.2)
reline (0.5.10)
regexp_parser (2.9.3)
reline (0.6.0)
io-console (~> 0.5)
retryable (3.0.5)
rexml (3.3.9)
Expand All @@ -95,17 +97,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.69.0)
rubocop (1.69.2)
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)
rubocop-ast (>= 1.36.1, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-github (0.20.0)
rubocop (>= 1.37)
Expand All @@ -119,7 +121,7 @@ GEM
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.2.0)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
sawyer (0.9.2)
Expand All @@ -134,7 +136,7 @@ GEM
simplecov (< 1.0)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
stringio (3.1.1)
stringio (3.1.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.2)
Expand All @@ -159,7 +161,7 @@ DEPENDENCIES
rubocop (~> 1.69)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.23)
rubocop-rspec (~> 3.1)
rubocop-rspec (~> 3.3)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)
vcr (~> 6.3, >= 6.3.1)
Expand Down
Binary file added vendor/cache/date-3.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/io-console-0.7.2.gem
Binary file not shown.
Binary file added vendor/cache/io-console-0.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/irb-1.14.1.gem
Binary file not shown.
Binary file added vendor/cache/irb-1.14.2.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.8.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.9.0.gem
Binary file not shown.
Binary file removed vendor/cache/psych-5.1.2.gem
Binary file not shown.
Binary file added vendor/cache/psych-5.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/rdoc-6.7.0.gem
Binary file not shown.
Binary file added vendor/cache/rdoc-6.9.1.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.9.2.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.9.3.gem
Binary file not shown.
Binary file removed vendor/cache/reline-0.5.10.gem
Binary file not shown.
Binary file added vendor/cache/reline-0.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.69.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.69.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.36.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.37.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-3.2.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec-3.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/stringio-3.1.1.gem
Binary file not shown.
Binary file added vendor/cache/stringio-3.1.2.gem
Binary file not shown.
Loading