1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-06 06:28:33 +00:00

Updated to rails 7.1 and ruby 3.1.4

This commit is contained in:
2024-03-11 16:17:32 -04:00
parent fc3623008b
commit e27f863eeb
26 changed files with 687 additions and 216 deletions

4
bin/rake Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/usr/bin/env ruby
require_relative '../config/boot'
require 'rake'
require_relative "../config/boot"
require "rake"
Rake.application.run