We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5449a commit ddf929aCopy full SHA for ddf929a
Gemfile
@@ -3,6 +3,6 @@ source 'https://rubygems.org'
3
gem 'ruby-prof', platforms: [:ruby_22, :ruby_23, :ruby_24]
4
5
gem 'rake', '>= 12.3', '< 14.0'
6
-gem 'metric_fu', github: 'metricfu/metric_fu', branch: 'main'
+gem 'metric_fu', git: 'https://github.com/metricfu/metric_fu', branch: 'main'
7
8
gemspec
0 commit comments