Skip to content

Commit

Permalink
remove github branch reference for prometheus gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ankithads committed Jul 3, 2024
1 parent c5c9714 commit 68c4b92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
PGUSER: ubuntu
PGPASSWORD: password
PGHOST: localhost

BUNDLE_RUBYGEMS__PKG__GITHUB__COM: gocardless-robot-readonly:${{ inputs.token }}
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ group :test do
end

gem 'prometheus-client', '~> 1.0'
# gem 'prometheus_gcstat', git: '[email protected]:gocardless/prometheus_gcstat_ruby'

source "https://rubygems.pkg.github.com/gocardless" do
gem "prometheus_gcstat", "0.1.1"
end
gemspec

0 comments on commit 68c4b92

Please sign in to comment.