Skip to content

Commit

Permalink
Bump the ruby-dependencies group with 1 update (#1548)
Browse files Browse the repository at this point in the history
* Bump the ruby-dependencies group with 1 update

Bumps the ruby-dependencies group with 1 update: [heroku_hatchet](https://github.com/heroku/hatchet).


Updates `heroku_hatchet` from 8.0.2 to 8.0.3
- [Changelog](https://github.com/heroku/hatchet/blob/main/CHANGELOG.md)
- [Commits](heroku/hatchet@v8.0.2...v8.0.3)

---
updated-dependencies:
- dependency-name: heroku_hatchet
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update CI to Ruby 3.3

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
dependabot[bot] and edmorley authored Mar 6, 2024
1 parent 2e53779 commit d676012
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.1"
ruby-version: "3.3"
- name: Run ShellCheck
run: make lint-scripts
- name: Run Rubocop
Expand All @@ -47,7 +47,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.1"
ruby-version: "3.3"
- name: Hatchet setup
run: bundle exec hatchet ci:setup
- name: Run Hatchet integration tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hatchet_app_cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.1"
ruby-version: "3.3"
- name: Run Hatchet destroy
# Only apps older than 10 minutes are destroyed, to ensure that any
# in progress CI runs are not interrupted.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

ruby '>= 3.1', '< 3.3'
ruby '>= 3.1', '< 3.4'

group :test, :development do
gem 'heroku_hatchet'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
moneta
multi_json (>= 1.9.2)
webrick
heroku_hatchet (8.0.2)
heroku_hatchet (8.0.3)
excon (~> 0)
platform-api (~> 3)
rrrretry (~> 1)
Expand Down Expand Up @@ -43,7 +43,7 @@ GEM
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rspec-support (3.13.1)
rubocop (1.61.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -66,7 +66,7 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
thor (1.3.0)
thor (1.3.1)
threaded (0.0.4)
unicode-display_width (2.5.0)
webrick (1.8.1)
Expand All @@ -83,7 +83,7 @@ DEPENDENCIES
rubocop-rspec

RUBY VERSION
ruby 3.2.1p31
ruby 3.3.0p0

BUNDLED WITH
2.5.4
2.5.6

0 comments on commit d676012

Please sign in to comment.