Skip to content

Commit 0384849

Browse files
committed
Update middleman
1 parent 5910642 commit 0384849

File tree

2 files changed

+85
-64
lines changed

2 files changed

+85
-64
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ gem "rack-contrib" # For try_static
2020
# For testing purposes
2121
gem "nokogiri"
2222
gem "httparty"
23+
24+
# For Ruby > 3.4.x
25+
gem "csv"

Gemfile.lock

+82-64
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.6)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (8.0.1)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
611
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
713
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
9-
zeitwerk (~> 2.3)
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
12-
backports (3.23.0)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.7)
18+
public_suffix (>= 2.0.2, < 7.0)
19+
base64 (0.2.0)
20+
benchmark (0.4.0)
21+
bigdecimal (3.1.9)
1322
bourbon (4.2.2)
1423
sass (~> 3.4)
1524
thor
@@ -18,75 +27,80 @@ GEM
1827
coffee-script-source
1928
execjs
2029
coffee-script-source (1.12.2)
21-
concurrent-ruby (1.2.2)
22-
contracts (0.13.0)
30+
concurrent-ruby (1.3.5)
31+
connection_pool (2.5.0)
32+
contracts (0.17.2)
33+
csv (3.3.2)
2334
docile (1.4.0)
24-
dotenv (2.7.6)
35+
dotenv (3.1.7)
36+
drb (2.2.1)
2537
em-websocket (0.5.3)
2638
eventmachine (>= 0.12.9)
2739
http_parser.rb (~> 0)
28-
erubis (2.7.0)
40+
erubi (1.13.1)
2941
eventmachine (1.2.7)
30-
execjs (2.8.1)
42+
execjs (2.10.0)
3143
fast_blank (1.0.1)
32-
fastimage (2.2.6)
44+
fastimage (2.4.0)
3345
favicon_maker (1.3.1)
3446
docile (~> 1.1)
35-
ffi (1.17.0)
36-
haml (5.2.2)
37-
temple (>= 0.8.0)
47+
ffi (1.17.1)
48+
haml (6.3.0)
49+
temple (>= 0.8.2)
50+
thor
3851
tilt
3952
hamster (3.0.0)
4053
concurrent-ruby (~> 1.0)
41-
hashie (3.6.0)
54+
hashie (5.0.0)
4255
http_parser.rb (0.8.0)
4356
httparty (0.21.0)
4457
mini_mime (>= 1.0.0)
4558
multi_xml (>= 0.5.2)
46-
i18n (1.6.0)
59+
i18n (1.14.7)
4760
concurrent-ruby (~> 1.0)
48-
kramdown (2.4.0)
49-
rexml
50-
listen (3.0.8)
51-
rb-fsevent (~> 0.9, >= 0.9.4)
52-
rb-inotify (~> 0.9, >= 0.9.7)
61+
kramdown (2.5.1)
62+
rexml (>= 3.3.9)
63+
listen (3.9.0)
64+
rb-fsevent (~> 0.10, >= 0.10.3)
65+
rb-inotify (~> 0.9, >= 0.9.10)
66+
logger (1.6.6)
5367
memoist (0.16.2)
54-
middleman (4.4.2)
55-
coffee-script (~> 2.2)
56-
haml (>= 4.0.5)
57-
kramdown (>= 2.3.0)
58-
middleman-cli (= 4.4.2)
59-
middleman-core (= 4.4.2)
68+
middleman (4.6.0)
69+
middleman-cli (= 4.6.0)
70+
middleman-core (= 4.6.0)
6071
middleman-blog (4.0.3)
6172
addressable (~> 2.3)
6273
middleman-core (>= 4.0.0)
6374
tzinfo (>= 0.3.0)
64-
middleman-cli (4.4.2)
65-
thor (>= 0.17.0, < 2.0)
66-
middleman-core (4.4.2)
67-
activesupport (>= 6.1, < 7.0)
75+
middleman-cli (4.6.0)
76+
thor (>= 0.17.0, < 1.3.0)
77+
middleman-core (4.6.0)
78+
activesupport (>= 6.1)
6879
addressable (~> 2.4)
69-
backports (~> 3.6)
7080
bundler (~> 2.0)
71-
contracts (~> 0.13.0)
81+
coffee-script (~> 2.2)
82+
contracts
7283
dotenv
73-
erubis
84+
erubi
7485
execjs (~> 2.0)
7586
fast_blank
7687
fastimage (~> 2.0)
88+
haml (>= 4.0.5)
7789
hamster (~> 3.0)
78-
hashie (~> 3.4)
79-
i18n (~> 1.6.0)
80-
listen (~> 3.0.0)
90+
hashie (>= 3.4, < 6.0)
91+
i18n (>= 1.6, < 1.15)
92+
kramdown (~> 2.4)
93+
listen (~> 3.0)
8194
memoist (~> 0.14)
8295
padrino-helpers (~> 0.15.0)
8396
parallel
84-
rack (>= 1.4.5, < 3)
97+
rack (>= 3)
98+
rackup
8599
sassc (~> 2.0)
86100
servolux
87-
tilt (~> 2.0.9)
101+
tilt (~> 2.2)
88102
toml
89-
uglifier (~> 3.0)
103+
uglifier (>= 3, < 5)
90104
webrick
91105
middleman-favicon-maker (4.1.0)
92106
favicon_maker (~> 1.3, >= 1.3.1)
@@ -95,68 +109,72 @@ GEM
95109
em-websocket (~> 0.5.1)
96110
middleman-core (>= 3.3)
97111
rack-livereload (~> 0.3.15)
98-
middleman-syntax (3.2.0)
112+
middleman-syntax (3.4.0)
99113
middleman-core (>= 3.2)
100114
rouge (~> 3.2)
101115
mini_mime (1.1.2)
102116
mini_portile2 (2.8.6)
103-
minitest (5.19.0)
117+
minitest (5.25.4)
104118
multi_xml (0.6.0)
105119
neat (1.7.2)
106120
bourbon (>= 4.0)
107121
sass (>= 3.3)
108122
nokogiri (1.16.5)
109123
mini_portile2 (~> 2.8.2)
110124
racc (~> 1.4)
111-
padrino-helpers (0.15.1)
125+
padrino-helpers (0.15.3)
112126
i18n (>= 0.6.7, < 2)
113-
padrino-support (= 0.15.1)
127+
padrino-support (= 0.15.3)
114128
tilt (>= 1.4.1, < 3)
115-
padrino-support (0.15.1)
116-
parallel (1.22.1)
129+
padrino-support (0.15.3)
130+
parallel (1.26.3)
117131
parslet (2.0.0)
118-
public_suffix (4.0.7)
132+
public_suffix (6.0.1)
119133
racc (1.7.3)
120-
rack (2.2.9)
134+
rack (3.1.11)
121135
rack-contrib (2.5.0)
122136
rack (< 4)
123137
rack-livereload (0.3.17)
124138
rack
125-
rb-fsevent (0.11.1)
126-
rb-inotify (0.10.1)
139+
rackup (2.2.1)
140+
rack (>= 3)
141+
rb-fsevent (0.11.2)
142+
rb-inotify (0.11.1)
127143
ffi (~> 1.0)
128144
redcarpet (3.6.0)
129-
rexml (3.3.9)
130-
rouge (3.28.0)
145+
rexml (3.4.1)
146+
rouge (3.30.0)
131147
sass (3.7.4)
132148
sass-listen (~> 4.0.0)
133149
sass-listen (4.0.0)
134150
rb-fsevent (~> 0.9, >= 0.9.4)
135151
rb-inotify (~> 0.9, >= 0.9.7)
136152
sassc (2.4.0)
137153
ffi (~> 1.9)
154+
securerandom (0.4.1)
138155
servolux (0.13.0)
139-
slim (4.1.0)
140-
temple (>= 0.7.6, < 0.9)
141-
tilt (>= 2.0.6, < 2.1)
142-
temple (0.8.2)
143-
thor (1.2.1)
144-
tilt (2.0.10)
156+
slim (5.2.1)
157+
temple (~> 0.10.0)
158+
tilt (>= 2.1.0)
159+
temple (0.10.3)
160+
thor (1.2.2)
161+
tilt (2.6.0)
145162
toml (0.3.0)
146163
parslet (>= 1.8.0, < 3.0.0)
147164
tzinfo (2.0.6)
148165
concurrent-ruby (~> 1.0)
149-
uglifier (3.2.0)
166+
uglifier (4.2.1)
150167
execjs (>= 0.3.0, < 3)
151-
webrick (1.8.2)
152-
zeitwerk (2.6.11)
168+
uri (1.0.3)
169+
webrick (1.9.1)
153170

154171
PLATFORMS
155172
ruby
156173

157174
DEPENDENCIES
158175
bourbon (= 4.2.2)
159176
builder (~> 3.0)
177+
csv
160178
httparty
161179
middleman (~> 4.3)
162180
middleman-blog
@@ -171,4 +189,4 @@ DEPENDENCIES
171189
webrick
172190

173191
BUNDLED WITH
174-
2.3.3
192+
2.6.2

0 commit comments

Comments
 (0)