Skip to content

Commit 44b9294

Browse files
authored
Merge pull request #2130 from rubocop/add-dot-ruby-version
Add a .ruby-version file
2 parents 3f31059 + 25a1255 commit 44b9294

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- uses: actions/checkout@v5
1919
- uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: "3.4"
2221
bundler-cache: true
2322
- run: bundle exec rake confirm_config documentation_syntax_check confirm_documentation
2423

@@ -54,7 +53,6 @@ jobs:
5453
- uses: actions/checkout@v5
5554
- uses: ruby/setup-ruby@v1
5655
with:
57-
ruby-version: "3.4"
5856
bundler-cache: true
5957
- run: bundle exec rake spec
6058

@@ -74,7 +72,6 @@ jobs:
7472
cat Gemfile.local
7573
- uses: ruby/setup-ruby@v1
7674
with:
77-
ruby-version: "3.4"
7875
bundler-cache: true
7976
- name: Show RuboCop version
8077
run: grep '^ rubocop' Gemfile.lock | sort
@@ -96,7 +93,6 @@ jobs:
9693
cat Gemfile.local
9794
- uses: ruby/setup-ruby@v1
9895
with:
99-
ruby-version: "3.4"
10096
bundler-cache: true
10197
- name: Show RuboCop version
10298
run: grep '^ rubocop' Gemfile.lock | sort
@@ -119,7 +115,6 @@ jobs:
119115
EOF
120116
- uses: ruby/setup-ruby@v1
121117
with:
122-
ruby-version: "3.4"
123118
bundler-cache: true
124119
- run: NO_COVERAGE=true bundle exec rake spec
125120

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pkg
1616
/vendor
1717

1818
.ruby-gemset
19-
.ruby-version
2019

2120
# simplecov generated
2221
coverage

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.4.7

0 commit comments

Comments
 (0)