Ver código fonte

Upgrade bundler

tags/v0.4.4^0
Adrian Short 3 anos atrás
pai
commit
27afea0f15
Acessado por: adrian ID da chave GPG: 4B54F9AE91AB06BB
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      petrify.gemspec

+ 1
- 1
petrify.gemspec Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar