Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ gem 'jquery-rails', '>= 4.4.0'
gem 'json-jwt', '>= 1.13.0'
gem 'jwt'
gem 'lograge'
gem 'mimemagic', '0.3.5', git: 'https://github.com/mimemagicrb/mimemagic', ref: '40dd02bb6b442535f9'
gem 'newrelic_rpm', '>= 6.14.0'
gem 'nokogiri', '~> 1.11', '>= 1.11.0'
gem 'omniauth-rails_csrf_protection', '~> 0.1', '>= 0.1.2'
Expand Down
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ GIT
multi_json (~> 1.14)
omniauth (~> 1.8.1)

GIT
remote: https://github.com/mimemagicrb/mimemagic
revision: 40dd02bb6b442535f97c35326c0383bc67146ac4
ref: 40dd02bb6b442535f9
specs:
mimemagic (0.3.5)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -301,7 +308,6 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
mimemagic (0.3.6)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.4)
Expand Down Expand Up @@ -595,6 +601,7 @@ DEPENDENCIES
jwt
listen (~> 3.3)
lograge
mimemagic (= 0.3.5)!
newrelic_rpm (>= 6.14.0)
nokogiri (~> 1.11, >= 1.11.0)
omniauth-rails_csrf_protection (~> 0.1, >= 0.1.2)
Expand Down