Skip to content

Commit

Permalink
Merge pull request #210 from ometa/db/rod20
Browse files Browse the repository at this point in the history
Add CHIditarod year 20 option; fixes required for successful heroku-20 stack deploy
  • Loading branch information
ometa authored Sep 18, 2024
2 parents 240e8b7 + 8acfc70 commit 3327243
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ gem 'wisper-activerecord'
gem 'nokogiri'
gem 'oj'

# requird until upgrade
gem "ffi", "< 1.17.0"

gem 'rails', '~> 5.2.8'
# locking psych < 4 mitigates https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias
gem 'psych', '< 4'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
ffi (1.17.0)
ffi (1.16.3)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -431,6 +431,7 @@ DEPENDENCIES
coffee-rails
dotenv-rails
factory_bot_rails
ffi (< 1.17.0)
haml
haml-rails
httpclient
Expand Down
3 changes: 2 additions & 1 deletion app/models/team.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ class Team < ApplicationRecord
"Sweet 16th",
"17th year.. wait, what?",
"18th year I'M AN ADULT",
"19th year wait are you seriously still doing this?"
"19th year wait are you seriously still doing this?",
"XX"
]

def unfinalized
Expand Down

0 comments on commit 3327243

Please sign in to comment.