Skip to content

Commit

Permalink
Allow development with Bundler 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jan 8, 2019
1 parent 017bc32 commit a8eb283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'contracts', '~> 0.13'
spec.add_runtime_dependency 'thor', '~> 0.19'

spec.add_development_dependency 'bundler', '~> 1.7'
spec.add_development_dependency 'bundler', ['>= 1.7.0', '< 3.0']
spec.rubygems_version = ">= 1.6.1"
spec.required_ruby_version = '>= 1.9.3'

Expand Down

0 comments on commit a8eb283

Please sign in to comment.