Skip to content

Commit 0ca5b9c

Browse files
authored
DEV: Drop webrick gem since it is already available in Discourse core (#123)
This makes upgrading the webrick gem in Discourse core much easier since we will no longer have conflicting gem versions.
1 parent 60eacf6 commit 0ca5b9c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

‎lib/collector_demon.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22
#
33
require_dependency "demon/base"
4+
require "webrick"
45

56
class DiscoursePrometheus::CollectorDemon < ::Demon::Base
67
def self.prefix

‎plugin.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
module ::DiscoursePrometheus
1111
end
1212

13-
gem "webrick", "1.9.1"
1413
gem "prometheus_exporter", "2.0.6"
1514

1615
require "prometheus_exporter/client"

0 commit comments

Comments
 (0)