Skip to content

Commit

Permalink
remove bundler minimum dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
genaromadrid committed Jan 19, 2020
1 parent 5c17088 commit 277c6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mifiel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'appraisal'
spec.add_development_dependency 'bump', '~> 0.5', '>= 0.5.3'
spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'byebug', '~> 9.0', '< 9.0.6'
spec.add_development_dependency 'pry-byebug', '~> 3.4', '>= 3.3.0'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 277c6fc

Please sign in to comment.