Skip to content

Commit ba45471

Browse files
chore(deps): update dependency ruby to v4.0.1 (#3327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f043710 commit ba45471

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

β€Ž.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.0' # Not needed with a .ruby-version file
13+
ruby-version: '4.0.1' # 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.0
21+
ruby-version: 4.0.1
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.0"
40+
ruby "4.0.1"

β€Žlogorama/Gemfile.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ DEPENDENCIES
130130
tzinfo-data
131131

132132
RUBY VERSION
133-
ruby 4.0.0p0
133+
ruby 4.0.1p0
134134

135135
BUNDLED WITH
136136
2.4.6

β€Ž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.0"
8+
ruby "4.0.1"

β€Žpdfstar/Gemfile.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ DEPENDENCIES
7070
rubocop
7171

7272
RUBY VERSION
73-
ruby 3.4.8p72
73+
ruby 4.0.1p0
7474

7575
BUNDLED WITH
7676
2.4.6

0 commit comments

Comments
Β (0)