Browse Source

Upgrade bundler

tags/v0.4.4^0
Adrian Short 3 years ago
parent
commit
27afea0f15
Signed by: adrian GPG Key ID: 4B54F9AE91AB06BB
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      petrify.gemspec

+ 1
- 1
petrify.gemspec View File

@@ -20,7 +20,7 @@ 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.15"
spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_runtime_dependency "haml", "~> 5.0"
end

Loading…
Cancel
Save