gems: temp disable meta_request gem.

It's not yet compatible with Rails 7.0.
This commit is contained in:
evazion
2022-01-05 12:36:50 -06:00
parent ea069c7b0d
commit 41a095abfe
2 changed files with 1 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ gem "good_job"
group :development do
gem 'rubocop', require: false
gem 'rubocop-rails', require: false
gem 'meta_request'
#gem 'meta_request'
gem 'rack-mini-profiler'
gem 'stackprof'
gem 'flamegraph'