Skip to content

Commit

Permalink
hardcode stringio version again to fix prod errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Jan 9, 2025
1 parent 807cdb9 commit bd45638
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ source "http://rubygems.org"

gem "rails", "~> 7.1.0"

# Force some gems to older versions to prevent error in prod:
# "You have already activated base64 0.1.1, but your Gemfile requires base64 0.2.0. Since base64 is a default gem, ..."
gem "stringio", "3.1.1"

# Misc
gem "attribute_normalizer", "~> 1.2"
gem "csv"
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.2)
stringio (3.1.1)
sync (0.5.0)
sys-filesystem (1.5.3)
ffi (~> 1.1)
Expand Down Expand Up @@ -768,6 +768,7 @@ DEPENDENCIES
spinjs-rails (~> 1.3.0)
spreadsheet
sprockets
stringio (= 3.1.1)
sys-filesystem (~> 1.4)
term-ansicolor (~> 1.3)
terrapin (~> 0.6.0)
Expand Down

0 comments on commit bd45638

Please sign in to comment.