Skip to content

Commit 0258c9b

Browse files
committed
fix: update packaging gem source to use GitHub repository again
1 parent 6989f8d commit 0258c9b

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/pr-testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ jobs:
108108
ruby-version: ${{ matrix.ruby }}
109109
bundler-cache: true
110110

111-
# - name: Setup Bundle
112-
# run: bundle install
111+
- name: Bundle List
112+
run: bundle list
113113

114-
# - name: Output ruby environment
115-
# run: bundle env
114+
- name: Output ruby environment
115+
run: bundle env
116116

117117
- name: Install clojure tools
118118
uses: DeLaGuardo/[email protected]

Gemfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ def location_for(place, fake_version = nil)
1111
end
1212

1313
gem 'public_suffix', '>= 4.0.7', '< 7'
14-
15-
source "https://rubygems.pkg.github.com/openvoxproject" do
16-
gem "packaging", "1.0.0"
17-
end
18-
14+
# 1.0.0 is the first OpenVoxProject release
15+
gem 'packaging', '~> 1.0', github: 'OpenVoxProject/packaging'
1916
gem 'rake', :group => [:development, :test]
2017

2118
group :test do

0 commit comments

Comments
 (0)