Skip to content

Commit 559713d

Browse files
committed
Update dependencies
1 parent a9fbb04 commit 559713d

File tree

2 files changed

+127
-71
lines changed

2 files changed

+127
-71
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
.rspec_status
1212
.byebug_history
1313
.DS_Store
14+
.idea/

Gemfile.lock

Lines changed: 126 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -9,92 +9,147 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionpack (6.1.4.1)
13-
actionview (= 6.1.4.1)
14-
activesupport (= 6.1.4.1)
15-
rack (~> 2.0, >= 2.0.9)
12+
actionpack (7.2.3)
13+
actionview (= 7.2.3)
14+
activesupport (= 7.2.3)
15+
cgi
16+
nokogiri (>= 1.8.5)
17+
racc
18+
rack (>= 2.2.4, < 3.3)
19+
rack-session (>= 1.0.1)
1620
rack-test (>= 0.6.3)
17-
rails-dom-testing (~> 2.0)
18-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
19-
actionview (6.1.4.1)
20-
activesupport (= 6.1.4.1)
21+
rails-dom-testing (~> 2.2)
22+
rails-html-sanitizer (~> 1.6)
23+
useragent (~> 0.16)
24+
actionview (7.2.3)
25+
activesupport (= 7.2.3)
2126
builder (~> 3.1)
22-
erubi (~> 1.4)
23-
rails-dom-testing (~> 2.0)
24-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
25-
activemodel (6.1.4.1)
26-
activesupport (= 6.1.4.1)
27-
activerecord (6.1.4.1)
28-
activemodel (= 6.1.4.1)
29-
activesupport (= 6.1.4.1)
30-
activesupport (6.1.4.1)
31-
concurrent-ruby (~> 1.0, >= 1.0.2)
27+
cgi
28+
erubi (~> 1.11)
29+
rails-dom-testing (~> 2.2)
30+
rails-html-sanitizer (~> 1.6)
31+
activemodel (7.2.3)
32+
activesupport (= 7.2.3)
33+
activerecord (7.2.3)
34+
activemodel (= 7.2.3)
35+
activesupport (= 7.2.3)
36+
timeout (>= 0.4.0)
37+
activesupport (7.2.3)
38+
base64
39+
benchmark (>= 0.3)
40+
bigdecimal
41+
concurrent-ruby (~> 1.0, >= 1.3.1)
42+
connection_pool (>= 2.2.5)
43+
drb
3244
i18n (>= 1.6, < 2)
45+
logger (>= 1.4.2)
3346
minitest (>= 5.1)
34-
tzinfo (~> 2.0)
35-
zeitwerk (~> 2.3)
36-
builder (3.2.4)
37-
byebug (11.1.3)
38-
concurrent-ruby (1.1.9)
47+
securerandom (>= 0.3)
48+
tzinfo (~> 2.0, >= 2.0.5)
49+
base64 (0.3.0)
50+
benchmark (0.5.0)
51+
bigdecimal (3.3.1)
52+
builder (3.3.0)
53+
byebug (12.0.0)
54+
cgi (0.5.0)
55+
concurrent-ruby (1.3.5)
56+
connection_pool (2.5.4)
3957
crass (1.0.6)
40-
diff-lcs (1.4.4)
41-
erubi (1.10.0)
58+
date (3.5.0)
59+
diff-lcs (1.6.2)
60+
drb (2.2.3)
61+
erb (4.0.4)
62+
cgi (>= 0.3.3)
63+
erubi (1.13.1)
4264
faker (1.9.6)
4365
i18n (>= 0.7)
44-
i18n (1.8.10)
66+
i18n (1.14.7)
4567
concurrent-ruby (~> 1.0)
46-
loofah (2.18.0)
68+
io-console (0.8.1)
69+
irb (1.15.3)
70+
pp (>= 0.6.0)
71+
rdoc (>= 4.0.0)
72+
reline (>= 0.4.2)
73+
logger (1.7.0)
74+
loofah (2.24.1)
4775
crass (~> 1.0.2)
48-
nokogiri (>= 1.5.9)
49-
method_source (1.0.0)
50-
mini_portile2 (2.8.0)
51-
minitest (5.14.4)
52-
nokogiri (1.13.8)
53-
mini_portile2 (~> 2.8.0)
76+
nokogiri (>= 1.12.0)
77+
mini_portile2 (2.8.9)
78+
minitest (5.26.0)
79+
nokogiri (1.18.10)
80+
mini_portile2 (~> 2.8.2)
5481
racc (~> 1.4)
55-
racc (1.6.0)
56-
rack (2.2.3)
57-
rack-test (1.1.0)
58-
rack (>= 1.0, < 3)
59-
rails-dom-testing (2.0.3)
60-
activesupport (>= 4.2.0)
82+
pp (0.6.3)
83+
prettyprint
84+
prettyprint (0.2.0)
85+
psych (5.2.6)
86+
date
87+
stringio
88+
racc (1.8.1)
89+
rack (3.2.4)
90+
rack-session (2.1.1)
91+
base64 (>= 0.1.0)
92+
rack (>= 3.0.0)
93+
rack-test (2.2.0)
94+
rack (>= 1.3)
95+
rackup (2.2.1)
96+
rack (>= 3)
97+
rails-dom-testing (2.3.0)
98+
activesupport (>= 5.0.0)
99+
minitest
61100
nokogiri (>= 1.6)
62-
rails-html-sanitizer (1.4.3)
63-
loofah (~> 2.3)
64-
railties (6.1.4.1)
65-
actionpack (= 6.1.4.1)
66-
activesupport (= 6.1.4.1)
67-
method_source
68-
rake (>= 0.13)
69-
thor (~> 1.0)
70-
rake (13.0.6)
71-
rspec (3.10.0)
72-
rspec-core (~> 3.10.0)
73-
rspec-expectations (~> 3.10.0)
74-
rspec-mocks (~> 3.10.0)
75-
rspec-core (3.10.1)
76-
rspec-support (~> 3.10.0)
77-
rspec-expectations (3.10.1)
101+
rails-html-sanitizer (1.6.2)
102+
loofah (~> 2.21)
103+
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)
104+
railties (7.2.3)
105+
actionpack (= 7.2.3)
106+
activesupport (= 7.2.3)
107+
cgi
108+
irb (~> 1.13)
109+
rackup (>= 1.0.0)
110+
rake (>= 12.2)
111+
thor (~> 1.0, >= 1.2.2)
112+
tsort (>= 0.2)
113+
zeitwerk (~> 2.6)
114+
rake (13.3.1)
115+
rdoc (6.15.1)
116+
erb
117+
psych (>= 4.0.0)
118+
tsort
119+
reline (0.6.2)
120+
io-console (~> 0.5)
121+
rspec (3.13.2)
122+
rspec-core (~> 3.13.0)
123+
rspec-expectations (~> 3.13.0)
124+
rspec-mocks (~> 3.13.0)
125+
rspec-core (3.13.6)
126+
rspec-support (~> 3.13.0)
127+
rspec-expectations (3.13.5)
78128
diff-lcs (>= 1.2.0, < 2.0)
79-
rspec-support (~> 3.10.0)
80-
rspec-mocks (3.10.2)
129+
rspec-support (~> 3.13.0)
130+
rspec-mocks (3.13.7)
81131
diff-lcs (>= 1.2.0, < 2.0)
82-
rspec-support (~> 3.10.0)
83-
rspec-rails (5.0.2)
84-
actionpack (>= 5.2)
85-
activesupport (>= 5.2)
86-
railties (>= 5.2)
87-
rspec-core (~> 3.10)
88-
rspec-expectations (~> 3.10)
89-
rspec-mocks (~> 3.10)
90-
rspec-support (~> 3.10)
91-
rspec-support (3.10.2)
92-
sqlite3 (1.6.4)
132+
rspec-support (~> 3.13.0)
133+
rspec-rails (8.0.2)
134+
actionpack (>= 7.2)
135+
activesupport (>= 7.2)
136+
railties (>= 7.2)
137+
rspec-core (~> 3.13)
138+
rspec-expectations (~> 3.13)
139+
rspec-mocks (~> 3.13)
140+
rspec-support (~> 3.13)
141+
rspec-support (3.13.6)
142+
securerandom (0.4.1)
143+
sqlite3 (2.7.4)
93144
mini_portile2 (~> 2.8.0)
94-
thor (1.1.0)
95-
tzinfo (2.0.4)
145+
stringio (3.1.7)
146+
thor (1.4.0)
147+
timeout (0.4.4)
148+
tsort (0.2.0)
149+
tzinfo (2.0.6)
96150
concurrent-ruby (~> 1.0)
97-
zeitwerk (2.4.2)
151+
useragent (0.16.11)
152+
zeitwerk (2.6.18)
98153

99154
PLATFORMS
100155
ruby

0 commit comments

Comments
 (0)