Update to Rails 7

This commit is contained in:
Henne Vogelsang 2022-02-10 17:41:08 +01:00
parent 5b698f9a4a
commit 10c6edcf8c
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
26 changed files with 304 additions and 554 deletions

View file

@ -1,9 +1,6 @@
#!/usr/bin/env rake
# frozen_string_literal: true
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
require_relative 'config/application'
Osem::Application.load_tasks
Rails.application.load_tasks