Skip to content

Commit

Permalink
Use https instead of http for Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
amenasria committed Jul 19, 2022
1 parent 782d7a2 commit 3312288
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,6 +1,6 @@
# frozen_string_literal: true

source 'http://rubygems.org'
source 'https://rubygems.org'

# Specify your gem's dependencies in chef-handler-datadog.gemspec
gemspec
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
dogapi (~> 1.44.0)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
Expand Down

0 comments on commit 3312288

Please sign in to comment.