Added dotenv-deployment and rack to the Gemfile

Dominik Sander %!s(int64=11) %!d(string=hace) años
padre
commit
a7fae2f457
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      Gemfile

+ 3 - 1
Gemfile

@@ -69,4 +69,6 @@ end
69 69
 
70 70
 group :production do
71 71
   gem 'unicorn'
72
-end
72
+  gem 'dotenv-deployment'
73
+  gem 'rack'
74
+end