Skip to content

Commit 5b49aaf

Browse files
Merge pull request #82 from jonashellmann/bump-deps
Bump rack from 3.2.5 to 3.2.6
2 parents 6190023 + 19d848a commit 5b49aaf

2 files changed

Lines changed: 68 additions & 66 deletions

File tree

Gemfile.lock

Lines changed: 67 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -2,65 +2,65 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (2.0.1)
5-
actioncable (8.0.4.1)
6-
actionpack (= 8.0.4.1)
7-
activesupport (= 8.0.4.1)
5+
actioncable (8.0.5)
6+
actionpack (= 8.0.5)
7+
activesupport (= 8.0.5)
88
nio4r (~> 2.0)
99
websocket-driver (>= 0.6.1)
1010
zeitwerk (~> 2.6)
11-
actionmailbox (8.0.4.1)
12-
actionpack (= 8.0.4.1)
13-
activejob (= 8.0.4.1)
14-
activerecord (= 8.0.4.1)
15-
activestorage (= 8.0.4.1)
16-
activesupport (= 8.0.4.1)
11+
actionmailbox (8.0.5)
12+
actionpack (= 8.0.5)
13+
activejob (= 8.0.5)
14+
activerecord (= 8.0.5)
15+
activestorage (= 8.0.5)
16+
activesupport (= 8.0.5)
1717
mail (>= 2.8.0)
18-
actionmailer (8.0.4.1)
19-
actionpack (= 8.0.4.1)
20-
actionview (= 8.0.4.1)
21-
activejob (= 8.0.4.1)
22-
activesupport (= 8.0.4.1)
18+
actionmailer (8.0.5)
19+
actionpack (= 8.0.5)
20+
actionview (= 8.0.5)
21+
activejob (= 8.0.5)
22+
activesupport (= 8.0.5)
2323
mail (>= 2.8.0)
2424
rails-dom-testing (~> 2.2)
25-
actionpack (8.0.4.1)
26-
actionview (= 8.0.4.1)
27-
activesupport (= 8.0.4.1)
25+
actionpack (8.0.5)
26+
actionview (= 8.0.5)
27+
activesupport (= 8.0.5)
2828
nokogiri (>= 1.8.5)
2929
rack (>= 2.2.4)
3030
rack-session (>= 1.0.1)
3131
rack-test (>= 0.6.3)
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
3434
useragent (~> 0.16)
35-
actiontext (8.0.4.1)
36-
actionpack (= 8.0.4.1)
37-
activerecord (= 8.0.4.1)
38-
activestorage (= 8.0.4.1)
39-
activesupport (= 8.0.4.1)
35+
actiontext (8.0.5)
36+
actionpack (= 8.0.5)
37+
activerecord (= 8.0.5)
38+
activestorage (= 8.0.5)
39+
activesupport (= 8.0.5)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (8.0.4.1)
43-
activesupport (= 8.0.4.1)
42+
actionview (8.0.5)
43+
activesupport (= 8.0.5)
4444
builder (~> 3.1)
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
48-
activejob (8.0.4.1)
49-
activesupport (= 8.0.4.1)
48+
activejob (8.0.5)
49+
activesupport (= 8.0.5)
5050
globalid (>= 0.3.6)
51-
activemodel (8.0.4.1)
52-
activesupport (= 8.0.4.1)
53-
activerecord (8.0.4.1)
54-
activemodel (= 8.0.4.1)
55-
activesupport (= 8.0.4.1)
51+
activemodel (8.0.5)
52+
activesupport (= 8.0.5)
53+
activerecord (8.0.5)
54+
activemodel (= 8.0.5)
55+
activesupport (= 8.0.5)
5656
timeout (>= 0.4.0)
57-
activestorage (8.0.4.1)
58-
actionpack (= 8.0.4.1)
59-
activejob (= 8.0.4.1)
60-
activerecord (= 8.0.4.1)
61-
activesupport (= 8.0.4.1)
57+
activestorage (8.0.5)
58+
actionpack (= 8.0.5)
59+
activejob (= 8.0.5)
60+
activerecord (= 8.0.5)
61+
activesupport (= 8.0.5)
6262
marcel (~> 1.0)
63-
activesupport (8.0.4.1)
63+
activesupport (8.0.5)
6464
base64
6565
benchmark (>= 0.3)
6666
bigdecimal
@@ -69,15 +69,15 @@ GEM
6969
drb
7070
i18n (>= 1.6, < 2)
7171
logger (>= 1.4.2)
72-
minitest (>= 5.1, < 6)
72+
minitest (>= 5.1)
7373
securerandom (>= 0.3)
7474
tzinfo (~> 2.0, >= 2.0.5)
7575
uri (>= 0.13.1)
7676
afm (1.0.0)
7777
base64 (0.3.0)
7878
bcrypt (3.1.22)
7979
benchmark (0.5.0)
80-
bigdecimal (4.0.1)
80+
bigdecimal (4.1.0)
8181
binding_of_caller (2.0.0)
8282
debug_inspector (>= 1.2.0)
8383
builder (3.3.0)
@@ -96,14 +96,14 @@ GEM
9696
erb (6.0.2)
9797
erubi (1.13.1)
9898
execjs (2.10.0)
99-
ffi (1.17.3-aarch64-linux-gnu)
100-
ffi (1.17.3-aarch64-linux-musl)
101-
ffi (1.17.3-arm-linux-gnu)
102-
ffi (1.17.3-arm-linux-musl)
103-
ffi (1.17.3-arm64-darwin)
104-
ffi (1.17.3-x86_64-darwin)
105-
ffi (1.17.3-x86_64-linux-gnu)
106-
ffi (1.17.3-x86_64-linux-musl)
99+
ffi (1.17.4-aarch64-linux-gnu)
100+
ffi (1.17.4-aarch64-linux-musl)
101+
ffi (1.17.4-arm-linux-gnu)
102+
ffi (1.17.4-arm-linux-musl)
103+
ffi (1.17.4-arm64-darwin)
104+
ffi (1.17.4-x86_64-darwin)
105+
ffi (1.17.4-x86_64-linux-gnu)
106+
ffi (1.17.4-x86_64-linux-musl)
107107
globalid (1.3.0)
108108
activesupport (>= 6.1)
109109
hashery (2.1.2)
@@ -137,7 +137,9 @@ GEM
137137
net-smtp
138138
marcel (1.1.0)
139139
mini_mime (1.1.5)
140-
minitest (5.27.0)
140+
minitest (6.0.3)
141+
drb (~> 2.0)
142+
prism (~> 1.5)
141143
mysql2 (0.5.7)
142144
bigdecimal
143145
net-imap (0.6.3)
@@ -181,7 +183,7 @@ GEM
181183
date
182184
stringio
183185
racc (1.8.1)
184-
rack (3.2.5)
186+
rack (3.2.6)
185187
rack-cors (3.0.0)
186188
logger
187189
rack (>= 3.0.14)
@@ -192,30 +194,30 @@ GEM
192194
rack (>= 1.3)
193195
rackup (2.3.1)
194196
rack (>= 3)
195-
rails (8.0.4.1)
196-
actioncable (= 8.0.4.1)
197-
actionmailbox (= 8.0.4.1)
198-
actionmailer (= 8.0.4.1)
199-
actionpack (= 8.0.4.1)
200-
actiontext (= 8.0.4.1)
201-
actionview (= 8.0.4.1)
202-
activejob (= 8.0.4.1)
203-
activemodel (= 8.0.4.1)
204-
activerecord (= 8.0.4.1)
205-
activestorage (= 8.0.4.1)
206-
activesupport (= 8.0.4.1)
197+
rails (8.0.5)
198+
actioncable (= 8.0.5)
199+
actionmailbox (= 8.0.5)
200+
actionmailer (= 8.0.5)
201+
actionpack (= 8.0.5)
202+
actiontext (= 8.0.5)
203+
actionview (= 8.0.5)
204+
activejob (= 8.0.5)
205+
activemodel (= 8.0.5)
206+
activerecord (= 8.0.5)
207+
activestorage (= 8.0.5)
208+
activesupport (= 8.0.5)
207209
bundler (>= 1.15.0)
208-
railties (= 8.0.4.1)
210+
railties (= 8.0.5)
209211
rails-dom-testing (2.3.0)
210212
activesupport (>= 5.0.0)
211213
minitest
212214
nokogiri (>= 1.6)
213215
rails-html-sanitizer (1.7.0)
214216
loofah (~> 2.25)
215217
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)
216-
railties (8.0.4.1)
217-
actionpack (= 8.0.4.1)
218-
activesupport (= 8.0.4.1)
218+
railties (8.0.5)
219+
actionpack (= 8.0.5)
220+
activesupport (= 8.0.5)
219221
irb (~> 1.13)
220222
rackup (>= 1.0.0)
221223
rake (>= 12.2)

app/controllers/version_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class VersionController < ApplicationController
33

44
# GET /version
55
def version
6-
version = '1.5.26'
6+
version = '1.5.27'
77
json_response(version: version)
88
end
99
end

0 commit comments

Comments
 (0)