Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Get rid of Lograge
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlatta committed May 15, 2018
1 parent 2cd4599 commit ed1c0c2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ gem 'chronic', '~> 0.10.2'
gem 'concurrent-ruby', require: 'concurrent'
gem 'faker', '~> 1.6'
gem 'geocoder', '~> 1.4'
gem 'lograge', '~> 0.10.0'
gem 'mimemagic', '~> 0.3'
gem 'mini_magick', '~> 4.8'
gem 'octokit', '~> 4.7'
Expand Down
8 changes: 0 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
lograge (0.10.0)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -241,8 +236,6 @@ GEM
redis-store (>= 1.2, < 2)
redis-store (1.4.1)
redis (>= 2.2, < 5)
request_store (1.4.1)
rack (>= 1.4)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
Expand Down Expand Up @@ -359,7 +352,6 @@ DEPENDENCIES
gruff
guard-rspec (~> 4.7)
listen (~> 3.0.5)
lograge (~> 0.10.0)
mimemagic (~> 0.3)
mini_magick (~> 4.8)
octokit (~> 4.7)
Expand Down
4 changes: 0 additions & 4 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,4 @@

# Use S3 for ActiveStorage
config.active_storage.service = :amazon

# Enable Lograge in prod
config.lograge.base_controller_class = 'ActionController::API'
config.lograge.enabled = true
end

0 comments on commit ed1c0c2

Please sign in to comment.