Subprincples now have a default of false in the affirmative column.

We do now need to be able to flip that to :true and add the evidence.
This commit is contained in:
2024-04-25 10:22:14 +01:00
parent 175367a189
commit 0a59311f2c
12 changed files with 198 additions and 235 deletions

View File

@@ -4,12 +4,12 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem 'devise'
gem 'cancancan'
ruby "3.2.2"
ruby "3.3.0"
gem "nokogiri", force_ruby_platform: true
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.4.3"
gem "rails", "~> 7.1.3.2"
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"