Skip to content

Commit ae1fc27

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: [json](https://github.com/ruby/json), [prism](https://github.com/ruby/prism) and [regexp_parser](https://github.com/ammar/regexp_parser). Updates `json` from 2.13.2 to 2.14.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.13.2...v2.14.1) Updates `prism` from 1.4.0 to 1.5.1 - [Release notes](https://github.com/ruby/prism/releases) - [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md) - [Commits](ruby/prism@v1.4.0...v1.5.1) Updates `regexp_parser` from 2.11.2 to 2.11.3 - [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md) - [Commits](ammar/regexp_parser@v2.11.2...v2.11.3) 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.257.0 to 1.259.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@4451173...866b91c) --- updated-dependencies: - dependency-name: json dependency-version: 2.14.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: prism dependency-version: 1.5.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: regexp_parser dependency-version: 2.11.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: ruby/setup-ruby dependency-version: 1.259.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28f0371 commit ae1fc27

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@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0
27+
uses: ruby/setup-ruby@866b91cc020931c510d42e43e498a7f07d335f60 # v1.259.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@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0
26+
uses: ruby/setup-ruby@866b91cc020931c510d42e43e498a7f07d335f60 # v1.259.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.2)
10+
json (2.14.1)
1111
language_server-protocol (3.17.0.5)
1212
lint_roller (1.1.0)
1313
logger (1.7.0)
@@ -20,11 +20,11 @@ GEM
2020
parser (3.3.9.0)
2121
ast (~> 2.4.1)
2222
racc
23-
prism (1.4.0)
23+
prism (1.5.1)
2424
racc (1.8.1)
2525
rainbow (3.1.1)
2626
rake (13.3.0)
27-
regexp_parser (2.11.2)
27+
regexp_parser (2.11.3)
2828
rexml (3.4.4)
2929
rubocop (1.80.2)
3030
json (~> 2.3)

0 commit comments

Comments
 (0)