Skip to content

Commit e38245b

Browse files
chore(deps): update dependency ruby to v4.0.4 (#3435)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ff5414 commit e38245b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

β€Ž.github/workflows/percy.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v6
1111
- uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: '4.0.3' # Not needed with a .ruby-version file
13+
ruby-version: '4.0.4' # Not needed with a .ruby-version file
1414
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1515
- uses: actions/setup-node@v6
1616
with:

β€Ž.github/workflows/weekly-run.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: 4.0.3
21+
ruby-version: 4.0.4
2222

2323
- name: Install mechanize gem
2424
run: |

β€Žlogorama/Gemfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
3737
# Performance-booster for watching directories on Windows
3838
gem "wdm", "~> 0.2.0" if Gem.win_platform?
3939

40-
ruby "4.0.3"
40+
ruby "4.0.4"

β€Žpdfstar/Gemfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ source "https://rubygems.org"
55
gem "mdl"
66
gem "rubocop", require: false
77

8-
ruby "4.0.3"
8+
ruby "4.0.4"

0 commit comments

Comments
Β (0)