Skip to content

Commit

Permalink
fix: Fix open-ended dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Dec 29, 2023
1 parent 5313e6e commit 2ba1c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resurrected_god.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Gem::Specification.new do |s|

s.files = Dir['History.md', 'LICENSE', 'README.md', 'bin/**/*', 'ext/**/*', 'lib/**/*']

s.add_dependency('drb')
s.add_dependency('syslog')
s.add_dependency('drb', '~> 2.0')
s.add_dependency('syslog', '~> 0.1')
end

0 comments on commit 2ba1c9c

Please sign in to comment.