Skip to content

Commit

Permalink
Bump bundler to 2.5.10 to ensure fixes work with prism gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed May 3, 2024
1 parent 14a7757 commit 6a610e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -29,7 +29,7 @@ gem "awesome_spawn", "~>1.6", :require => false
gem "aws-sdk-s3", "~>1.0", :require => false # For FileDepotS3
gem "bcrypt", "~> 3.1.10", :require => false
gem "bootsnap", ">= 1.8.1", :require => false # for psych 3.3.2+ / 4 unsafe_load
gem "bundler", "~> 2.1", ">= 2.1.4", "!= 2.2.10", :require => false
gem "bundler", ">= 2.5.10", :require => false
gem "byebug", :require => false
gem "color", "~>1.8"
gem "config", "~>2.2", ">=2.2.3", :require => false
Expand Down

0 comments on commit 6a610e4

Please sign in to comment.