Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ env:
HATCHET_APP_LIMIT: 300
HATCHET_APP_PREFIX: ${{ format('htcht-{0}-', github.run_id) }}
HATCHET_EXPENSIVE_MODE: 1
HATCHET_BUILDPACK_BASE: https://github.com/heroku/heroku-buildpack-php
HATCHET_BUILDPACK_BRANCH: ${{ github.head_ref || github.ref_name }}
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
HEROKU_API_USER: ${{ secrets.HEROKU_API_USER }}
GIT_HTTP_LOW_SPEED_LIMIT: 1000
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.4'

gem 'heroku_hatchet', git: 'https://github.com/heroku/hatchet.git', branch: 'timeouts-etc'
gem 'heroku_hatchet', git: 'https://github.com/heroku/hatchet.git', branch: 'timeouts-etc-with-gitref'
gem 'rspec-retry'
gem 'rspec-expectations'
gem 'sem_version'
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GIT
remote: https://github.com/heroku/hatchet.git
revision: 4dff977ab2cd0db87230c448503b1472d369ba37
branch: timeouts-etc
revision: 84067720505c289fb64e9ba8839514b13d140ce1
branch: timeouts-etc-with-gitref
specs:
heroku_hatchet (8.0.4)
excon (~> 0)
heroku_hatchet (8.0.6)
excon (< 2)
platform-api (~> 3)
rrrretry (~> 1)
thor (~> 1)
Expand All @@ -14,19 +14,21 @@ GEM
remote: https://rubygems.org/
specs:
ansi (1.5.0)
base64 (0.2.0)
base64 (0.3.0)
diff-lcs (1.6.2)
erubis (2.7.0)
excon (0.112.0)
excon (1.2.8)
logger
heroics (0.1.3)
base64
erubis (~> 2.0)
excon
moneta
multi_json (>= 1.9.2)
webrick
logger (1.7.0)
moneta (1.0.0)
multi_json (1.15.0)
multi_json (1.17.0)
parallel (1.27.0)
parallel_tests (5.3.0)
parallel
Expand All @@ -46,7 +48,7 @@ GEM
rspec-core (> 3.3)
rspec-support (3.13.4)
sem_version (2.0.1)
thor (1.3.2)
thor (1.4.0)
threaded (0.0.4)
webrick (1.9.1)

Expand Down