Skip to content

Commit 869c08a

Browse files
authored
Address dependabot alerts (#34)
Committing the lockfile triggered a bunch of dependabot errors, and I realized that the versions committed were very out of date, so this updates the lockfile with newer versions. /no-platform
1 parent 737f2fd commit 869c08a

1 file changed

Lines changed: 108 additions & 28 deletions

File tree

Gemfile.lock

Lines changed: 108 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,53 +8,124 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionmailer (0.6.1)
12-
actionpack (>= 0.9.5)
13-
actionpack (1.4.0)
14-
activejob (6.1.7.6)
15-
activesupport (= 6.1.7.6)
11+
actionmailer (7.1.2)
12+
actionpack (= 7.1.2)
13+
actionview (= 7.1.2)
14+
activejob (= 7.1.2)
15+
activesupport (= 7.1.2)
16+
mail (~> 2.5, >= 2.5.4)
17+
net-imap
18+
net-pop
19+
net-smtp
20+
rails-dom-testing (~> 2.2)
21+
actionpack (7.1.2)
22+
actionview (= 7.1.2)
23+
activesupport (= 7.1.2)
24+
nokogiri (>= 1.8.5)
25+
racc
26+
rack (>= 2.2.4)
27+
rack-session (>= 1.0.1)
28+
rack-test (>= 0.6.3)
29+
rails-dom-testing (~> 2.2)
30+
rails-html-sanitizer (~> 1.6)
31+
actionview (7.1.2)
32+
activesupport (= 7.1.2)
33+
builder (~> 3.1)
34+
erubi (~> 1.11)
35+
rails-dom-testing (~> 2.2)
36+
rails-html-sanitizer (~> 1.6)
37+
activejob (7.1.2)
38+
activesupport (= 7.1.2)
1639
globalid (>= 0.3.6)
17-
activemodel (6.1.7.6)
18-
activesupport (= 6.1.7.6)
19-
activerecord (6.1.7.6)
20-
activemodel (= 6.1.7.6)
21-
activesupport (= 6.1.7.6)
22-
activesupport (6.1.7.6)
40+
activemodel (7.1.2)
41+
activesupport (= 7.1.2)
42+
activerecord (7.1.2)
43+
activemodel (= 7.1.2)
44+
activesupport (= 7.1.2)
45+
timeout (>= 0.4.0)
46+
activesupport (7.1.2)
47+
base64
48+
bigdecimal
2349
concurrent-ruby (~> 1.0, >= 1.0.2)
50+
connection_pool (>= 2.2.5)
51+
drb
2452
i18n (>= 1.6, < 2)
2553
minitest (>= 5.1)
54+
mutex_m
2655
tzinfo (~> 2.0)
27-
zeitwerk (~> 2.3)
2856
appraisal (2.5.0)
2957
bundler
3058
rake
3159
thor (>= 0.14.0)
3260
ast (2.4.2)
33-
betterlint (1.4.4)
61+
base64 (0.2.0)
62+
betterlint (1.4.9)
3463
rubocop (> 1.0)
3564
rubocop-performance
3665
rubocop-rails
3766
rubocop-rake
38-
rubocop-rspec (>= 2.7)
67+
rubocop-rspec (>= 2.24)
68+
bigdecimal (3.1.5)
69+
builder (3.2.4)
3970
concurrent-ruby (1.2.2)
71+
connection_pool (2.4.1)
72+
crass (1.0.6)
73+
date (3.3.4)
4074
diff-lcs (1.5.0)
75+
drb (2.2.0)
76+
ruby2_keywords
77+
erubi (1.12.0)
4178
globalid (1.2.1)
4279
activesupport (>= 6.1)
4380
i18n (1.14.1)
4481
concurrent-ruby (~> 1.0)
4582
json (2.7.1)
83+
language_server-protocol (3.17.0.3)
84+
loofah (2.22.0)
85+
crass (~> 1.0.2)
86+
nokogiri (>= 1.12.0)
87+
mail (2.8.1)
88+
mini_mime (>= 0.1.1)
89+
net-imap
90+
net-pop
91+
net-smtp
92+
mini_mime (1.1.5)
93+
mini_portile2 (2.8.5)
4694
minitest (5.20.0)
95+
mutex_m (0.2.0)
4796
mysql2 (0.5.5)
97+
net-imap (0.4.9.1)
98+
date
99+
net-protocol
100+
net-pop (0.1.2)
101+
net-protocol
102+
net-protocol (0.2.2)
103+
timeout
104+
net-smtp (0.4.0.1)
105+
net-protocol
106+
nokogiri (1.15.5-arm64-darwin)
107+
racc (~> 1.4)
48108
parallel (1.24.0)
49-
parser (3.3.0.0)
109+
parser (3.3.0.2)
50110
ast (~> 2.4.1)
51111
racc
52112
pg (1.5.4)
53113
racc (1.7.3)
54114
rack (3.0.8)
115+
rack-session (2.0.0)
116+
rack (>= 3.0.0)
117+
rack-test (2.1.0)
118+
rack (>= 1.3)
119+
rails-dom-testing (2.2.0)
120+
activesupport (>= 5.0.0)
121+
minitest
122+
nokogiri (>= 1.6)
123+
rails-html-sanitizer (1.6.0)
124+
loofah (~> 2.21)
125+
nokogiri (~> 1.14)
55126
rainbow (3.1.1)
56127
rake (13.1.0)
57-
regexp_parser (2.8.3)
128+
regexp_parser (2.9.0)
58129
rexml (3.2.6)
59130
rspec (3.12.0)
60131
rspec-core (~> 3.12.0)
@@ -69,43 +140,52 @@ GEM
69140
diff-lcs (>= 1.2.0, < 2.0)
70141
rspec-support (~> 3.12.0)
71142
rspec-support (3.12.1)
72-
rubocop (1.50.2)
143+
rubocop (1.59.0)
73144
json (~> 2.3)
145+
language_server-protocol (>= 3.17.0)
74146
parallel (~> 1.10)
75-
parser (>= 3.2.0.0)
147+
parser (>= 3.2.2.4)
76148
rainbow (>= 2.2.2, < 4.0)
77149
regexp_parser (>= 1.8, < 3.0)
78150
rexml (>= 3.2.5, < 4.0)
79-
rubocop-ast (>= 1.28.0, < 2.0)
151+
rubocop-ast (>= 1.30.0, < 2.0)
80152
ruby-progressbar (~> 1.7)
81153
unicode-display_width (>= 2.4.0, < 3.0)
82154
rubocop-ast (1.30.0)
83155
parser (>= 3.2.1.0)
84-
rubocop-capybara (2.18.0)
156+
rubocop-capybara (2.20.0)
157+
rubocop (~> 1.41)
158+
rubocop-factory_bot (2.25.1)
85159
rubocop (~> 1.41)
86-
rubocop-performance (1.17.1)
87-
rubocop (>= 1.7.0, < 2.0)
88-
rubocop-ast (>= 0.4.0)
89-
rubocop-rails (2.19.1)
160+
rubocop-performance (1.20.2)
161+
rubocop (>= 1.48.1, < 2.0)
162+
rubocop-ast (>= 1.30.0, < 2.0)
163+
rubocop-rails (2.23.1)
90164
activesupport (>= 4.2.0)
91165
rack (>= 1.1)
92166
rubocop (>= 1.33.0, < 2.0)
167+
rubocop-ast (>= 1.30.0, < 2.0)
93168
rubocop-rake (0.6.0)
94169
rubocop (~> 1.0)
95-
rubocop-rspec (2.20.0)
96-
rubocop (~> 1.33)
170+
rubocop-rspec (2.26.1)
171+
rubocop (~> 1.40)
97172
rubocop-capybara (~> 2.17)
173+
rubocop-factory_bot (~> 2.22)
98174
ruby-progressbar (1.13.0)
99-
sqlite3 (1.6.9-x86_64-darwin)
100-
sqlite3 (1.6.9-x86_64-linux)
175+
ruby2_keywords (0.0.5)
176+
sqlite3 (1.7.0)
177+
mini_portile2 (~> 2.8.0)
101178
thor (1.3.0)
102179
timecop (0.9.8)
180+
timeout (0.4.1)
103181
tzinfo (2.0.6)
104182
concurrent-ruby (~> 1.0)
105183
unicode-display_width (2.5.0)
106184
zeitwerk (2.6.12)
107185

108186
PLATFORMS
187+
arm64-darwin-21
188+
arm64-darwin-22
109189
x86_64-darwin-21
110190
x86_64-darwin-22
111191
x86_64-linux

0 commit comments

Comments
 (0)