From 44f3fe621575c3265636db866af0dcb3bbbeeb4a Mon Sep 17 00:00:00 2001 From: Jennifer Vendetti Date: Thu, 7 Mar 2024 15:03:20 -0800 Subject: [PATCH] Fix uninitialized constant error --- Gemfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d9e11e32d..606509511 100644 --- a/Gemfile +++ b/Gemfile @@ -61,6 +61,7 @@ gem 'ontologies_api_client', github: 'ncbo/ontologies_api_ruby_client', tag: 'v2 gem 'open_uri_redirections' gem 'pry' gem 'psych', '< 4' +gem 'rack-mini-profiler' gem 'rails_autolink' gem 'rdoc' gem 'recaptcha', '~> 5.9.0' @@ -103,10 +104,6 @@ end group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'debug', platforms: %i[mri mingw x64_mingw] - - # Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler] - gem 'rack-mini-profiler' - gem 'rspec-rails' end