Explorar el Código

Revert "Don't require pry by default"

Simon Legner hace 5 años
padre
commit
da59e26f34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Gemfile

+ 1 - 1
Gemfile

@@ -3,7 +3,7 @@ ruby '~> 2.6.0'
 
 gem 'rake'
 gem 'thor'
-gem 'pry', '~> 0.12.0', require: false
+gem 'pry', '~> 0.12.0'
 gem 'activesupport', '~> 5.2', require: false
 gem 'yajl-ruby', require: false
 gem 'html-pipeline'