Skip to content

Commit

Permalink
Temporarily use git as source for aliquot-pay gem to support test
Browse files Browse the repository at this point in the history
  • Loading branch information
brorbw committed Jan 22, 2024
1 parent 93486cb commit 6e9f39b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'https://rubygems.org'

gem 'aliquot-pay', :git => 'https://github.com/clearhaus/aliquot-pay', :branch => 'make-tokens-consistent-with-googles-sample-tokens'

gemspec
2 changes: 1 addition & 1 deletion aliquot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'excon', '~> 0.71.0'
s.add_runtime_dependency 'hkdf', '~> 0.3'

s.add_development_dependency 'aliquot-pay', '~> 3.0'
s.add_development_dependency 'aliquot-pay'
s.add_development_dependency 'rspec', '~> 3'
s.add_development_dependency 'pry', '~> 0.14.1'
end

0 comments on commit 6e9f39b

Please sign in to comment.