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 7994613 commit 1eb6b41
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 1eb6b41

Please sign in to comment.