Skip to content

Commit

Permalink
Unpin bundler
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jan 16, 2019
1 parent e8161c7 commit e0f1fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions welcome_bot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", ">= 12.0"
spec.add_development_dependency "rspec", "~> 3.5"
spec.add_development_dependency "chefstyle"

Expand Down

0 comments on commit e0f1fa6

Please sign in to comment.