We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20c79a commit c93532eCopy full SHA for c93532e
bashly.gemspec
@@ -25,8 +25,8 @@ Gem::Specification.new do |s|
25
s.add_dependency 'tty-markdown', '~> 0.7'
26
27
# Sub-dependenceis (Ruby 3.3.5 warnings)
28
- s.add_dependency 'logger' # required by filewatcher
29
- s.add_dependency 'ostruct' # required by json
+ s.add_dependency 'logger', '>= 1', '< 3' # required by filewatcher
+ s.add_dependency 'ostruct', '>= 0', '< 2' # required by json
30
31
# Ruby 3.0 comes with Psych 3.3.0, which does not have the `unsafe_load`
32
# ref: https://github.com/ruby/psych/commit/cb50aa8d3fb8be01897becff77b4922b12a0ab4c
0 commit comments