Skip to content

Commit 7f20fc9

Browse files
committed
Fix bump.rake ruby versions definitions
Don't include end-of-life Ruby versions.
1 parent bc9a2fe commit 7f20fc9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Ruby
4646
uses: ruby/setup-ruby@v1
4747
with:
48-
ruby-version: "3.3.0"
48+
ruby-version: "3.3.6"
4949
bundler-cache: true # runs `bundle install` and caches installed gems automatically
5050

5151
- name: Run rubocop

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GEM
4444
dry-inflector (~> 1.0)
4545
dry-logic (~> 1.4)
4646
zeitwerk (~> 2.6)
47-
gemwork (0.7.1)
47+
gemwork (0.7.2)
4848
debug
4949
irb
5050
minitest
@@ -71,7 +71,7 @@ GEM
7171
minitest (>= 5.0)
7272
ruby-progressbar
7373
much-stub (0.1.10)
74-
object_identifier (0.7.0)
74+
object_identifier (0.8.0)
7575
parallel (1.26.3)
7676
parser (3.3.6.0)
7777
ast (~> 2.4.1)

rakelib/bump.rake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ module RubyVersions
6868
RUBY_VERSIONS_YAML_PATH =
6969
"https://raw.githubusercontent.com/ruby/www.ruby-lang.org/HEAD/_data/downloads.yml"
7070
VERSION_TYPES = %i[
71-
eol
7271
security_maintenance
7372
stable
7473
].freeze

0 commit comments

Comments
 (0)