Compare commits

..

No commits in common. '227db411fbceb7d1b6869e449c990bcbab08e291' and '24b40198da90d86d7fad08365381030d6685a479' have entirely different histories.

  1. 2
      Gemfile.lock
  2. 2
      app/models/form.rb

2
Gemfile.lock

@ -253,7 +253,7 @@ GEM
jmespath (1.6.2) jmespath (1.6.2)
jsbundling-rails (1.3.0) jsbundling-rails (1.3.0)
railties (>= 6.0.0) railties (>= 6.0.0)
json (2.20.0) json (2.19.8)
json-schema (4.1.1) json-schema (4.1.1)
addressable (>= 2.8) addressable (>= 2.8)
jwt (3.2.0) jwt (3.2.0)

2
app/models/form.rb

@ -21,7 +21,7 @@ class Form
}, },
2025 => { 2025 => {
submission_deadline: Time.zone.local(2026, 6, 5), submission_deadline: Time.zone.local(2026, 6, 5),
new_logs_end_date: Time.zone.local(2026, 7, 12), new_logs_end_date: Time.zone.local(2026, 7, 3),
edit_end_date: Time.zone.local(2026, 8, 1), edit_end_date: Time.zone.local(2026, 8, 1),
}, },
2026 => { 2026 => {

Loading…
Cancel
Save