Skip to content

Commit 5b66e02

Browse files
committed
Update Gemfile & .lock to drop deleted Tom Hughes fork & pull newer version of ffi-libarchive from their repo
1 parent 6f3f8e0 commit 5b66e02

2 files changed

Lines changed: 19 additions & 18 deletions

File tree

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gem "rtlcss"
3636
gem "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"
4040
gem "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
131131
gem "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
134135
gem "gd2-ffij", :github => "rkoeze/gd2-ffij", :ref => "a203a8d5ef004a4198950e86329228fe3f331d06"
135136
gem "marcel"

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
GIT
210
remote: https://github.com/commonlit/canonical-rails.git
311
revision: 97bcb28b910b08ce4dc0169eae55a8cd3d4f26ff
@@ -14,18 +22,6 @@ GIT
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-
2925
GEM
3026
remote: https://rubygems.org/
3127
specs:
@@ -330,8 +326,6 @@ GEM
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)
@@ -377,6 +371,12 @@ GEM
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

0 commit comments

Comments
 (0)