Fix failing system tests

Something broke when the dependencies were updated so I copied over the Gemfile.lock file from main - which is known to work
This commit is contained in:
Stanko K.R.
2025-12-01 16:34:51 +01:00
parent 71b5edae01
commit aec8747710
2 changed files with 50 additions and 50 deletions

View File

@@ -9,7 +9,7 @@ gem "benchmark"
# Drivers
gem "sqlite3"
gem "redis", "~> 5.0"
gem "redis", "~> 5.4"
# Deployment
gem "puma", "~> 6.6"