Skip to content

Commit e88cbb0

Browse files
Merge pull request #37 from github/dependabot/bundler/rexml-3.2.8
Bump rexml from 3.2.6 to 3.2.8
2 parents 8f60eed + a2cde01 commit e88cbb0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+38
-38
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: checkout
2626
uses: actions/checkout@v4
2727

28-
- uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e # pin@v1.175.0
28+
- uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # pin@v1.177.1
2929
with:
3030
bundler-cache: true
3131

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # pin@v2
32+
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # pin@v2
3333
with:
3434
languages: ${{ matrix.language }}
3535

3636
- name: Autobuild
37-
uses: github/codeql-action/autobuild@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # pin@v2
37+
uses: github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276 # pin@v2
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # pin@v2
40+
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # pin@v2

.github/workflows/gem.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: checkout
2121
uses: actions/checkout@v4
2222

23-
- uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e # pin@v1.175.0
23+
- uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # pin@v1.177.1
2424
with:
2525
bundler-cache: true
2626

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: checkout
1919
uses: actions/checkout@v4
2020

21-
- uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e # pin@v1.175.0
21+
- uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # pin@v1.177.1
2222
with:
2323
bundler-cache: true
2424

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: checkout
2323
uses: actions/checkout@v4
2424

25-
- uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e # pin@v1.175.0
25+
- uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # pin@v1.177.1
2626
with:
2727
bundler-cache: true
2828
ruby-version: ${{ matrix.ruby }}

Gemfile.lock

+29-29
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (7.1.3.2)
11+
activesupport (7.1.3.3)
1212
base64
1313
bigdecimal
1414
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -21,8 +21,8 @@ GEM
2121
addressable (2.8.6)
2222
public_suffix (>= 2.0.2, < 6.0)
2323
ast (2.4.2)
24-
base64 (0.1.1)
25-
bigdecimal (3.1.7)
24+
base64 (0.2.0)
25+
bigdecimal (3.1.8)
2626
concurrent-ruby (1.1.9)
2727
connection_pool (2.4.1)
2828
contracts (0.17)
@@ -32,41 +32,40 @@ GEM
3232
diff-lcs (1.5.1)
3333
docile (1.4.0)
3434
drb (2.2.1)
35-
entitlements-app (0.3.1)
35+
entitlements-app (0.3.4)
3636
concurrent-ruby (= 1.1.9)
37-
faraday (~> 2.0)
38-
net-ldap (~> 0.17)
37+
faraday (> 2.0, <= 2.7.10)
38+
net-ldap (~> 0.19)
3939
octokit (~> 4.18)
4040
optimist (= 3.0.0)
41-
faraday (2.9.0)
42-
faraday-net_http (>= 2.0, < 3.2)
43-
faraday-net_http (3.1.0)
44-
net-http
41+
faraday (2.7.10)
42+
faraday-net_http (>= 2.0, < 3.1)
43+
ruby2_keywords (>= 0.0.4)
44+
faraday-net_http (3.0.2)
4545
hashdiff (1.1.0)
46-
i18n (1.14.4)
46+
i18n (1.14.5)
4747
concurrent-ruby (~> 1.0)
4848
json (2.7.2)
4949
language_server-protocol (3.17.0.3)
50-
minitest (5.22.3)
50+
minitest (5.23.1)
5151
mutex_m (0.2.0)
52-
net-http (0.4.1)
53-
uri
5452
net-ldap (0.19.0)
5553
octokit (4.25.1)
5654
faraday (>= 1, < 3)
5755
sawyer (~> 0.9)
5856
optimist (3.0.0)
5957
parallel (1.24.0)
60-
parser (3.3.0.5)
58+
parser (3.3.1.0)
6159
ast (~> 2.4.1)
6260
racc
6361
public_suffix (5.0.5)
64-
racc (1.7.3)
65-
rack (3.0.10)
62+
racc (1.8.0)
63+
rack (3.0.11)
6664
rainbow (3.1.1)
6765
rake (13.2.1)
68-
regexp_parser (2.9.0)
69-
rexml (3.2.6)
66+
regexp_parser (2.9.2)
67+
rexml (3.2.8)
68+
strscan (>= 3.0.9)
7069
rspec (3.13.0)
7170
rspec-core (~> 3.13.0)
7271
rspec-expectations (~> 3.13.0)
@@ -76,11 +75,11 @@ GEM
7675
rspec-expectations (3.13.0)
7776
diff-lcs (>= 1.2.0, < 2.0)
7877
rspec-support (~> 3.13.0)
79-
rspec-mocks (3.13.0)
78+
rspec-mocks (3.13.1)
8079
diff-lcs (>= 1.2.0, < 2.0)
8180
rspec-support (~> 3.13.0)
8281
rspec-support (3.13.1)
83-
rubocop (1.63.3)
82+
rubocop (1.64.0)
8483
json (~> 2.3)
8584
language_server-protocol (>= 3.17.0)
8685
parallel (~> 1.10)
@@ -91,21 +90,22 @@ GEM
9190
rubocop-ast (>= 1.31.1, < 2.0)
9291
ruby-progressbar (~> 1.7)
9392
unicode-display_width (>= 2.4.0, < 3.0)
94-
rubocop-ast (1.31.2)
95-
parser (>= 3.3.0.4)
93+
rubocop-ast (1.31.3)
94+
parser (>= 3.3.1.0)
9695
rubocop-github (0.20.0)
9796
rubocop (>= 1.37)
9897
rubocop-performance (>= 1.15)
9998
rubocop-rails (>= 2.17)
10099
rubocop-performance (1.21.0)
101100
rubocop (>= 1.48.1, < 2.0)
102101
rubocop-ast (>= 1.31.1, < 2.0)
103-
rubocop-rails (2.24.1)
102+
rubocop-rails (2.25.0)
104103
activesupport (>= 4.2.0)
105104
rack (>= 1.1)
106105
rubocop (>= 1.33.0, < 2.0)
107106
rubocop-ast (>= 1.31.1, < 2.0)
108107
ruby-progressbar (1.13.0)
108+
ruby2_keywords (0.0.5)
109109
rugged (1.7.2)
110110
sawyer (0.9.2)
111111
addressable (>= 2.3.5)
@@ -118,12 +118,12 @@ GEM
118118
simplecov (< 1.0)
119119
simplecov-html (0.12.3)
120120
simplecov_json_formatter (0.1.4)
121+
strscan (3.1.0)
121122
tzinfo (2.0.6)
122123
concurrent-ruby (~> 1.0)
123124
unicode-display_width (2.5.0)
124-
uri (0.13.0)
125125
vcr (6.2.0)
126-
webmock (3.23.0)
126+
webmock (3.23.1)
127127
addressable (>= 2.8.0)
128128
crack (>= 0.3.2)
129129
hashdiff (>= 0.4.0, < 2.0.0)
@@ -136,14 +136,14 @@ DEPENDENCIES
136136
rake (= 13.2.1)
137137
rspec (= 3.13.0)
138138
rspec-core (= 3.13.0)
139-
rubocop (= 1.63.3)
139+
rubocop (= 1.64.0)
140140
rubocop-github (= 0.20.0)
141141
rubocop-performance (= 1.21.0)
142142
rugged (~> 1.7, >= 1.7.2)
143143
simplecov (= 0.22.0)
144144
simplecov-erb (= 1.0.1)
145145
vcr (= 6.2.0)
146-
webmock (= 3.23.0)
146+
webmock (= 3.23.1)
147147

