Explorar el Código

Upgrade bundler

tags/v0.4.4^0
Adrian Short hace 3 años
padre
commit
27afea0f15
Firmado por: adrian ID de clave GPG: 4B54F9AE91AB06BB
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      petrify.gemspec

+ 1
- 1
petrify.gemspec Ver fichero

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

Cargando…
Cancelar
Guardar