diff --git a/Procfile b/Procfile index 5151ec7..95fcbbf 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: LC_ALL=UTF-8 bundle exec ruby 0rsk.rb -p $PORT +web: bundle exec ruby 0rsk.rb -p $PORT