Skip to content

Commit

Permalink
Merge pull request #13532 from brlin-tw/patch/fix-plugin-installation
Browse files Browse the repository at this point in the history
Fix overly strict dependency requirement of the logger gem to allow plugin installation
  • Loading branch information
chrisroberts authored Nov 4, 2024
2 parents 89e67f3 + d7098ce commit e0161e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency "i18n", "~> 1.12"
s.add_dependency "listen", "~> 3.7"
s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11"
s.add_dependency "logger", "~> 1.6.1"
s.add_dependency "logger", "~> 1.0"
s.add_dependency "mime-types", "~> 3.3"
s.add_dependency "net-ftp", "~> 0.2"
s.add_dependency "net-ssh", "~> 7.0"
Expand Down

0 comments on commit e0161e5

Please sign in to comment.