gems: remove meta_request fork.

Remove a workaround added in 2c06766c9. meta_request had a bug that
caused Rails to fail to launch under Rails 6.1. The fix was finally
merged upstream.

hxxps://github.com/dejan/rails_panel/pull/177.
This commit is contained in:
evazion
2021-03-24 17:37:48 -05:00
parent c11f13050b
commit 442d0f8dd3
2 changed files with 5 additions and 11 deletions

View File

@@ -66,7 +66,7 @@ end
group :development do
gem 'rubocop'
gem 'rubocop-rails'
gem 'meta_request', git: "https://github.com/alpaca-tc/rails_panel", branch: "support_rails6_1"
gem 'meta_request'
gem 'rack-mini-profiler'
gem 'stackprof'
gem 'flamegraph'