Skip to content

Commit cb4e2d6

Browse files
committed
Fix specs, update CI matrix
1 parent 7a866f3 commit cb4e2d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- '3.1'
2424
- '3.2'
2525
- '3.3'
26+
- '3.4'
2627
steps:
2728
- uses: actions/checkout@v4
2829
- uses: ruby/setup-ruby@v1

lib/yabeda/prometheus/exporter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
require "prometheus/middleware/exporter"
44
require "rack"
5+
require "logger"
56

67
module Yabeda
78
module Prometheus

0 commit comments

Comments
 (0)