chore(deps): use HTTPS for Gemfile source directive

This commit is contained in:
2025-06-26 20:02:08 +01:00
parent 2320030121
commit bc2a45767e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
source 'http://rubygems.org/'
source 'https://rubygems.org/'
gem 'ruby-macho'

View File

@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
ast (2.4.2)
json (2.8.2)