Skip to content

Commit 99cf72f

Browse files
Bump middleman and sprockets
Bumps [middleman](https://github.com/middleman/middleman) and [sprockets](https://github.com/rails/sprockets). These dependencies needed to be updated together. Updates `middleman` from 4.5.1 to 4.6.3 - [Changelog](https://github.com/middleman/middleman/blob/main/CHANGELOG.md) - [Commits](https://github.com/middleman/middleman/commits) Updates `sprockets` from 3.7.5 to 4.2.2 - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md) - [Commits](rails/sprockets@v3.7.5...v4.2.2) --- updated-dependencies: - dependency-name: middleman dependency-version: 4.6.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: sprockets dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6143a57 commit 99cf72f

2 files changed

Lines changed: 82 additions & 61 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ruby '>=3.2'
22
source 'https://rubygems.org'
33

4-
gem 'middleman', '4.5.1'
4+
gem 'middleman', '4.6.3'
55
gem 'middleman-syntax', '~> 3.4.0'
66
gem 'middleman-autoprefixer', '~> 3.0.0'
77
gem 'middleman-sprockets', '~> 4.1.1'
@@ -13,5 +13,5 @@ gem 'nokogiri', '~> 1.19.2'
1313
gem 'haml', '>= 4.0.5', '< 6.0'
1414
# Lock sprockets/sass, newer version (4.0.0) uses sassc which leads to an error:
1515
# "Error: File to import not found or unreadable: normalize."
16-
gem 'sprockets', '3.7.5'
16+
gem 'sprockets', '4.2.2'
1717
gem 'sass', '3.7.4'

Gemfile.lock

Lines changed: 80 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,122 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.8)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (8.1.2.1)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
11+
json
12+
logger (>= 1.4.2)
713
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
9-
addressable (2.8.6)
10-
public_suffix (>= 2.0.2, < 6.0)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.9)
18+
public_suffix (>= 2.0.2, < 8.0)
1119
autoprefixer-rails (10.4.13.0)
1220
execjs (~> 2)
13-
backports (3.24.1)
14-
base64 (0.2.0)
21+
base64 (0.3.0)
22+
bigdecimal (4.0.1)
1523
coffee-script (2.4.1)
1624
coffee-script-source
1725
execjs
1826
coffee-script-source (1.12.2)
19-
concurrent-ruby (1.3.4)
20-
contracts (0.16.1)
21-
dotenv (2.8.1)
22-
erubis (2.7.0)
23-
execjs (2.9.1)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
29+
contracts (0.17.3)
30+
dotenv (3.2.0)
31+
drb (2.2.3)
32+
erubi (1.13.1)
33+
execjs (2.10.0)
2434
fast_blank (1.0.1)
25-
fastimage (2.3.0)
26-
ffi (1.16.3)
35+
fastimage (2.4.1)
36+
ffi (1.17.3-x86_64-linux-gnu)
2737
haml (5.2.2)
2838
temple (>= 0.8.0)
2939
tilt
3040
hamster (3.0.0)
3141
concurrent-ruby (~> 1.0)
32-
hashie (3.6.0)
33-
i18n (1.6.0)
42+
hashie (5.1.0)
43+
logger
44+
i18n (1.14.8)
3445
concurrent-ruby (~> 1.0)
35-
kramdown (2.4.0)
36-
rexml
37-
listen (3.8.0)
46+
json (2.19.2)
47+
kramdown (2.5.2)
48+
rexml (>= 3.4.4)
49+
listen (3.10.0)
50+
logger
3851
rb-fsevent (~> 0.10, >= 0.10.3)
3952
rb-inotify (~> 0.9, >= 0.9.10)
53+
logger (1.7.0)
4054
memoist (0.16.2)
41-
middleman (4.5.1)
42-
coffee-script (~> 2.2)
43-
haml (>= 4.0.5)
44-
kramdown (>= 2.3.0)
45-
middleman-cli (= 4.5.1)
46-
middleman-core (= 4.5.1)
55+
middleman (4.6.3)
56+
middleman-cli (= 4.6.3)
57+
middleman-core (= 4.6.3)
4758
middleman-autoprefixer (3.0.0)
4859
autoprefixer-rails (~> 10.0)
4960
middleman-core (>= 4.0.0)
50-
middleman-cli (4.5.1)
51-
thor (>= 0.17.0, < 1.3.0)
52-
middleman-core (4.5.1)
53-
activesupport (>= 6.1, < 7.1)
61+
middleman-cli (4.6.3)
62+
thor (>= 0.17.0, < 2)
63+
middleman-core (4.6.3)
64+
activesupport (>= 6.1)
5465
addressable (~> 2.4)
55-
backports (~> 3.6)
56-
bundler (~> 2.0)
57-
contracts (~> 0.13, < 0.17)
66+
bundler (> 2.0)
67+
coffee-script (~> 2.2)
68+
contracts
5869
dotenv
59-
erubis
70+
erubi
6071
execjs (~> 2.0)
6172
fast_blank
6273
fastimage (~> 2.0)
74+
haml (>= 4.0.5, < 7)
6375
hamster (~> 3.0)
64-
hashie (~> 3.4)
65-
i18n (~> 1.6.0)
76+
hashie (>= 3.4, < 6.0)
77+
i18n (>= 1.6, < 1.15)
78+
kramdown (~> 2.4)
6679
listen (~> 3.0)
6780
memoist (~> 0.14)
68-
padrino-helpers (~> 0.15.0)
81+
padrino-helpers (>= 0.15, < 0.17)
6982
parallel
70-
rack (>= 1.4.5, < 3)
83+
rack (>= 3)
84+
rackup
7185
sassc (~> 2.0)
7286
servolux
73-
tilt (~> 2.0.9)
87+
tilt (~> 2.2)
7488
toml
75-
uglifier (~> 3.0)
89+
uglifier (>= 3, < 5)
7690
webrick
7791
middleman-sprockets (4.1.1)
7892
middleman-core (~> 4.0)
7993
sprockets (>= 3.0)
8094
middleman-syntax (3.4.0)
8195
middleman-core (>= 3.2)
8296
rouge (~> 3.2)
83-
minitest (5.21.2)
97+
minitest (6.0.2)
98+
drb (~> 2.0)
99+
prism (~> 1.5)
84100
nokogiri (1.19.2-x86_64-linux-gnu)
85101
racc (~> 1.4)
86-
padrino-helpers (0.15.3)
102+
padrino-helpers (0.16.0)
87103
i18n (>= 0.6.7, < 2)
88-
padrino-support (= 0.15.3)
89-
tilt (>= 1.4.1, < 3)
90-
padrino-support (0.15.3)
91-
parallel (1.24.0)
104+
padrino-support (= 0.16.0)
105+
tilt (>= 2.1, < 3)
106+
padrino-support (0.16.0)
107+
parallel (1.27.0)
92108
parslet (2.0.0)
93-
public_suffix (5.0.4)
109+
prism (1.9.0)
110+
public_suffix (7.0.5)
94111
racc (1.8.1)
95-
rack (2.2.22)
112+
rack (3.2.5)
113+
rackup (2.3.1)
114+
rack (>= 3)
96115
rb-fsevent (0.11.2)
97-
rb-inotify (0.10.1)
116+
rb-inotify (0.11.1)
98117
ffi (~> 1.0)
99118
redcarpet (3.6.1)
100-
rexml (3.4.2)
119+
rexml (3.4.4)
101120
rouge (3.30.0)
102121
sass (3.7.4)
103122
sass-listen (~> 4.0.0)
@@ -106,36 +125,38 @@ GEM
106125
rb-inotify (~> 0.9, >= 0.9.7)
107126
sassc (2.4.0)
108127
ffi (~> 1.9)
128+
securerandom (0.4.1)
109129
servolux (0.13.0)
110-
sprockets (3.7.5)
111-
base64
130+
sprockets (4.2.2)
112131
concurrent-ruby (~> 1.0)
113-
rack (> 1, < 3)
114-
temple (0.10.3)
115-
thor (1.2.2)
116-
tilt (2.0.11)
132+
logger
133+
rack (>= 2.2.4, < 4)
134+
temple (0.10.4)
135+
thor (1.5.0)
136+
tilt (2.7.0)
117137
toml (0.3.0)
118138
parslet (>= 1.8.0, < 3.0.0)
119139
tzinfo (2.0.6)
120140
concurrent-ruby (~> 1.0)
121-
uglifier (3.2.0)
141+
uglifier (4.2.1)
122142
execjs (>= 0.3.0, < 3)
123-
webrick (1.8.2)
143+
uri (1.1.1)
144+
webrick (1.9.2)
124145

125146
PLATFORMS
126147
x86_64-linux
127148

128149
DEPENDENCIES
129150
haml (>= 4.0.5, < 6.0)
130-
middleman (= 4.5.1)
151+
middleman (= 4.6.3)
131152
middleman-autoprefixer (~> 3.0.0)
132153
middleman-sprockets (~> 4.1.1)
133154
middleman-syntax (~> 3.4.0)
134155
nokogiri (~> 1.19.2)
135156
redcarpet (~> 3.6.1)
136157
rouge (~> 3.30.0)
137158
sass (= 3.7.4)
138-
sprockets (= 3.7.5)
159+
sprockets (= 4.2.2)
139160

140161
RUBY VERSION
141162
ruby 3.2.2p53

0 commit comments

Comments
 (0)