Skip to content

Commit ddf929a

Browse files
authored
Use https fetching gems from GitHub (#11)
1 parent 6b5449a commit ddf929a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ source 'https://rubygems.org'
33
gem 'ruby-prof', platforms: [:ruby_22, :ruby_23, :ruby_24]
44

55
gem 'rake', '>= 12.3', '< 14.0'
6-
gem 'metric_fu', github: 'metricfu/metric_fu', branch: 'main'
6+
gem 'metric_fu', git: 'https://github.com/metricfu/metric_fu', branch: 'main'
77

88
gemspec

0 commit comments

Comments
 (0)