Make entrance-exam a flake

This commit is contained in:
Charlotte Van Petegem 2025-05-21 13:37:02 +02:00
parent 5bd1e821f7
commit 6ccd23c06a
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
6 changed files with 1276 additions and 35 deletions

View file

@ -19,7 +19,7 @@ gem "jbuilder"
# gem "bcrypt", "~> 3.1.7"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[ windows jruby ]
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
# Use the database-backed adapters for Rails.cache and Active Job
gem "solid_cache"
@ -33,7 +33,7 @@ gem "bootsnap", require: false
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri windows ], require: "debug/prelude"
gem "debug", platforms: %i[mri mingw mswin x64_mingw], require: "debug/prelude"
# Static analysis for security vulnerabilities [https://brakemanscanner.org/]
gem "brakeman", require: false