Skip to content

Commit bc3f155

Browse files
Bump middleman from 4.4.2 to 4.4.3 (#1682)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthew Peveler <[email protected]>
1 parent a43bf2a commit bc3f155

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

Gemfile.lock

+27-27
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ GEM
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
99
zeitwerk (~> 2.3)
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
10+
addressable (2.8.1)
11+
public_suffix (>= 2.0.2, < 6.0)
1212
autoprefixer-rails (10.2.5.0)
1313
execjs (< 2.8.0)
1414
backports (3.23.0)
1515
coffee-script (2.4.1)
1616
coffee-script-source
1717
execjs
1818
coffee-script-source (1.12.2)
19-
concurrent-ruby (1.1.10)
20-
contracts (0.13.0)
19+
concurrent-ruby (1.2.0)
20+
contracts (0.16.1)
2121
dotenv (2.8.1)
2222
erubis (2.7.0)
2323
execjs (2.7.0)
@@ -32,29 +32,29 @@ GEM
3232
hashie (3.6.0)
3333
i18n (1.6.0)
3434
concurrent-ruby (~> 1.0)
35-
kramdown (2.3.1)
35+
kramdown (2.4.0)
3636
rexml
37-
listen (3.0.8)
38-
rb-fsevent (~> 0.9, >= 0.9.4)
39-
rb-inotify (~> 0.9, >= 0.9.7)
37+
listen (3.8.0)
38+
rb-fsevent (~> 0.10, >= 0.10.3)
39+
rb-inotify (~> 0.9, >= 0.9.10)
4040
memoist (0.16.2)
41-
middleman (4.4.2)
41+
middleman (4.4.3)
4242
coffee-script (~> 2.2)
43-
haml (>= 4.0.5)
43+
haml (>= 4.0.5, < 6.0)
4444
kramdown (>= 2.3.0)
45-
middleman-cli (= 4.4.2)
46-
middleman-core (= 4.4.2)
45+
middleman-cli (= 4.4.3)
46+
middleman-core (= 4.4.3)
4747
middleman-autoprefixer (3.0.0)
4848
autoprefixer-rails (~> 10.0)
4949
middleman-core (>= 4.0.0)
50-
middleman-cli (4.4.2)
50+
middleman-cli (4.4.3)
5151
thor (>= 0.17.0, < 2.0)
52-
middleman-core (4.4.2)
53-
activesupport (>= 6.1, < 7.0)
52+
middleman-core (4.4.3)
53+
activesupport (>= 6.1, < 7.1)
5454
addressable (~> 2.4)
5555
backports (~> 3.6)
5656
bundler (~> 2.0)
57-
contracts (~> 0.13.0)
57+
contracts (~> 0.13)
5858
dotenv
5959
erubis
6060
execjs (~> 2.0)
@@ -63,7 +63,7 @@ GEM
6363
hamster (~> 3.0)
6464
hashie (~> 3.4)
6565
i18n (~> 1.6.0)
66-
listen (~> 3.0.0)
66+
listen (~> 3.0)
6767
memoist (~> 0.14)
6868
padrino-helpers (~> 0.15.0)
6969
parallel
@@ -81,21 +81,21 @@ GEM
8181
middleman-core (>= 3.2)
8282
rouge (~> 3.2)
8383
mini_portile2 (2.8.0)
84-
minitest (5.16.2)
84+
minitest (5.17.0)
8585
nokogiri (1.13.9)
8686
mini_portile2 (~> 2.8.0)
8787
racc (~> 1.4)
88-
padrino-helpers (0.15.1)
88+
padrino-helpers (0.15.2)
8989
i18n (>= 0.6.7, < 2)
90-
padrino-support (= 0.15.1)
90+
padrino-support (= 0.15.2)
9191
tilt (>= 1.4.1, < 3)
92-
padrino-support (0.15.1)
92+
padrino-support (0.15.2)
9393
parallel (1.22.1)
9494
parslet (2.0.0)
95-
public_suffix (4.0.7)
95+
public_suffix (5.0.1)
9696
racc (1.6.0)
97-
rack (2.2.4)
98-
rb-fsevent (0.11.1)
97+
rack (2.2.6.2)
98+
rb-fsevent (0.11.2)
9999
rb-inotify (0.10.1)
100100
ffi (~> 1.0)
101101
redcarpet (3.6.0)
@@ -112,12 +112,12 @@ GEM
112112
sprockets (3.7.2)
113113
concurrent-ruby (~> 1.0)
114114
rack (> 1, < 3)
115-
temple (0.8.2)
116-
thor (1.1.0)
115+
temple (0.10.0)
116+
thor (1.2.1)
117117
tilt (2.0.11)
118118
toml (0.3.0)
119119
parslet (>= 1.8.0, < 3.0.0)
120-
tzinfo (2.0.5)
120+
tzinfo (2.0.6)
121121
concurrent-ruby (~> 1.0)
122122
uglifier (3.2.0)
123123
execjs (>= 0.3.0, < 3)

0 commit comments

Comments
 (0)