Skip to content

Commit

Permalink
Fix uninitialized constant error
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Mar 7, 2024
1 parent 54a3537 commit 44f3fe6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Expand Up @@ -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'
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 44f3fe6

Please sign in to comment.