Skip to content

Commit

Permalink
require rubygems/ext instead of rubygems/ext/builder to get namespace…
Browse files Browse the repository at this point in the history
… properly
  • Loading branch information
divinity666 committed Feb 22, 2024
1 parent 1463f30 commit fc742b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_grafana_reporter.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

require 'rubygems'
require 'rubygems/ext/builder'
require 'rubygems/ext'
require 'net/http'
require 'fileutils'
require 'yaml'
Expand Down

0 comments on commit fc742b4

Please sign in to comment.