File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 45
45
- name : Set up Ruby
46
46
uses : ruby/setup-ruby@v1
47
47
with :
48
- ruby-version : " 3.3.0 "
48
+ ruby-version : " 3.3.6 "
49
49
bundler-cache : true # runs `bundle install` and caches installed gems automatically
50
50
51
51
- name : Run rubocop
Original file line number Diff line number Diff line change 44
44
dry-inflector (~> 1.0 )
45
45
dry-logic (~> 1.4 )
46
46
zeitwerk (~> 2.6 )
47
- gemwork (0.7.1 )
47
+ gemwork (0.7.2 )
48
48
debug
49
49
irb
50
50
minitest
71
71
minitest (>= 5.0 )
72
72
ruby-progressbar
73
73
much-stub (0.1.10 )
74
- object_identifier (0.7 .0 )
74
+ object_identifier (0.8 .0 )
75
75
parallel (1.26.3 )
76
76
parser (3.3.6.0 )
77
77
ast (~> 2.4.1 )
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ module RubyVersions
68
68
RUBY_VERSIONS_YAML_PATH =
69
69
"https://raw.githubusercontent.com/ruby/www.ruby-lang.org/HEAD/_data/downloads.yml"
70
70
VERSION_TYPES = %i[
71
- eol
72
71
security_maintenance
73
72
stable
74
73
] . freeze
You can’t perform that action at this time.
0 commit comments