mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
Update to Rails 7
This commit is contained in:
parent
5b698f9a4a
commit
10c6edcf8c
26 changed files with 304 additions and 554 deletions
7
Rakefile
7
Rakefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue