Skip to content

Commit

Permalink
Bump more_core_extensions to 4.5.1 minimum
Browse files Browse the repository at this point in the history
This is to bring in the latest changes fixing the require of logger on
active_support < 7.0
  • Loading branch information
Fryguy committed Jan 31, 2025
1 parent c4d387d commit 237f20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ registration, updates, etc.
spec.add_dependency "bcrypt_pbkdf", ">= 1.0", "< 2.0"
spec.add_dependency "ed25519", ">= 1.2", "< 2.0"
spec.add_dependency "inifile"
spec.add_dependency "more_core_extensions", "~> 4.0"
spec.add_dependency "more_core_extensions", "~> 4.5", ">= 4.5.1"
spec.add_dependency "net-ssh", "~> 7.2.3"
spec.add_dependency "nokogiri", ">= 1.8.5", "!=1.10.0", "!=1.10.1", "!=1.10.2", "<2"
spec.add_dependency "openscap"
Expand Down

0 comments on commit 237f20d

Please sign in to comment.