Skip to content

Commit

Permalink
Remove Gemfile.lock, fix #60
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Apr 1, 2018
1 parent 8d4f008 commit c38c470
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 75 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/coverage
/log
/*.gem
/Gemfile.lock
72 changes: 0 additions & 72 deletions Gemfile.lock

This file was deleted.

6 changes: 3 additions & 3 deletions transmission-rss.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |s|
s.files = Dir.glob('{bin,lib}/**/*').push 'README.md', 'transmission-rss.conf.example'
s.executables = Dir.glob('bin/**').map { |x| x[4..-1] }

s.required_ruby_version = '~> 2.1'
s.required_ruby_version = '>= 2.1'

s.add_dependency 'open_uri_redirections', '~> 0.1', '>= 0.1.4'
s.add_dependency 'rb-inotify', '~> 0.9', '>= 0.9.7'
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 c38c470

Please sign in to comment.