Skip to content

Commit

Permalink
Require "set" for older Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlogic committed Aug 9, 2023
1 parent b09efac commit c2d3ae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .standard.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
ruby_version: 3.0

ignore:
- "sample-apps/**/*"
1 change: 1 addition & 0 deletions judoscale-ruby/lib/judoscale/job_metrics_collector.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "set"
require "judoscale/metrics_collector"
require "judoscale/logger"

Expand Down

0 comments on commit c2d3ae3

Please sign in to comment.