Skip to content

Commit

Permalink
Merge pull request #62 from agrare/fix_missing_as_logger_broadcast
Browse files Browse the repository at this point in the history
Fix missing ActiveSupport::Logger.broadcast
  • Loading branch information
Fryguy authored Dec 12, 2023
2 parents d027896 + 3f64e7b commit d6848fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-loggers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "activesupport", ">= 5.0"
spec.add_runtime_dependency "activesupport", ">= 5.0", "< 7.1"
spec.add_runtime_dependency "manageiq-password", "< 2"

spec.add_development_dependency "bundler"
Expand Down

0 comments on commit d6848fb

Please sign in to comment.