Skip to content

Commit

Permalink
fix: ensure rubygems url is using https
Browse files Browse the repository at this point in the history
Fixes https://github.com/github/markup/security/code-scanning/1

`Dependency source URL uses the unencrypted protocol HTTP. Use HTTPS instead.`

Signed-off-by: jmeridth <[email protected]>
  • Loading branch information
jmeridth committed Aug 6, 2024
1 parent c1c964c commit 83b09f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"
gemspec

gem "redcarpet", :platforms => :ruby
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PATH
github-markup (5.0.1)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
RedCloth (4.3.4)
activesupport (7.1.3.4)
Expand Down

0 comments on commit 83b09f8

Please sign in to comment.