File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,29 +2,12 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org'
22
33require 'uri'
44
5- def location_for ( place )
6- if place =~ /^((?:git[:@]|https:)[^#]*)#(.*)/
7- [ { :git => $1, :branch => $2, :require => false } ]
8- elsif place . start_with? ( 'file://' )
9- uri = URI ( place )
10- path =
11- if uri . host && !uri . host . empty?
12- "#{ uri . host } #{ uri . path } "
13- else
14- uri . path
15- end
16- [ '>= 0' , { path : path , require : false } ]
17- else
18- [ place , { :require => false } ]
19- end
20- end
21-
225gem 'artifactory'
23- gem 'packaging' , * location_for ( ENV [ 'PACKAGING_LOCATION' ] || ' ~> 0.105')
6+ gem 'packaging' , ' ~> 0.105'
247gem 'rake' , '~> 13.0'
258gem 'rubocop' , '~> 1.86'
269gem 'rubocop-rake' , '~> 0.7'
27- gem 'vanagon' , * location_for ( ENV [ 'VANAGON_LOCATION' ] || 'https://github.com/openvoxproject/vanagon#main' )
10+ gem 'vanagon' , ( ENV [ 'VANAGON_LOCATION' ] || 'https://github.com/openvoxproject/vanagon#main' )
2811# Need to update the openssl gem on MacOS to avoid SSL errors. Doesn't hurt to have the newest
2912# for all platforms.
3013# https://www.rubyonmac.dev/certificate-verify-failed-unable-to-get-certificate-crl-openssl-ssl-sslerror
You can’t perform that action at this time.
0 commit comments