148148
BUNDLED WITH
149-
2.3.19
149+
2.5.3

entitlements-gitrepo-auditor-plugin.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Gem::Specification.new do |s|
2020
s.add_development_dependency "rake", "= 13.2.1"
2121
s.add_development_dependency "rspec", "= 3.13.0"
2222
s.add_development_dependency "rspec-core", "= 3.13.0"
23-
s.add_development_dependency "rubocop", "= 1.63.3"
23+
s.add_development_dependency "rubocop", "= 1.64.0"
2424
s.add_development_dependency "rubocop-github", "= 0.20.0"
2525
s.add_development_dependency "rubocop-performance", "= 1.21.0"
2626
s.add_development_dependency "rugged", "~> 1.7", ">= 1.7.2"
2727
s.add_development_dependency "simplecov", "= 0.22.0"
2828
s.add_development_dependency "simplecov-erb", "= 1.0.1"
2929
s.add_development_dependency "vcr", "= 6.2.0"
30-
s.add_development_dependency "webmock", "3.23.0"
30+
s.add_development_dependency "webmock", "3.23.1"
3131
end
-252 KB
Binary file not shown.
252 KB
Binary file not shown.

vendor/cache/base64-0.1.1.gem

-7 KB
Binary file not shown.

vendor/cache/base64-0.2.0.gem

8.5 KB
Binary file not shown.

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.
-154 KB
Binary file not shown.
154 KB
Binary file not shown.

vendor/cache/faraday-2.7.10.gem

68.5 KB
Binary file not shown.

vendor/cache/faraday-2.9.0.gem

-69.5 KB
Binary file not shown.
8 KB
Binary file not shown.
-8 KB
Binary file not shown.

vendor/cache/i18n-1.14.4.gem

-45 KB
Binary file not shown.

vendor/cache/i18n-1.14.5.gem

45.5 KB
Binary file not shown.

vendor/cache/minitest-5.22.3.gem

-97 KB
Binary file not shown.

vendor/cache/minitest-5.23.1.gem

98 KB
Binary file not shown.

vendor/cache/net-http-0.4.1.gem

-50.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/rack-3.0.10.gem

-107 KB
Binary file not shown.

vendor/cache/rack-3.0.11.gem

107 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/rexml-3.2.6.gem

-100 KB
Binary file not shown.

vendor/cache/rexml-3.2.8.gem

99.5 KB
Binary file not shown.

vendor/cache/rspec-mocks-3.13.0.gem

-80 KB
Binary file not shown.

vendor/cache/rspec-mocks-3.13.1.gem

80 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/rubocop-rails-2.24.1.gem

-105 KB
Binary file not shown.

vendor/cache/rubocop-rails-2.25.0.gem

107 KB
Binary file not shown.

vendor/cache/ruby2_keywords-0.0.5.gem

10.5 KB
Binary file not shown.

vendor/cache/strscan-3.1.0.gem

16 KB
Binary file not shown.

vendor/cache/uri-0.13.0.gem

-37 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)