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 bfa12b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mifiel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'rest-client', '>= 1.8'

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 'bump', '~> 0.5', '>= 0.5.3'
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 bfa12b3

Please sign in to comment.