Skip to content

Commit bc2a457

Browse files
committed
chore(deps): use HTTPS for Gemfile source directive
1 parent 2320030 commit bc2a457

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,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
source 'http://rubygems.org/'
3+
source 'https://rubygems.org/'
44

55
gem 'ruby-macho'
66

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
ast (2.4.2)
55
json (2.8.2)

0 commit comments

Comments
 (0)