## Requirements
-- Ruby 3.3.4
-- Rails 7.2.1
-- MySQL database
+- Ruby 3.3.5
+- Rails 8.0
+- MySQL/MariaDB database
## Installation
EDITOR="nano" rails credentials:edit
```
-5. Set up TOTP codes (maybe needed in PROD)
+5. Set up TOTP codes (this fixup often needed)
```
rails generate migration AddConsumedTimestepToUsers consumed_timestep:integer
RAILS_ENV=production rails db:migrate
# in config/environments, which are processed later.
#
# config.time_zone = "Central Time (US & Canada)"
+ config.time_zone = "Australia/Adelaide"
# config.eager_load_paths << Rails.root.join("extras")
end
end