File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ gem "logstasher"
128128# Used to generate images for traces
129129gem "bzip2-ffi"
130130gem "ffi-libarchive"
131- gem "gd2-ffij" , ">= 0.4.0"
131+ # Use https://github.com/dark-panda/gd2-ffij/pull/28
132+ gem 'gd2-ffij' , :github => "rkoeze/gd2-ffij" , :ref => "a203a8d5ef004a4198950e86329228fe3f331d06"
132133gem "marcel"
133134
134135# Used for S3 object storage
Original file line number Diff line number Diff line change 66 active_record_union (1.3.0 )
77 activerecord (>= 6.0 )
88
9+ GIT
10+ remote: https://github.com/rkoeze/gd2-ffij.git
11+ revision: a203a8d5ef004a4198950e86329228fe3f331d06
12+ ref: a203a8d5ef004a4198950e86329228fe3f331d06
13+ specs:
14+ gd2-ffij (0.4.1.dev )
15+ ffi (>= 1.0.0 )
16+
917GEM
1018 remote: https://rubygems.org/
1119 specs:
290298 frozen_record (0.27.4 )
291299 activemodel
292300 fspath (3.1.2 )
293- gd2-ffij (0.4.0 )
294- ffi (>= 1.0.0 )
295301 git (1.19.1 )
296302 addressable (~> 2.8 )
297303 rchardet (~> 1.8 )
@@ -732,7 +738,7 @@ DEPENDENCIES
732738 ffi-libarchive
733739 file_exists
734740 frozen_record
735- gd2-ffij ( >= 0.4.0 )
741+ gd2-ffij !
736742 htmlentities
737743 http_accept_language (~> 2.1.1 )
738744 i18n-js (~> 4.2.3 )
You can’t perform that action at this time.
0 commit comments