Explorar o código

Revert "Don't require pry by default"

Simon Legner %!s(int64=5) %!d(string=hai) anos
pai
achega
da59e26f34
Modificáronse 1 ficheiros con 1 adicións e 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'