gems: add rake to gemfile.
Fixes issue with newrelic failing to set up rake instrumentation:
ERROR : Error while detecting rake_instrumentation:
ERROR : NameError: uninitialized constant Rake::VERSION
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -39,6 +39,7 @@ gem 'recaptcha', require: "recaptcha/rails"
|
||||
gem 'activemodel-serializers-xml'
|
||||
gem 'jquery-rails'
|
||||
gem 'webpacker', '>= 4.0.x'
|
||||
gem 'rake'
|
||||
gem 'retriable'
|
||||
gem 'redis'
|
||||
gem 'request_store'
|
||||
|
||||
@@ -485,6 +485,7 @@ DEPENDENCIES
|
||||
pry-rails
|
||||
rack-mini-profiler
|
||||
rails (~> 6.0)
|
||||
rake
|
||||
rakismet
|
||||
recaptcha
|
||||
redis
|
||||
|
||||
Reference in New Issue
Block a user