Skip to content

Commit bb0abae

Browse files
build(deps-dev): bump the all group across 1 directory with 3 updates
Bumps the all group with 3 updates in the / directory: [simplecov-cobertura](https://github.com/jessebs/simplecov-cobertura), [json](https://github.com/ruby/json) and [parser](https://github.com/whitequark/parser). Updates `simplecov-cobertura` from 2.1.0 to 3.0.0 - [Release notes](https://github.com/jessebs/simplecov-cobertura/releases) - [Commits](jessebs/simplecov-cobertura@v2.1.0...v3.0.0) Updates `json` from 2.13.0 to 2.13.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.13.0...v2.13.1) Updates `parser` from 3.3.8.0 to 3.3.9.0 - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](whitequark/parser@v3.3.8.0...v3.3.9.0) build(deps): bump ruby/setup-ruby in the all group Bumps the all group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.247.0 to 1.253.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@4727905...bb6434c) --- updated-dependencies: - dependency-name: simplecov-cobertura dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: json dependency-version: 2.13.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: parser dependency-version: 3.3.9.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: ruby/setup-ruby dependency-version: 1.253.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2401a1f commit bb0abae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Set up Ruby
27-
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
27+
uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
2828
with:
2929
ruby-version: ruby
3030

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Set up Ruby
26-
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
26+
uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
2727
with:
2828
ruby-version: ${{ matrix.ruby }}
2929
bundler-cache: true

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GEM
77
logger (~> 1.5)
88
docile (1.4.1)
99
iniparse (1.5.0)
10-
json (2.13.0)
10+
json (2.13.1)
1111
language_server-protocol (3.17.0.5)
1212
lint_roller (1.1.0)
1313
logger (1.7.0)
@@ -17,7 +17,7 @@ GEM
1717
iniparse (~> 1.4)
1818
rexml (>= 3.3.9)
1919
parallel (1.27.0)
20-
parser (3.3.8.0)
20+
parser (3.3.9.0)
2121
ast (~> 2.4.1)
2222
racc
2323
prism (1.4.0)
@@ -45,7 +45,7 @@ GEM
4545
docile (~> 1.1)
4646
simplecov-html (~> 0.11)
4747
simplecov_json_formatter (~> 0.1)
48-
simplecov-cobertura (2.1.0)
48+
simplecov-cobertura (3.0.0)
4949
rexml
5050
simplecov (~> 0.19)
5151
simplecov-html (0.13.2)

0 commit comments

Comments
 (0)