Skip to content

Commit 6190023

Browse files
Merge pull request #80 from jonashellmann/bump-deps
Bump dependencies
2 parents c1c45da + 5f2ab0d commit 6190023

3 files changed

Lines changed: 81 additions & 82 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
4-
gem 'rails', '~> 8.0.1'
4+
gem 'rails', '>= 8.0.4.1', '< 8.1'
55
# Use sqlite3 as the database for Active Record
66
gem 'sqlite3', '>= 2.1'
77
gem 'mysql2', '~> 0.5'

Gemfile.lock

Lines changed: 79 additions & 80 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)
6-
actionpack (= 8.0.4)
7-
activesupport (= 8.0.4)
5+
actioncable (8.0.4.1)
6+
actionpack (= 8.0.4.1)
7+
activesupport (= 8.0.4.1)
88
nio4r (~> 2.0)
99
websocket-driver (>= 0.6.1)
1010
zeitwerk (~> 2.6)
11-
actionmailbox (8.0.4)
12-
actionpack (= 8.0.4)
13-
activejob (= 8.0.4)
14-
activerecord (= 8.0.4)
15-
activestorage (= 8.0.4)
16-
activesupport (= 8.0.4)
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)
1717
mail (>= 2.8.0)
18-
actionmailer (8.0.4)
19-
actionpack (= 8.0.4)
20-
actionview (= 8.0.4)
21-
activejob (= 8.0.4)
22-
activesupport (= 8.0.4)
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)
2323
mail (>= 2.8.0)
2424
rails-dom-testing (~> 2.2)
25-
actionpack (8.0.4)
26-
actionview (= 8.0.4)
27-
activesupport (= 8.0.4)
25+
actionpack (8.0.4.1)
26+
actionview (= 8.0.4.1)
27+
activesupport (= 8.0.4.1)
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)
36-
actionpack (= 8.0.4)
37-
activerecord (= 8.0.4)
38-
activestorage (= 8.0.4)
39-
activesupport (= 8.0.4)
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)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (8.0.4)
43-
activesupport (= 8.0.4)
42+
actionview (8.0.4.1)
43+
activesupport (= 8.0.4.1)
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)
49-
activesupport (= 8.0.4)
48+
activejob (8.0.4.1)
49+
activesupport (= 8.0.4.1)
5050
globalid (>= 0.3.6)
51-
activemodel (8.0.4)
52-
activesupport (= 8.0.4)
53-
activerecord (8.0.4)
54-
activemodel (= 8.0.4)
55-
activesupport (= 8.0.4)
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)
5656
timeout (>= 0.4.0)
57-
activestorage (8.0.4)
58-
actionpack (= 8.0.4)
59-
activejob (= 8.0.4)
60-
activerecord (= 8.0.4)
61-
activesupport (= 8.0.4)
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)
6262
marcel (~> 1.0)
63-
activesupport (8.0.4)
63+
activesupport (8.0.4.1)
6464
base64
6565
benchmark (>= 0.3)
6666
bigdecimal
@@ -69,13 +69,13 @@ GEM
6969
drb
7070
i18n (>= 1.6, < 2)
7171
logger (>= 1.4.2)
72-
minitest (>= 5.1)
72+
minitest (>= 5.1, < 6)
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)
78-
bcrypt (3.1.21)
78+
bcrypt (3.1.22)
7979
benchmark (0.5.0)
8080
bigdecimal (4.0.1)
8181
binding_of_caller (2.0.0)
@@ -93,7 +93,7 @@ GEM
9393
debug_inspector (1.2.0)
9494
deep_merge (1.2.2)
9595
drb (2.2.3)
96-
erb (6.0.1)
96+
erb (6.0.2)
9797
erubi (1.13.1)
9898
execjs (2.10.0)
9999
ffi (1.17.3-aarch64-linux-gnu)
@@ -126,7 +126,7 @@ GEM
126126
base64
127127
lockbox (1.3.3)
128128
logger (1.7.0)
129-
loofah (2.25.0)
129+
loofah (2.25.1)
130130
crass (~> 1.0.2)
131131
nokogiri (>= 1.12.0)
132132
mail (2.9.0)
@@ -137,8 +137,7 @@ GEM
137137
net-smtp
138138
marcel (1.1.0)
139139
mini_mime (1.1.5)
140-
minitest (6.0.1)
141-
prism (~> 1.5)
140+
minitest (5.27.0)
142141
mysql2 (0.5.7)
143142
bigdecimal
144143
net-imap (0.6.3)
@@ -151,21 +150,21 @@ GEM
151150
net-smtp (0.5.1)
152151
net-protocol
153152
nio4r (2.7.5)
154-
nokogiri (1.19.1-aarch64-linux-gnu)
153+
nokogiri (1.19.2-aarch64-linux-gnu)
155154
racc (~> 1.4)
156-
nokogiri (1.19.1-aarch64-linux-musl)
155+
nokogiri (1.19.2-aarch64-linux-musl)
157156
racc (~> 1.4)
158-
nokogiri (1.19.1-arm-linux-gnu)
157+
nokogiri (1.19.2-arm-linux-gnu)
159158
racc (~> 1.4)
160-
nokogiri (1.19.1-arm-linux-musl)
159+
nokogiri (1.19.2-arm-linux-musl)
161160
racc (~> 1.4)
162-
nokogiri (1.19.1-arm64-darwin)
161+
nokogiri (1.19.2-arm64-darwin)
163162
racc (~> 1.4)
164-
nokogiri (1.19.1-x86_64-darwin)
163+
nokogiri (1.19.2-x86_64-darwin)
165164
racc (~> 1.4)
166-
nokogiri (1.19.1-x86_64-linux-gnu)
165+
nokogiri (1.19.2-x86_64-linux-gnu)
167166
racc (~> 1.4)
168-
nokogiri (1.19.1-x86_64-linux-musl)
167+
nokogiri (1.19.2-x86_64-linux-musl)
169168
racc (~> 1.4)
170169
ostruct (0.6.3)
171170
pdf-reader (2.15.1)
@@ -193,30 +192,30 @@ GEM
193192
rack (>= 1.3)
194193
rackup (2.3.1)
195194
rack (>= 3)
196-
rails (8.0.4)
197-
actioncable (= 8.0.4)
198-
actionmailbox (= 8.0.4)
199-
actionmailer (= 8.0.4)
200-
actionpack (= 8.0.4)
201-
actiontext (= 8.0.4)
202-
actionview (= 8.0.4)
203-
activejob (= 8.0.4)
204-
activemodel (= 8.0.4)
205-
activerecord (= 8.0.4)
206-
activestorage (= 8.0.4)
207-
activesupport (= 8.0.4)
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)
208207
bundler (>= 1.15.0)
209-
railties (= 8.0.4)
208+
railties (= 8.0.4.1)
210209
rails-dom-testing (2.3.0)
211210
activesupport (>= 5.0.0)
212211
minitest
213212
nokogiri (>= 1.6)
214-
rails-html-sanitizer (1.6.2)
215-
loofah (~> 2.21)
213+
rails-html-sanitizer (1.7.0)
214+
loofah (~> 2.25)
216215
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)
217-
railties (8.0.4)
218-
actionpack (= 8.0.4)
219-
activesupport (= 8.0.4)
216+
railties (8.0.4.1)
217+
actionpack (= 8.0.4.1)
218+
activesupport (= 8.0.4.1)
220219
irb (~> 1.13)
221220
rackup (>= 1.0.0)
222221
rake (>= 12.2)
@@ -251,18 +250,18 @@ GEM
251250
actionpack (>= 6.1)
252251
activesupport (>= 6.1)
253252
sprockets (>= 3.0.0)
254-
sqlite3 (2.9.0-aarch64-linux-gnu)
255-
sqlite3 (2.9.0-aarch64-linux-musl)
256-
sqlite3 (2.9.0-arm-linux-gnu)
257-
sqlite3 (2.9.0-arm-linux-musl)
258-
sqlite3 (2.9.0-arm64-darwin)
259-
sqlite3 (2.9.0-x86_64-darwin)
260-
sqlite3 (2.9.0-x86_64-linux-gnu)
261-
sqlite3 (2.9.0-x86_64-linux-musl)
253+
sqlite3 (2.9.2-aarch64-linux-gnu)
254+
sqlite3 (2.9.2-aarch64-linux-musl)
255+
sqlite3 (2.9.2-arm-linux-gnu)
256+
sqlite3 (2.9.2-arm-linux-musl)
257+
sqlite3 (2.9.2-arm64-darwin)
258+
sqlite3 (2.9.2-x86_64-darwin)
259+
sqlite3 (2.9.2-x86_64-linux-gnu)
260+
sqlite3 (2.9.2-x86_64-linux-musl)
262261
stringio (3.2.0)
263262
thor (1.5.0)
264263
tilt (2.7.0)
265-
timeout (0.6.0)
264+
timeout (0.6.1)
266265
tsort (0.2.0)
267266
ttfunk (1.7.0)
268267
turbolinks (5.2.1)
@@ -284,7 +283,7 @@ GEM
284283
base64
285284
websocket-extensions (>= 0.1.0)
286285
websocket-extensions (0.1.5)
287-
zeitwerk (2.7.4)
286+
zeitwerk (2.7.5)
288287

289288
PLATFORMS
290289
aarch64-linux-gnu
@@ -307,7 +306,7 @@ DEPENDENCIES
307306
mysql2 (~> 0.5)
308307
pdf-reader
309308
rack-cors
310-
rails (~> 8.0.1)
309+
rails (>= 8.0.4.1, < 8.1)
311310
sassc-rails
312311
sdoc (~> 1.1.0)
313312
spring

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.25'
6+
version = '1.5.26'
77
json_response(version: version)
88
end
99
end

0 commit comments

Comments
 (0)