Skip to content

Commit 5794806

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/checkout-6
2 parents af507a7 + 16d1a55 commit 5794806

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666

6767
- name: Upload coverage
6868
if: matrix.ruby == '3.2' || matrix.ruby == '3.3'
69-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # pin@5.5.1
69+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # pin@5.5.2

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ GEM
4040
securerandom (>= 0.3)
4141
tzinfo (~> 2.0, >= 2.0.5)
4242
uri (>= 0.13.1)
43-
addressable (2.8.7)
44-
public_suffix (>= 2.0.2, < 7.0)
43+
addressable (2.8.8)
44+
public_suffix (>= 2.0.2, < 8.0)
4545
ast (2.4.3)
4646
base64 (0.3.0)
4747
bigdecimal (3.3.1)
4848
builder (3.3.0)
4949
coderay (1.1.3)
5050
concurrent-ruby (1.3.5)
51-
connection_pool (2.5.4)
51+
connection_pool (2.5.5)
5252
coveralls (0.7.1)
5353
multi_json (~> 1.3)
5454
rest-client
@@ -130,7 +130,7 @@ GEM
130130
mime-types-data (~> 3.2015)
131131
mime-types-data (3.2024.1105)
132132
mini_portile2 (2.8.9)
133-
minitest (5.26.1)
133+
minitest (5.26.2)
134134
multi_json (1.15.0)
135135
nenv (0.3.0)
136136
netrc (0.11.0)
@@ -170,7 +170,7 @@ GEM
170170
psych (5.2.6)
171171
date
172172
stringio
173-
public_suffix (6.0.1)
173+
public_suffix (7.0.0)
174174
racc (1.8.1)
175175
rack (3.2.4)
176176
rack-session (2.1.1)
@@ -242,7 +242,7 @@ GEM
242242
rubocop-ast (1.48.0)
243243
parser (>= 3.3.7.2)
244244
prism (~> 1.4)
245-
rubocop-rails (2.34.0)
245+
rubocop-rails (2.34.1)
246246
activesupport (>= 4.2.0)
247247
lint_roller (~> 1.1)
248248
rack (>= 1.1)

0 commit comments

Comments
 (0)