mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
chore: require csv and bump version
This commit is contained in:
parent
ed1310f93c
commit
7e2c2950e2
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
require "csv"
|
||||||
|
|
||||||
module Dashboard
|
module Dashboard
|
||||||
class Seeder
|
class Seeder
|
||||||
def seed_academic_years(*academic_year_ranges)
|
def seed_academic_years(*academic_year_ranges)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
module Dashboard
|
module Dashboard
|
||||||
VERSION = "0.1.13"
|
VERSION = "0.1.14"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue