Skip to content

Commit

Permalink
Allow it to run on Ruby 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 7, 2020
1 parent debf5cb commit 54c3d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listen.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.executable = 'listen'
s.require_path = 'lib'

s.required_ruby_version = ['~> 2.2', '>= 2.2.7']
s.required_ruby_version = '>= 2.2.7'

s.add_dependency 'rb-fsevent', '~> 0.10', '>= 0.10.3'
s.add_dependency 'rb-inotify', '~> 0.9', '>= 0.9.10'
Expand Down

0 comments on commit 54c3d1d

Please sign in to comment.