Skip to content

Commit

Permalink
Add another source in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amazimbe committed Jul 8, 2024
1 parent 38a6f49 commit 9c6ed00
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.6
2.7.0
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

source "https://rubygems.org"

source "https://rubygems.pkg.github.com/dsp-testing" do
gem "hola", "0.0.0"
end

gem "irb"
gem "dependabot-omnibus", "~> 0.209.0"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
GEM
remote: https://rubygems.org/
remote: https://rubygems.pkg.github.com/dsp-testing/
specs:
activesupport (7.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -105,6 +106,7 @@ GEM
gitlab (4.19.0)
httparty (~> 0.20)
terminal-table (>= 1.5.1)
hola (0.0.0)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
Expand Down Expand Up @@ -162,6 +164,7 @@ PLATFORMS

DEPENDENCIES
dependabot-omnibus (~> 0.209.0)
hola (= 0.0.0)!
irb

BUNDLED WITH
Expand Down

0 comments on commit 9c6ed00

Please sign in to comment.