Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ruby web fixture app #2420

Merged
merged 2 commits into from
May 15, 2023
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/cf-env-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
env:
api_token: ${{ secrets.TOOLSMITHS_API_TOKEN }}
hostname: ${{ secrets.TOOLSMITHS_HOSTNAME }}
notes: CF CLI Github Actions Integration Tests
pool_name: cf-deployment
notes: GHA CF CLI Integration Tests run_id: ${{ github.event.workflow_run.id }}
pool_name: devex_cfd
run: |
while true; do
curl -s --show-error -D >(tee headers.txt >&2) -H 'Accept: application/json' \
Expand Down
2 changes: 2 additions & 0 deletions integration/assets/go_calls_ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
source 'https://rubygems.org'
ruby '~> 3.0'

gem 'webrick'
3 changes: 2 additions & 1 deletion integration/assets/go_calls_ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
webrick (1.8.1)

PLATFORMS
ruby

DEPENDENCIES

webrick