Skip to content

Commit

Permalink
relax bundler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
patleb authored Feb 11, 2019
1 parent ca470d4 commit 855d1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faster_path.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.extensions = ['ext/Rakefile']
spec.require_paths = ['lib']

spec.add_dependency 'bundler', '~> 1.12'
spec.add_dependency 'bundler', '>= 1.12'
spec.add_dependency 'rake', '~> 12.3'
spec.add_dependency 'thermite', '0.13.0'
spec.add_development_dependency 'read_source', '~> 0.2.6'
Expand Down

0 comments on commit 855d1b9

Please sign in to comment.