Skip to content

Commit 55049e6

Browse files
Potential fix for code scanning alert no. 1: Dependency download using unencrypted communication channel (#17)
* Potential fix for code scanning alert no. 1: Dependency download using unencrypted communication channel Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * update Gemfile.lock --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 8c90f37 commit 55049e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22
gem "json", ">= 2.3.0"
33
gem "sinatra", ">= 4.1.0"
44
gem 'flickraw'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
base64 (0.2.0)
55
flickraw (0.9.10)

0 commit comments

Comments
 (0)