Skip to content

Commit 1c9bf9f

Browse files
committed
remove rails_stdout_logging gem as rails_12factor was made to include both 12factor gems which we already have included
1 parent 7a03de9 commit 1c9bf9f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ end
176176

177177
group :production do
178178
gem 'honeybadger'
179-
gem 'rails_stdout_logging'
180179
gem 'rails_12factor'
181180
gem 'unicorn'
182181
gem 'unicorn-worker-killer'

Gemfile.lock

-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,6 @@ DEPENDENCIES
683683
rails-erd
684684
rails_12factor
685685
rails_autolink
686-
rails_stdout_logging
687686
redcarpet
688687
redis
689688
resque

0 commit comments

Comments
 (0)