Skip to content

Commit

Permalink
Loosen dependency requirements slightly for listen gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnibbit authored and bess committed Aug 5, 2020
1 parent fb3fc22 commit 66cb12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zizia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'hyrax-spec'
gem.add_development_dependency 'jbuilder', '~> 2.5'
gem.add_development_dependency 'jquery-rails'
gem.add_development_dependency 'listen', '>= 3.0.5', '< 3.2'
gem.add_development_dependency 'listen', '>= 3.0.5', '~> 3'
gem.add_development_dependency 'puma', '~> 3.7'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'riiif', '~> 2.0'
Expand Down

0 comments on commit 66cb12e

Please sign in to comment.