Skip to content

Commit

Permalink
Downgrade base64 version to fix server error (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas16 committed Oct 15, 2024
1 parent 177ddbe commit f4020b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ gem 'active_storage_validations' # Validate attachments
gem "importmap-rails", "~> 1.2" # For javascript

gem "base64", "0.1.0" # Fix error in production after upgrade to Rails 7.1
gem "stringio", "3.0.0" # Fix error in production after upgrade to Rails 7.1
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stringio (3.1.1)
stringio (3.0.0)
strscan (3.1.0)
thor (1.3.2)
tilt (2.2.0)
Expand Down Expand Up @@ -378,6 +378,7 @@ DEPENDENCIES
select2-rails
selenium-webdriver
simplecov
stringio (= 3.0.0)
whenever
will_paginate (= 3.3.0)
will_paginate-bootstrap-style
Expand Down

0 comments on commit f4020b5

Please sign in to comment.