Skip to content

Commit

Permalink
Update bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jan 11, 2024
1 parent f60bf7d commit 8d5906b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(/^(test|spec|features)\//)
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 1.5'
spec.add_development_dependency 'bundler', '>= 1.5'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'minitest', '~> 5.2'

Expand Down

0 comments on commit 8d5906b

Please sign in to comment.