Skip to content

Commit

Permalink
make these prod pins permanent
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Jun 14, 2024
1 parent 972a16b commit c01e3d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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 "base64", "0.1.1"
gem "stringio", "3.0.1"

# Misc
gem "attribute_normalizer", "~> 1.2"
gem "daemons", "~> 1.2"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ DEPENDENCIES
awesome_print (~> 1.6)
aws-sdk-s3 (~> 1.86)
azure-storage-blob (~> 2.0)
base64 (= 0.1.1)
binding_of_caller (~> 1.0.0)
bluecloth (~> 2.2)
blueprinter (~> 0.25.1)
Expand Down Expand Up @@ -764,6 +765,7 @@ DEPENDENCIES
spinjs-rails (~> 1.3.0)
spreadsheet
sprockets (~> 3)
stringio (= 3.0.1)
sys-filesystem (~> 1.4)
term-ansicolor (~> 1.3)
terrapin (~> 0.6.0)
Expand Down

0 comments on commit c01e3d2

Please sign in to comment.