File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 uses : ruby/setup-ruby@v1
2525 with :
2626 bundler-cache : true
27- ruby-version : " 3.3 "
27+ ruby-version : " 3.4 "
2828 - name : Run ShellCheck
2929 run : make lint-scripts
3030 - name : Run shfmt
5656 uses : ruby/setup-ruby@v1
5757 with :
5858 bundler-cache : true
59- ruby-version : " 3.3 "
59+ ruby-version : " 3.4 "
6060 - name : Hatchet setup
6161 run : bundle exec hatchet ci:setup
6262 - name : Run Hatchet integration tests
Original file line number Diff line number Diff line change 2424 uses : ruby/setup-ruby@v1
2525 with :
2626 bundler-cache : true
27- ruby-version : " 3.3 "
27+ ruby-version : " 3.4 "
2828 - name : Run Hatchet destroy
2929 # Only apps older than 10 minutes are destroyed, to ensure that any
3030 # in progress CI runs are not interrupted.
Original file line number Diff line number Diff line change 22
33source 'https://rubygems.org'
44
5- ruby '>= 3.2' , '< 3.4 '
5+ ruby '>= 3.2' , '< 3.5 '
66
77group :test , :development do
88 gem 'heroku_hatchet'
Original file line number Diff line number Diff line change 6565 ruby-progressbar (1.13.0 )
6666 thor (1.3.2 )
6767 threaded (0.0.4 )
68- unicode-display_width (3.1.3 )
68+ unicode-display_width (3.1.4 )
6969 unicode-emoji (~> 4.0 , >= 4.0.4 )
7070 unicode-emoji (4.0.4 )
7171 webrick (1.9.1 )
@@ -84,7 +84,7 @@ DEPENDENCIES
8484 rubocop-rspec
8585
8686RUBY VERSION
87- ruby 3.3.5p100
87+ ruby 3.4.1p0
8888
8989BUNDLED WITH
90- 2.5.23
90+ 2.6.2
You can’t perform that action at this time.
0 commit comments