We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9b36f commit bdbdb5cCopy full SHA for bdbdb5c
Gemfile.lock
@@ -71,6 +71,7 @@ GEM
71
ast (2.4.2)
72
base64 (0.2.0)
73
bcrypt (3.1.20)
74
+ benchmark (0.4.0)
75
bindex (0.8.1)
76
bootsnap (1.18.4)
77
msgpack (~> 1.2)
@@ -110,8 +111,8 @@ GEM
110
111
activesupport (>= 6.1)
112
i18n (1.14.6)
113
concurrent-ruby (~> 1.0)
- image_processing (1.13.0)
114
- mini_magick (>= 4.9.5, < 5)
+ image_processing (1.14.0)
115
+ mini_magick (>= 4.9.5, < 6)
116
ruby-vips (>= 2.0.17, < 3)
117
inline_svg (1.10.0)
118
activesupport (>= 3.0)
@@ -138,7 +139,9 @@ GEM
138
139
marcel (1.0.4)
140
matrix (0.4.2)
141
method_source (1.1.0)
- mini_magick (4.13.2)
142
+ mini_magick (5.2.0)
143
+ benchmark
144
+ logger
145
mini_mime (1.1.5)
146
mini_portile2 (2.8.8)
147
minitest (5.25.4)
0 commit comments