Skip to content

Commit e749deb

Browse files
committed
fix(deps): pin path_expander (<2.0) for Ruby 2.7 (endless method defs)
1 parent 36b6fdc commit e749deb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## main [(unreleased)](https://github.com/fastruby/skunk/compare/v0.5.4...HEAD)
99

10+
* BUGFIX: Pin path_expander < 2.0 for Ruby 2.7 compatibility
1011
* [FEATURE: Add `--formats` CLI flag to select report formats (json, html, console)](https://github.com/fastruby/skunk/pull/130)
1112
* [REFACTOR: Move Console Report](https://github.com/fastruby/skunk/pull/128)
1213
* [BUGFIX: Set the right content type in the share HTTP request](https://github.com/fastruby/skunk/pull/129)

skunk.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Gem::Specification.new do |spec|
3838
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3939
spec.require_paths = ["lib"]
4040

41+
spec.add_dependency "path_expander", "< 2.0"
4142
spec.add_dependency "rubycritic", ">= 4.5.2", "< 5.0"
4243
spec.add_dependency "terminal-table", "~> 3.0"
4344

0 commit comments

Comments
 (0)