bcat: use https rubygems

gstqt5
Michael Fellinger 2019-05-03 11:21:57 +02:00
parent 6e8c78e225
commit 473feb7fa3
3 changed files with 9 additions and 5 deletions

View File

@ -1,2 +1,2 @@
source 'http://rubygems.org'
source 'https://rubygems.org'
gem 'bcat'

View File

@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
bcat (0.6.2)
rack (~> 1.0)
@ -12,4 +12,4 @@ DEPENDENCIES
bcat
BUNDLED WITH
1.16.4
1.17.2

View File

@ -1,16 +1,20 @@
{
bcat = {
dependencies = ["rack"];
groups = ["default"];
platforms = [];
source = {
remotes = ["http://rubygems.org"];
remotes = ["https://rubygems.org"];
sha256 = "0w2wwlngcs7f4lmvifixrb89bjkw2lx8z0nn72w360hz394ic651";
type = "gem";
};
version = "0.6.2";
};
rack = {
groups = ["default"];
platforms = [];
source = {
remotes = ["http://rubygems.org"];
remotes = ["https://rubygems.org"];
sha256 = "1g9926ln2lw12lfxm4ylq1h6nl0rafl10za3xvjzc87qvnqic87f";
type = "gem";
};