Skip to content

Commit e76975c

Browse files
authored
Merge branch 'master' into dependabot/bundler/rack-session-2.1.1
2 parents c25d77e + cb9a4e1 commit e76975c

File tree

1 file changed

+46
-37
lines changed

1 file changed

+46
-37
lines changed

Gemfile.lock

Lines changed: 46 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actionpack (8.0.0)
15-
actionview (= 8.0.0)
16-
activesupport (= 8.0.0)
14+
actionpack (8.0.3)
15+
actionview (= 8.0.3)
16+
activesupport (= 8.0.3)
1717
nokogiri (>= 1.8.5)
1818
rack (>= 2.2.4)
1919
rack-session (>= 1.0.1)
2020
rack-test (>= 0.6.3)
2121
rails-dom-testing (~> 2.2)
2222
rails-html-sanitizer (~> 1.6)
2323
useragent (~> 0.16)
24-
actionview (8.0.0)
25-
activesupport (= 8.0.0)
24+
actionview (8.0.3)
25+
activesupport (= 8.0.3)
2626
builder (~> 3.1)
2727
erubi (~> 1.11)
2828
rails-dom-testing (~> 2.2)
2929
rails-html-sanitizer (~> 1.6)
30-
activesupport (8.0.0)
30+
activesupport (8.0.3)
3131
base64
3232
benchmark (>= 0.3)
3333
bigdecimal
@@ -42,14 +42,14 @@ GEM
4242
uri (>= 0.13.1)
4343
addressable (2.8.7)
4444
public_suffix (>= 2.0.2, < 7.0)
45-
ast (2.4.2)
46-
base64 (0.2.0)
47-
benchmark (0.4.0)
48-
bigdecimal (3.1.8)
45+
ast (2.4.3)
46+
base64 (0.3.0)
47+
benchmark (0.4.1)
48+
bigdecimal (3.2.3)
4949
builder (3.3.0)
5050
coderay (1.1.3)
51-
concurrent-ruby (1.3.4)
52-
connection_pool (2.4.1)
51+
concurrent-ruby (1.3.5)
52+
connection_pool (2.5.4)
5353
coveralls (0.7.1)
5454
multi_json (~> 1.3)
5555
rest-client
@@ -67,7 +67,7 @@ GEM
6767
dotenv-rails (2.8.1)
6868
dotenv (= 2.8.1)
6969
railties (>= 3.2)
70-
drb (2.2.1)
70+
drb (2.2.3)
7171
erubi (1.13.0)
7272
faker (2.23.0)
7373
i18n (>= 1.8.11, < 2)
@@ -103,20 +103,21 @@ GEM
103103
http-accept (1.7.0)
104104
http-cookie (1.0.7)
105105
domain_name (~> 0.5)
106-
i18n (1.14.6)
106+
i18n (1.14.7)
107107
concurrent-ruby (~> 1.0)
108108
io-console (0.7.2)
109109
irb (1.14.1)
110110
rdoc (>= 4.0.0)
111111
reline (>= 0.4.2)
112-
json (2.8.2)
112+
json (2.15.0)
113113
jwt (2.9.3)
114114
base64
115-
language_server-protocol (3.17.0.3)
115+
language_server-protocol (3.17.0.5)
116+
lint_roller (1.1.0)
116117
listen (3.9.0)
117118
rb-fsevent (~> 0.10, >= 0.10.3)
118119
rb-inotify (~> 0.9, >= 0.9.10)
119-
logger (1.6.1)
120+
logger (1.7.0)
120121
loofah (2.23.1)
121122
crass (~> 1.0.2)
122123
nokogiri (>= 1.12.0)
@@ -127,7 +128,7 @@ GEM
127128
mime-types-data (~> 3.2015)
128129
mime-types-data (3.2024.1105)
129130
mini_portile2 (2.8.9)
130-
minitest (5.25.2)
131+
minitest (5.25.5)
131132
multi_json (1.15.0)
132133
nenv (0.3.0)
133134
netrc (0.11.0)
@@ -153,13 +154,14 @@ GEM
153154
notiffany (0.1.3)
154155
nenv (~> 0.1)
155156
shellany (~> 0.0)
156-
parallel (1.26.3)
157-
parser (3.3.6.0)
157+
parallel (1.27.0)
158+
parser (3.3.9.0)
158159
ast (~> 2.4.1)
159160
racc
160161
pp (0.6.1)
161162
prettyprint
162163
prettyprint (0.2.0)
164+
prism (1.5.1)
163165
pry (0.15.0)
164166
coderay (~> 1.1)
165167
method_source (~> 1.0)
@@ -182,13 +184,14 @@ GEM
182184
rails-html-sanitizer (1.6.0)
183185
loofah (~> 2.21)
184186
nokogiri (~> 1.14)
185-
railties (8.0.0)
186-
actionpack (= 8.0.0)
187-
activesupport (= 8.0.0)
187+
railties (8.0.3)
188+
actionpack (= 8.0.3)
189+
activesupport (= 8.0.3)
188190
irb (~> 1.13)
189191
rackup (>= 1.0.0)
190192
rake (>= 12.2)
191193
thor (~> 1.0, >= 1.2.2)
194+
tsort (>= 0.2)
192195
zeitwerk (~> 2.6)
193196
rainbow (3.1.1)
194197
rake (13.3.0)
@@ -197,7 +200,7 @@ GEM
197200
ffi (~> 1.0)
198201
rdoc (6.8.1)
199202
psych (>= 4.0.0)
200-
regexp_parser (2.9.2)
203+
regexp_parser (2.11.3)
201204
reline (0.5.11)
202205
io-console (~> 0.5)
203206
rest-client (2.1.0)
@@ -220,25 +223,28 @@ GEM
220223
diff-lcs (>= 1.2.0, < 2.0)
221224
rspec-support (~> 3.13.0)
222225
rspec-support (3.13.1)
223-
rubocop (1.68.0)
226+
rubocop (1.81.1)
224227
json (~> 2.3)
225-
language_server-protocol (>= 3.17.0)
228+
language_server-protocol (~> 3.17.0.2)
229+
lint_roller (~> 1.1.0)
226230
parallel (~> 1.10)
227231
parser (>= 3.3.0.2)
228232
rainbow (>= 2.2.2, < 4.0)
229-
regexp_parser (>= 2.4, < 3.0)
230-
rubocop-ast (>= 1.32.2, < 2.0)
233+
regexp_parser (>= 2.9.3, < 3.0)
234+
rubocop-ast (>= 1.47.1, < 2.0)
231235
ruby-progressbar (~> 1.7)
232-
unicode-display_width (>= 2.4.0, < 3.0)
233-
rubocop-ast (1.36.1)
234-
parser (>= 3.3.1.0)
235-
rubocop-rails (2.27.0)
236+
unicode-display_width (>= 2.4.0, < 4.0)
237+
rubocop-ast (1.47.1)
238+
parser (>= 3.3.7.2)
239+
prism (~> 1.4)
240+
rubocop-rails (2.33.4)
236241
activesupport (>= 4.2.0)
242+
lint_roller (~> 1.1)
237243
rack (>= 1.1)
238-
rubocop (>= 1.52.0, < 2.0)
239-
rubocop-ast (>= 1.31.1, < 2.0)
244+
rubocop (>= 1.75.0, < 2.0)
245+
rubocop-ast (>= 1.44.0, < 2.0)
240246
ruby-progressbar (1.13.0)
241-
securerandom (0.3.2)
247+
securerandom (0.4.1)
242248
shellany (0.0.1)
243249
simplecov (0.22.0)
244250
docile (~> 1.1)
@@ -259,10 +265,13 @@ GEM
259265
tins (1.37.0)
260266
bigdecimal
261267
sync
268+
tsort (0.2.0)
262269
tzinfo (2.0.6)
263270
concurrent-ruby (~> 1.0)
264-
unicode-display_width (2.6.0)
265-
uri (1.0.2)
271+
unicode-display_width (3.2.0)
272+
unicode-emoji (~> 4.1)
273+
unicode-emoji (4.1.0)
274+
uri (1.0.3)
266275
useragent (0.16.10)
267276
vcr (6.3.1)
268277
base64

0 commit comments

Comments
 (0)