about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock13
1 files changed, 13 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f60e3d6..4ba3db9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -73,6 +73,11 @@ GEM
73 erubi (~> 1.4) 73 erubi (~> 1.4)
74 rails-dom-testing (~> 2.0) 74 rails-dom-testing (~> 2.0)
75 rails-html-sanitizer (~> 1.1, >= 1.2.0) 75 rails-html-sanitizer (~> 1.1, >= 1.2.0)
76 active_storage_validations (1.0.4)
77 activejob (>= 5.2.0)
78 activemodel (>= 5.2.0)
79 activestorage (>= 5.2.0)
80 activesupport (>= 5.2.0)
76 activejob (7.0.8) 81 activejob (7.0.8)
77 activesupport (= 7.0.8) 82 activesupport (= 7.0.8)
78 globalid (>= 0.3.6) 83 globalid (>= 0.3.6)
@@ -166,6 +171,9 @@ GEM
166 highline (2.1.0) 171 highline (2.1.0)
167 i18n (1.14.1) 172 i18n (1.14.1)
168 concurrent-ruby (~> 1.0) 173 concurrent-ruby (~> 1.0)
174 image_processing (1.12.2)
175 mini_magick (>= 4.9.5, < 5)
176 ruby-vips (>= 2.0.17, < 3)
169 jbuilder (2.11.5) 177 jbuilder (2.11.5)
170 actionview (>= 5.0.0) 178 actionview (>= 5.0.0)
171 activesupport (>= 5.0.0) 179 activesupport (>= 5.0.0)
@@ -197,6 +205,7 @@ GEM
197 mimemagic (0.3.10) 205 mimemagic (0.3.10)
198 nokogiri (~> 1) 206 nokogiri (~> 1)
199 rake 207 rake
208 mini_magick (4.12.0)
200 mini_mime (1.1.5) 209 mini_mime (1.1.5)
201 mini_portile2 (2.8.4) 210 mini_portile2 (2.8.4)
202 mini_racer (0.8.0) 211 mini_racer (0.8.0)
@@ -272,6 +281,8 @@ GEM
272 railties (>= 5.2) 281 railties (>= 5.2)
273 rexml (3.2.6) 282 rexml (3.2.6)
274 rouge (4.1.3) 283 rouge (4.1.3)
284 ruby-vips (2.1.4)
285 ffi (~> 1.12)
275 rubyzip (2.3.2) 286 rubyzip (2.3.2)
276 sassc (2.4.0) 287 sassc (2.4.0)
277 ffi (~> 1.9) 288 ffi (~> 1.9)
@@ -339,6 +350,7 @@ PLATFORMS
339 ruby 350 ruby
340 351
341DEPENDENCIES 352DEPENDENCIES
353 active_storage_validations
342 acts-as-taggable-on 354 acts-as-taggable-on
343 akismet 355 akismet
344 audited (~> 5.0) 356 audited (~> 5.0)
@@ -354,6 +366,7 @@ DEPENDENCIES
354 enumerize 366 enumerize
355 haml 367 haml
356 highline 368 highline
369 image_processing (>= 1.2)
357 jbuilder (~> 2.5) 370 jbuilder (~> 2.5)
358 jquery-rails 371 jquery-rails
359 jquery-ui-rails 372 jquery-ui-rails