Skip to content

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gem 'omniauth-google-oauth2', '>= 1.1.2'
4848
gem 'omniauth-rails_csrf_protection', '~> 1.0', '>= 1.0.2'
4949

5050
# Admin Frontend
51-
gem 'haml-rails', '>= 2.1.0'
51+
gem 'haml-rails', '>= 3.0.0'
5252
gem 'sass-rails', '~> 6.0', '>= 6.0.0'
5353
gem 'uglifier', '~> 4.2'
5454
gem 'kaminari', '>= 1.2.2'

Gemfile.lock

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ GEM
126126
faraday_middleware (~> 1.0, >= 1.0.0.rc1)
127127
net-http-persistent (~> 4.0)
128128
nokogiri (~> 1, >= 1.10.8)
129-
base64 (0.2.0)
130-
benchmark (0.4.0)
131-
bigdecimal (3.1.9)
129+
base64 (0.3.0)
130+
benchmark (0.4.1)
131+
bigdecimal (3.2.3)
132132
bootsnap (1.11.1)
133133
msgpack (~> 1.2)
134134
brakeman (4.3.1)
@@ -146,7 +146,7 @@ GEM
146146
climate_control (0.2.0)
147147
coderay (1.1.3)
148148
concurrent-ruby (1.3.5)
149-
connection_pool (2.5.1)
149+
connection_pool (2.5.4)
150150
crack (1.0.0)
151151
bigdecimal
152152
rexml
@@ -170,9 +170,10 @@ GEM
170170
dotenv-rails (3.1.8)
171171
dotenv (= 3.1.8)
172172
railties (>= 6.1)
173-
drb (2.2.1)
173+
drb (2.2.3)
174174
email_validator (2.2.4)
175175
activemodel
176+
erb (5.0.2)
176177
erubi (1.13.1)
177178
et-orbi (1.2.11)
178179
tzinfo
@@ -219,11 +220,11 @@ GEM
219220
gyoku (1.4.0)
220221
builder (>= 2.1.2)
221222
rexml (~> 3.0)
222-
haml (6.1.1)
223+
haml (6.3.0)
223224
temple (>= 0.8.2)
224225
thor
225226
tilt
226-
haml-rails (2.1.0)
227+
haml-rails (3.0.0)
227228
actionpack (>= 5.1)
228229
activesupport (>= 5.1)
229230
haml (>= 4.0.6)
@@ -242,8 +243,8 @@ GEM
242243
http-form_data (2.3.0)
243244
i18n (1.14.7)
244245
concurrent-ruby (~> 1.0)
245-
io-console (0.8.0)
246-
irb (1.15.1)
246+
io-console (0.8.1)
247+
irb (1.15.2)
247248
pp (>= 0.6.0)
248249
rdoc (>= 4.0.0)
249250
reline (>= 0.4.2)
@@ -299,7 +300,7 @@ GEM
299300
request_store (~> 1.0)
300301
lolsoap (0.11.0)
301302
nokogiri (~> 1.5)
302-
loofah (2.24.0)
303+
loofah (2.24.1)
303304
crass (~> 1.0.2)
304305
nokogiri (>= 1.12.0)
305306
mail (2.8.1)
@@ -314,7 +315,7 @@ GEM
314315
mime-types-data (~> 3.2015)
315316
mime-types-data (3.2023.0808)
316317
mini_mime (1.1.5)
317-
mini_portile2 (2.8.8)
318+
mini_portile2 (2.8.9)
318319
minitest (5.25.5)
319320
msgpack (1.5.1)
320321
multi_xml (0.7.2)
@@ -336,7 +337,7 @@ GEM
336337
net-protocol
337338
netrc (0.11.0)
338339
nio4r (2.7.4)
339-
nokogiri (1.18.8)
340+
nokogiri (1.18.10)
340341
mini_portile2 (~> 2.8.2)
341342
racc (~> 1.4)
342343
oauth2 (2.0.12)
@@ -380,22 +381,22 @@ GEM
380381
method_source (~> 1.0)
381382
pry-rails (0.3.9)
382383
pry (>= 0.10.4)
383-
psych (5.2.3)
384+
psych (5.2.6)
384385
date
385386
stringio
386387
public_suffix (6.0.0)
387388
puma (6.4.3)
388389
nio4r (~> 2.0)
389390
raabro (1.4.0)
390391
racc (1.8.1)
391-
rack (3.1.10)
392+
rack (3.2.1)
392393
rack-maintenance (3.0.0)
393394
rack (>= 2.1.4)
394395
rake (>= 12.3.3)
395396
rack-protection (4.0.0)
396397
base64 (>= 0.1.0)
397398
rack (>= 3.0.0, < 4)
398-
rack-session (2.1.0)
399+
rack-session (2.1.1)
399400
base64 (>= 0.1.0)
400401
rack (>= 3.0.0)
401402
rack-test (2.2.0)
@@ -416,7 +417,7 @@ GEM
416417
activesupport (= 8.0.2)
417418
bundler (>= 1.15.0)
418419
railties (= 8.0.2)
419-
rails-dom-testing (2.2.0)
420+
rails-dom-testing (2.3.0)
420421
activesupport (>= 5.0.0)
421422
minitest
422423
nokogiri (>= 1.6)
@@ -443,17 +444,18 @@ GEM
443444
thor (~> 1.0, >= 1.2.2)
444445
zeitwerk (~> 2.6)
445446
rainbow (3.1.1)
446-
rake (13.2.1)
447+
rake (13.3.0)
447448
rb-fsevent (0.11.2)
448449
rb-inotify (0.10.1)
449450
ffi (~> 1.0)
450-
rdoc (6.12.0)
451+
rdoc (6.14.2)
452+
erb
451453
psych (>= 4.0.0)
452454
redcarpet (3.6.0)
453455
redis-client (0.22.2)
454456
connection_pool
455457
regexp_parser (2.10.0)
456-
reline (0.6.0)
458+
reline (0.6.2)
457459
io-console (~> 0.5)
458460
request_store (1.5.1)
459461
rack (>= 1.4)
@@ -568,10 +570,10 @@ GEM
568570
actionpack (>= 6.1)
569571
activesupport (>= 6.1)
570572
sprockets (>= 3.0.0)
571-
stringio (3.1.3)
572-
temple (0.10.2)
573-
thor (1.3.2)
574-
tilt (2.2.0)
573+
stringio (3.1.7)
574+
temple (0.10.4)
575+
thor (1.4.0)
576+
tilt (2.6.1)
575577
timeout (0.4.3)
576578
tzinfo (2.0.6)
577579
concurrent-ruby (~> 1.0)
@@ -600,7 +602,7 @@ GEM
600602
xpath (3.2.0)
601603
nokogiri (~> 1.8)
602604
zache (0.13.1)
603-
zeitwerk (2.7.1)
605+
zeitwerk (2.7.3)
604606

605607
PLATFORMS
606608
ruby
@@ -623,7 +625,7 @@ DEPENDENCIES
623625
dotenv-rails (>= 3.1.3)
624626
email_validator
625627
factory_bot_rails (~> 6.4, >= 6.4.4)
626-
haml-rails (>= 2.1.0)
628+
haml-rails (>= 3.0.0)
627629
hashdiff
628630
http (>= 4.0.0)
629631
jbuilder (~> 2.12, >= 2.12.0)

0 commit comments

Comments
 (0)