Skip to content

Commit

Permalink
Declare rss as explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Nov 15, 2021
1 parent 1b32994 commit c7863b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transmission-rss.gemspec
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.1'

s.add_dependency 'rss', '~> 0.2', '>= 0.2.9'
s.add_dependency 'open_uri_redirections', '~> 0.2', '>= 0.2.1'
s.add_dependency 'rb-inotify', '~> 0.9', '>= 0.9.10'
end

0 comments on commit c7863b9

Please sign in to comment.