Removed accidental n+1 query from notifications, updated some deps,
improved how "show more" link looks
This commit is contained in:
parent
2f18c77e44
commit
cc5c1e5feb
7 changed files with 36 additions and 25 deletions
4
Gemfile
4
Gemfile
|
@ -79,7 +79,7 @@ end
|
|||
|
||||
group :production do
|
||||
gem 'rails_12factor'
|
||||
gem 'lograge'
|
||||
gem 'redis-rails'
|
||||
gem 'rack-timeout-puma'
|
||||
gem 'lograge'
|
||||
gem 'rack-timeout'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue