Skip to content

Commit

Permalink
fix subdependencies open ended version
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Sep 4, 2024
1 parent b20c79a commit c93532e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bashly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Gem::Specification.new do |s|
s.add_dependency 'tty-markdown', '~> 0.7'

# Sub-dependenceis (Ruby 3.3.5 warnings)
s.add_dependency 'logger' # required by filewatcher
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

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

0 comments on commit c93532e

Please sign in to comment.