Skip to content

Commit

Permalink
allow all versions of fasterer from 0.10+ but less than 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranP authored Sep 23, 2024
1 parent b6be26c commit e832a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pronto-fasterer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ['LICENSE', 'README.md']
s.require_paths = ['lib']

s.add_runtime_dependency('fasterer', '~> 0.10.0')
s.add_runtime_dependency('fasterer', '>= 0.10', '< 1.0')
s.add_runtime_dependency('pronto', '~> 0.11.0')
s.add_development_dependency('rake', '~> 12.0')
s.add_development_dependency('rspec', '~> 3.4')
Expand Down

0 comments on commit e832a77

Please sign in to comment.