-
- Downloads
Revert redis to version 4 until issue is fixed and update settings
Settings are now properly loaded from the database.yml config file, rather than only taking some of those settings.
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 6 deletionsGemfile.lock
- config/environments/development.rb 1 addition, 2 deletionsconfig/environments/development.rb
- config/environments/production.rb 9 additions, 2 deletionsconfig/environments/production.rb
- config/environments/test.rb 5 additions, 1 deletionconfig/environments/test.rb
... | @@ -11,7 +11,7 @@ gem 'mysql2', '~> 0.5.4' | ... | @@ -11,7 +11,7 @@ gem 'mysql2', '~> 0.5.4' |
gem 'puma', '~> 5.6' | gem 'puma', '~> 5.6' | ||
gem 'rails', '~> 7.0.0' | gem 'rails', '~> 7.0.0' | ||
gem 'rails-html-sanitizer', '~> 1.4' | gem 'rails-html-sanitizer', '~> 1.4' | ||
gem 'redis', '~> 5.0' | gem 'redis', '~> 4.8' | ||
gem 'rotp', '~> 6.2' | gem 'rotp', '~> 6.2' | ||
gem 'sass-rails', '~> 6.0' | gem 'sass-rails', '~> 6.0' | ||
gem 'sprockets', '~> 4.1' | gem 'sprockets', '~> 4.1' | ||
... | ... |
Please sign in to comment