Skip to content

Commit

Permalink
Use https fetching gems from GitHub (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
texpert authored Sep 6, 2024
1 parent 6b5449a commit ddf929a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ source 'https://rubygems.org'
gem 'ruby-prof', platforms: [:ruby_22, :ruby_23, :ruby_24]

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

gemspec

0 comments on commit ddf929a

Please sign in to comment.