Skip to content

Commit 55bec80

Browse files
Bundle update
1 parent 6525973 commit 55bec80

1 file changed

Lines changed: 24 additions & 22 deletions

File tree

Gemfile.lock

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (8.1.1)
12-
actionview (= 8.1.1)
13-
activesupport (= 8.1.1)
11+
actionpack (8.1.2)
12+
actionview (= 8.1.2)
13+
activesupport (= 8.1.2)
1414
nokogiri (>= 1.8.5)
1515
rack (>= 2.2.4)
1616
rack-session (>= 1.0.1)
1717
rack-test (>= 0.6.3)
1818
rails-dom-testing (~> 2.2)
1919
rails-html-sanitizer (~> 1.6)
2020
useragent (~> 0.16)
21-
actionview (8.1.1)
22-
activesupport (= 8.1.1)
21+
actionview (8.1.2)
22+
activesupport (= 8.1.2)
2323
builder (~> 3.1)
2424
erubi (~> 1.11)
2525
rails-dom-testing (~> 2.2)
2626
rails-html-sanitizer (~> 1.6)
27-
activemodel (8.1.1)
28-
activesupport (= 8.1.1)
29-
activesupport (8.1.1)
27+
activemodel (8.1.2)
28+
activesupport (= 8.1.2)
29+
activesupport (8.1.2)
3030
base64
3131
bigdecimal
3232
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -44,40 +44,42 @@ GEM
4444
builder (3.3.0)
4545
concurrent-ruby (1.3.6)
4646
connection_pool (3.0.2)
47-
countries (8.0.4)
47+
countries (8.1.0)
4848
unaccent (~> 0.3)
4949
country_select (11.0.0)
5050
countries (> 6.0, < 9.0)
5151
crass (1.0.6)
5252
date (3.5.1)
5353
drb (2.2.3)
54-
erb (6.0.1)
54+
erb (6.0.2)
5555
erubi (1.13.1)
5656
i18n (1.14.8)
5757
concurrent-ruby (~> 1.0)
5858
io-console (0.8.2)
59-
irb (1.16.0)
59+
irb (1.17.0)
6060
pp (>= 0.6.0)
61+
prism (>= 1.3.0)
6162
rdoc (>= 4.0.0)
6263
reline (>= 0.4.2)
63-
json (2.18.0)
64+
json (2.19.1)
6465
logger (1.7.0)
6566
loofah (2.25.0)
6667
crass (~> 1.0.2)
6768
nokogiri (>= 1.12.0)
6869
mini_portile2 (2.8.9)
6970
minitest (5.27.0)
70-
nokogiri (1.19.0)
71+
nokogiri (1.19.1)
7172
mini_portile2 (~> 2.8.2)
7273
racc (~> 1.4)
7374
pp (0.6.3)
7475
prettyprint
7576
prettyprint (0.2.0)
77+
prism (1.9.0)
7678
psych (5.3.1)
7779
date
7880
stringio
7981
racc (1.8.1)
80-
rack (3.2.4)
82+
rack (3.2.5)
8183
rack-session (2.1.1)
8284
base64 (>= 0.1.0)
8385
rack (>= 3.0.0)
@@ -89,35 +91,35 @@ GEM
8991
activesupport (>= 5.0.0)
9092
minitest
9193
nokogiri (>= 1.6)
92-
rails-html-sanitizer (1.6.2)
93-
loofah (~> 2.21)
94+
rails-html-sanitizer (1.7.0)
95+
loofah (~> 2.25)
9496
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
95-
railties (8.1.1)
96-
actionpack (= 8.1.1)
97-
activesupport (= 8.1.1)
97+
railties (8.1.2)
98+
actionpack (= 8.1.2)
99+
activesupport (= 8.1.2)
98100
irb (~> 1.13)
99101
rackup (>= 1.0.0)
100102
rake (>= 12.2)
101103
thor (~> 1.0, >= 1.2.2)
102104
tsort (>= 0.2)
103105
zeitwerk (~> 2.6)
104106
rake (13.3.1)
105-
rdoc (7.0.3)
107+
rdoc (7.2.0)
106108
erb
107109
psych (>= 4.0.0)
108110
tsort
109111
reline (0.6.3)
110112
io-console (~> 0.5)
111113
securerandom (0.4.1)
112114
stringio (3.2.0)
113-
thor (1.4.0)
115+
thor (1.5.0)
114116
tsort (0.2.0)
115117
tzinfo (2.0.6)
116118
concurrent-ruby (~> 1.0)
117119
unaccent (0.4.0)
118120
uri (1.1.1)
119121
useragent (0.16.11)
120-
zeitwerk (2.7.4)
122+
zeitwerk (2.7.5)
121123

122124
PLATFORMS
123125
ruby

0 commit comments

Comments
 (0)