Skip to content

Commit

Permalink
Fix bump.rake ruby versions definitions
Browse files Browse the repository at this point in the history
Don't include end-of-life Ruby versions.
  • Loading branch information
pdobb committed Nov 22, 2024
1 parent 9e64a87 commit 329df6e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.0"
ruby-version: "3.3.6"
bundler-cache: true # runs `bundle install` and caches installed gems automatically

- name: Run rubocop
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
gemwork (0.7.1)
gemwork (0.7.2)
debug
irb
minitest
Expand Down
1 change: 0 additions & 1 deletion rakelib/bump.rake
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ module RubyVersions
RUBY_VERSIONS_YAML_PATH =
"https://raw.githubusercontent.com/ruby/www.ruby-lang.org/HEAD/_data/downloads.yml"
VERSION_TYPES = %i[
eol
security_maintenance
stable
].freeze
Expand Down

0 comments on commit 329df6e

Please sign in to comment.