File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 24
24
uses : ruby/setup-ruby@v1
25
25
with :
26
26
bundler-cache : true
27
- ruby-version : " 3.3 "
27
+ ruby-version : " 3.4 "
28
28
- name : Run ShellCheck
29
29
run : make lint-scripts
30
30
- name : Run shfmt
56
56
uses : ruby/setup-ruby@v1
57
57
with :
58
58
bundler-cache : true
59
- ruby-version : " 3.3 "
59
+ ruby-version : " 3.4 "
60
60
- name : Hatchet setup
61
61
run : bundle exec hatchet ci:setup
62
62
- name : Run Hatchet integration tests
Original file line number Diff line number Diff line change 24
24
uses : ruby/setup-ruby@v1
25
25
with :
26
26
bundler-cache : true
27
- ruby-version : " 3.3 "
27
+ ruby-version : " 3.4 "
28
28
- name : Run Hatchet destroy
29
29
# Only apps older than 10 minutes are destroyed, to ensure that any
30
30
# in progress CI runs are not interrupted.
Original file line number Diff line number Diff line change 2
2
3
3
source 'https://rubygems.org'
4
4
5
- ruby '>= 3.2' , '< 3.4 '
5
+ ruby '>= 3.2' , '< 3.5 '
6
6
7
7
group :test , :development do
8
8
gem 'heroku_hatchet'
Original file line number Diff line number Diff line change 21
21
threaded (~> 0 )
22
22
json (2.9.1 )
23
23
language_server-protocol (3.17.0.3 )
24
- logger (1.6.4 )
24
+ logger (1.6.5 )
25
25
moneta (1.0.0 )
26
26
multi_json (1.15.0 )
27
27
parallel (1.26.3 )
48
48
rspec-retry (0.6.2 )
49
49
rspec-core (> 3.3 )
50
50
rspec-support (3.13.2 )
51
- rubocop (1.69.2 )
51
+ rubocop (1.70.0 )
52
52
json (~> 2.3 )
53
53
language_server-protocol (>= 3.17.0 )
54
54
parallel (~> 1.10 )
65
65
ruby-progressbar (1.13.0 )
66
66
thor (1.3.2 )
67
67
threaded (0.0.4 )
68
- unicode-display_width (3.1.3 )
68
+ unicode-display_width (3.1.4 )
69
69
unicode-emoji (~> 4.0 , >= 4.0.4 )
70
70
unicode-emoji (4.0.4 )
71
71
webrick (1.9.1 )
@@ -84,7 +84,7 @@ DEPENDENCIES
84
84
rubocop-rspec
85
85
86
86
RUBY VERSION
87
- ruby 3.3.5p100
87
+ ruby 3.4.1p0
88
88
89
89
BUNDLED WITH
90
- 2.5.23
90
+ 2.6.2
You can’t perform that action at this time.
0 commit comments