Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update listen dependency constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jul 10, 2021
1 parent 2911fae commit e05a61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svgeez.gemspec
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
spec.metadata['bug_tracker_uri'] = "#{spec.homepage}/issues"
spec.metadata['changelog_uri'] = "#{spec.homepage}/blob/v#{spec.version}/CHANGELOG.md"

spec.add_runtime_dependency 'listen', '~> 3.2'
spec.add_runtime_dependency 'listen', '~> 3.5'
spec.add_runtime_dependency 'mercenary', '~> 0.4.0'
end

0 comments on commit e05a61b

Please sign in to comment.