Skip to content

Commit

Permalink
use hashdiff from git to avoid deploy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Feb 14, 2024
1 parent 3ea7434 commit 800ebec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ gem 'concurrent-ruby'
gem 'vault', git: 'https://github.com/zendesk/vault-ruby.git', ref: '96be391a2fd50a42871c8b9dc3c59fddbdbdc556'
gem 'lograge'
gem 'logstash-event'
gem 'hashdiff', git: 'https://github.com/liufengyun/hashdiff.git' # fails to install on ruby 3.2 from gem when deploying
gem 'diffy'
gem 'validates_lengths_from_database'
gem 'large_object_store'
Expand Down
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
GIT
remote: https://github.com/liufengyun/hashdiff.git
revision: 3832f805bddfa5e738a6d82b51ab4a27b61169b6
specs:
hashdiff (1.1.0)

GIT
remote: https://github.com/omniauth/omniauth-github.git
revision: f27bb4e018150d87e9444ad13955acfc9e76f4d7
Expand Down Expand Up @@ -383,7 +389,6 @@ GEM
goldiloader (3.2.0)
activerecord (>= 4.2, < 6.3)
activesupport (>= 4.2, < 6.3)
hashdiff (1.1.0)
hashie (5.0.0)
http (5.2.0)
addressable (~> 2.8)
Expand Down Expand Up @@ -737,6 +742,7 @@ DEPENDENCIES
forking_test_runner
gcloud_image_tagger!
goldiloader
hashdiff!
large_object_store
lograge
logstash-event
Expand Down

0 comments on commit 800ebec

Please sign in to comment.