File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ gem "rtlcss"
3636gem "autoprefixer-rails"
3737
3838# Use image_optim to optimise images
39- gem "image_optim" , :github => "tomhughes/image_optim" , :ref => "svgo-config"
39+ gem "image_optim"
4040gem "image_optim_rails"
4141
4242# Use argon2 for password hashing
@@ -129,7 +129,8 @@ gem "opentelemetry-sdk", :require => false
129129
130130# Used to generate images for traces
131131gem "bzip2-ffi"
132- gem "ffi-libarchive"
132+ # Pull 1.2.5 from chef repo (not yet available at rubygems); may clear noise from CI logs
133+ gem "ffi-libarchive" , github : "chef/ffi-libarchive" , tag : "v1.2.5"
133134# Use https://github.com/dark-panda/gd2-ffij/pull/28 for Docker/macOS compatibility
134135gem "gd2-ffij" , :github => "rkoeze/gd2-ffij" , :ref => "a203a8d5ef004a4198950e86329228fe3f331d06"
135136gem "marcel"
Original file line number Diff line number Diff line change 1+ GIT
2+ remote: https://github.com/chef/ffi-libarchive.git
3+ revision: 5467a8d878062c3255dac2352b422b21067a67ed
4+ tag: v1.2.5
5+ specs:
6+ ffi-libarchive (1.2.5 )
7+ ffi (~> 1.17 )
8+
19GIT
210 remote: https://github.com/commonlit/canonical-rails.git
311 revision: 97bcb28b910b08ce4dc0169eae55a8cd3d4f26ff
1422 gd2-ffij (0.4.1.dev )
1523 ffi (>= 1.0.0 )
1624
17- GIT
18- remote: https://github.com/tomhughes/image_optim.git
19- revision: 745137caf615ab07b29082c291416c8fbe0ac3b9
20- ref: svgo-config
21- specs:
22- image_optim (0.31.4 )
23- exifr (~> 1.2 , >= 1.2.2 )
24- fspath (~> 3.0 )
25- image_size (>= 1.5 , < 4 )
26- in_threads (~> 1.3 )
27- progress (~> 3.0 , >= 3.0.1 )
28-
2925GEM
3026 remote: https://rubygems.org/
3127 specs:
330326 ffi-compiler (1.3.2 )
331327 ffi (>= 1.15.5 )
332328 rake
333- ffi-libarchive (1.1.14 )
334- ffi (~> 1.0 )
335329 frozen_record (0.27.4 )
336330 activemodel
337331 fspath (3.1.2 )
377371 rainbow (>= 2.2.2 , < 4.0 )
378372 ruby-progressbar (~> 1.8 , >= 1.8.1 )
379373 terminal-table (>= 1.5.1 )
374+ image_optim (0.31.4 )
375+ exifr (~> 1.2 , >= 1.2.2 )
376+ fspath (~> 3.0 )
377+ image_size (>= 1.5 , < 4 )
378+ in_threads (~> 1.3 )
379+ progress (~> 3.0 , >= 3.0.1 )
380380 image_optim_rails (0.5.0 )
381381 image_optim (~> 0.24 )
382382 railties
@@ -1027,15 +1027,15 @@ DEPENDENCIES
10271027 erb_lint
10281028 factory_bot_rails
10291029 faraday
1030- ffi-libarchive
1030+ ffi-libarchive !
10311031 frozen_record
10321032 gd2-ffij !
10331033 herb
10341034 htmlentities
10351035 http_accept_language
10361036 i18n-js
10371037 i18n-tasks
1038- image_optim !
1038+ image_optim
10391039 image_optim_rails
10401040 image_processing
10411041 inline_svg
You can’t perform that action at this time.
0 commit comments