Make entrance-exam a flake
This commit is contained in:
parent
5bd1e821f7
commit
6ccd23c06a
6 changed files with 1276 additions and 35 deletions
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue