Skip to content

Commit

Permalink
remove reset cache as no more needed for Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jan 21, 2025
1 parent 8b367e7 commit 6258811
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 115 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source 'https://rubygems.org'
# Main Rails gem
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '7.0.4'

# JavaScript bundling for Rails
gem 'jsbundling-rails'

Expand Down Expand Up @@ -101,8 +100,10 @@ gem 'iso-639', '~> 0.3.6'
gem 'countries', '~> 5.7'

# Custom API client
gem 'ontologies_api_client', git: '/~https://github.com/ontoportal-lirmm/ontologies_api_ruby_client.git', branch: 'feature/add-rails-performance'
gem 'ontologies_api_client', git: '/~https://github.com/ontoportal-lirmm/ontologies_api_ruby_client.git', branch: 'development'

# Pined gems for ruby < 3
gem 'concurrent-ruby', '1.3.4'
gem 'ffi', '~> 1.16.3'
gem 'net-ftp', '~> 0.2.0', require: false
gem 'net-http', '~> 0.3.2'
Expand All @@ -119,7 +120,7 @@ gem 'omniauth-orcid'
gem "color", "~> 1.8"

# Application performance monitoring
gem 'rails_performance'
gem 'rails_performance', '1.2.3'

group :staging, :production, :appliance do
# Application performance monitoring
Expand Down
Loading

0 comments on commit 6258811

Please sign in to comment.