Skip to content

Commit

Permalink
Drop rails_stdout_logging (#1425)
Browse files Browse the repository at this point in the history
We're well past when Rails needed this to run correctly on Heroku (Rails
5.0 included out of the box support) and it now shows a logger
deprecation warning, so remove it.
  • Loading branch information
nickcharlton committed Sep 17, 2019
1 parent 12aaed0 commit 3b94938
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -38,6 +38,5 @@ end

group :staging, :production do
gem "rack-timeout"
gem "rails_stdout_logging"
gem "uglifier"
end
2 changes: 0 additions & 2 deletions Gemfile.lock
Expand Up @@ -173,7 +173,6 @@ GEM
rails-i18n (6.0.0)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 7)
rails_stdout_logging (0.0.5)
railties (6.0.0)
actionpack (= 6.0.0)
activesupport (= 6.0.0)
Expand Down Expand Up @@ -274,7 +273,6 @@ DEPENDENCIES
pry-rails
pundit
rack-timeout
rails_stdout_logging
redcarpet
rspec-rails
sentry-raven
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails42.gemfile
Expand Up @@ -42,7 +42,6 @@ end

group :staging, :production do
gem "rack-timeout"
gem "rails_stdout_logging"
gem "uglifier"
end

Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails50.gemfile
Expand Up @@ -42,7 +42,6 @@ end

group :staging, :production do
gem "rack-timeout"
gem "rails_stdout_logging"
gem "uglifier"
end

Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails51.gemfile
Expand Up @@ -42,7 +42,6 @@ end

group :staging, :production do
gem "rack-timeout"
gem "rails_stdout_logging"
gem "uglifier"
end

Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails52.gemfile
Expand Up @@ -42,7 +42,6 @@ end

group :staging, :production do
gem "rack-timeout"
gem "rails_stdout_logging"
gem "uglifier"
end

Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails60.gemfile
Expand Up @@ -40,7 +40,6 @@ end

group :staging, :production do
gem "rack-timeout"
gem "rails_stdout_logging"
gem "uglifier"
end

Expand Down

0 comments on commit 3b94938

Please sign in to comment.