Skip to content

Commit c93532e

Browse files
committed
fix subdependencies open ended version
1 parent b20c79a commit c93532e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bashly.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Gem::Specification.new do |s|
2525
s.add_dependency 'tty-markdown', '~> 0.7'
2626

2727
# Sub-dependenceis (Ruby 3.3.5 warnings)
28-
s.add_dependency 'logger' # required by filewatcher
29-
s.add_dependency 'ostruct' # required by json
28+
s.add_dependency 'logger', '>= 1', '< 3' # required by filewatcher
29+
s.add_dependency 'ostruct', '>= 0', '< 2' # required by json
3030

3131
# Ruby 3.0 comes with Psych 3.3.0, which does not have the `unsafe_load`
3232
# ref: https://github.com/ruby/psych/commit/cb50aa8d3fb8be01897becff77b4922b12a0ab4c

0 commit comments

Comments
 (0)