Skip to content

Commit 1fd1bcd

Browse files
Bump the dev-ruby-dependencies group across 1 directory with 2 updates
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) and [webmock](https://github.com/bblimke/webmock) to permit the latest version. Updates `rubocop` from 1.63.3 to 1.64.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.63.3...v1.64.0) Updates `webmock` from 3.23.0 to 3.23.1 - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.23.0...v3.23.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: webmock dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cd1711 commit 1fd1bcd

16 files changed

+10
-10
lines changed

Gemfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GEM
2424
public_suffix (>= 2.0.2, < 6.0)
2525
ast (2.4.2)
2626
base64 (0.2.0)
27-
bigdecimal (3.1.7)
27+
bigdecimal (3.1.8)
2828
concurrent-ruby (1.1.9)
2929
connection_pool (2.4.1)
3030
contracts (0.17)
@@ -61,16 +61,16 @@ GEM
6161
sawyer (~> 0.9)
6262
optimist (3.0.0)
6363
parallel (1.24.0)
64-
parser (3.3.0.5)
64+
parser (3.3.1.0)
6565
ast (~> 2.4.1)
6666
racc
6767
prism (0.29.0)
6868
public_suffix (5.0.5)
69-
racc (1.7.3)
69+
racc (1.8.0)
7070
rack (3.0.10)
7171
rainbow (3.1.1)
7272
rake (13.2.1)
73-
regexp_parser (2.9.0)
73+
regexp_parser (2.9.2)
7474
rexml (3.2.8)
7575
strscan (>= 3.0.9)
7676
rspec (3.13.0)
@@ -86,7 +86,7 @@ GEM
8686
diff-lcs (>= 1.2.0, < 2.0)
8787
rspec-support (~> 3.13.0)
8888
rspec-support (3.13.1)
89-
rubocop (1.63.3)
89+
rubocop (1.64.0)
9090
json (~> 2.3)
9191
language_server-protocol (>= 3.17.0)
9292
parallel (~> 1.10)
@@ -97,8 +97,8 @@ GEM
9797
rubocop-ast (>= 1.31.1, < 2.0)
9898
ruby-progressbar (~> 1.7)
9999
unicode-display_width (>= 2.4.0, < 3.0)
100-
rubocop-ast (1.31.2)
101-
parser (>= 3.3.0.4)
100+
rubocop-ast (1.31.3)
101+
parser (>= 3.3.1.0)
102102
rubocop-github (0.20.0)
103103
rubocop (>= 1.37)
104104
rubocop-performance (>= 1.15)
@@ -135,7 +135,7 @@ GEM
135135
unicode-display_width (2.5.0)
136136
uri (0.13.0)
137137
vcr (6.2.0)
138-
webmock (3.23.0)
138+
webmock (3.23.1)
139139
addressable (>= 2.8.0)
140140
crack (>= 0.3.2)
141141
hashdiff (>= 0.4.0, < 2.0.0)
@@ -149,7 +149,7 @@ DEPENDENCIES
149149
rake (~> 13.2.0)
150150
rspec (= 3.13.0)
151151
rspec-core (= 3.13.0)
152-
rubocop (= 1.63.3)
152+
rubocop (= 1.64.0)
153153
rubocop-github (= 0.20.0)
154154
rubocop-performance (= 1.21.0)
155155
ruby-lsp (~> 0.16.7)

entitlements-github-plugin.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
s.add_development_dependency "rake", "~> 13.2.0"
2424
s.add_development_dependency "rspec", "= 3.13.0"
2525
s.add_development_dependency "rspec-core", "= 3.13.0"
26-
s.add_development_dependency "rubocop", "= 1.63.3"
26+
s.add_development_dependency "rubocop", "= 1.64.0"
2727
s.add_development_dependency "rubocop-github", "= 0.20.0"
2828
s.add_development_dependency "rubocop-performance", "= 1.21.0"
2929
s.add_development_dependency "ruby-lsp", "~> 0.16.7"

vendor/cache/bigdecimal-3.1.7.gem

-86 KB
Binary file not shown.

vendor/cache/bigdecimal-3.1.8.gem

86.5 KB
Binary file not shown.

vendor/cache/parser-3.3.0.5.gem

-933 KB
Binary file not shown.

vendor/cache/parser-3.3.1.0.gem

933 KB
Binary file not shown.

vendor/cache/racc-1.7.3.gem

-62.5 KB
Binary file not shown.

vendor/cache/racc-1.8.0.gem

63 KB
Binary file not shown.

vendor/cache/regexp_parser-2.9.0.gem

-57 KB
Binary file not shown.

vendor/cache/regexp_parser-2.9.2.gem

57 KB
Binary file not shown.

vendor/cache/rubocop-1.63.3.gem

-623 KB
Binary file not shown.

vendor/cache/rubocop-1.64.0.gem

626 KB
Binary file not shown.

vendor/cache/rubocop-ast-1.31.2.gem

-56.5 KB
Binary file not shown.

vendor/cache/rubocop-ast-1.31.3.gem

56.5 KB
Binary file not shown.

vendor/cache/webmock-3.23.0.gem

-68.5 KB
Binary file not shown.

vendor/cache/webmock-3.23.1.gem

68.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)