Skip to content

Commit 31c994f

Browse files
build(deps): bump middleman from 4.4.3 to 4.5.0 in /docs/v3 (#3755)
Bumps [middleman](https://github.com/middleman/middleman) from 4.4.3 to 4.5.0. - [Changelog](https://github.com/middleman/middleman/blob/main/CHANGELOG.md) - [Commits](https://github.com/middleman/middleman/commits/v4.5.0) --- updated-dependencies: - dependency-name: middleman dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 475bdd3 commit 31c994f

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

docs/v3/Gemfile

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

33
gem 'json', '>= 2.3.0'
4-
gem 'middleman', '~> 4.4'
4+
gem 'middleman', '~> 4.5'
55
gem 'middleman-autoprefixer', '~> 3.0', '>= 3.0.0'
66
gem 'middleman-gh-pages', '>= 0.0.3'
77
gem 'middleman-livereload', '>= 3.4.7'

docs/v3/Gemfile.lock

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
coffee-script-source (1.12.2)
1818
concurrent-ruby (1.2.3)
1919
contracts (0.17)
20-
dotenv (3.1.0)
20+
dotenv (3.1.1)
2121
em-websocket (0.5.3)
2222
eventmachine (>= 0.12.9)
2323
http_parser.rb (~> 0)
@@ -27,8 +27,9 @@ GEM
2727
fast_blank (1.0.1)
2828
fastimage (2.3.1)
2929
ffi (1.16.3)
30-
haml (5.2.2)
31-
temple (>= 0.8.0)
30+
haml (6.3.0)
31+
temple (>= 0.8.2)
32+
thor
3233
tilt
3334
hamster (3.0.0)
3435
concurrent-ruby (~> 1.0)
@@ -47,18 +48,18 @@ GEM
4748
rb-fsevent (~> 0.10, >= 0.10.3)
4849
rb-inotify (~> 0.9, >= 0.9.10)
4950
memoist (0.16.2)
50-
middleman (4.4.3)
51+
middleman (4.5.0)
5152
coffee-script (~> 2.2)
52-
haml (>= 4.0.5, < 6.0)
53+
haml (>= 4.0.5)
5354
kramdown (>= 2.3.0)
54-
middleman-cli (= 4.4.3)
55-
middleman-core (= 4.4.3)
55+
middleman-cli (= 4.5.0)
56+
middleman-core (= 4.5.0)
5657
middleman-autoprefixer (3.0.0)
5758
autoprefixer-rails (~> 10.0)
5859
middleman-core (>= 4.0.0)
59-
middleman-cli (4.4.3)
60+
middleman-cli (4.5.0)
6061
thor (>= 0.17.0, < 2.0)
61-
middleman-core (4.4.3)
62+
middleman-core (4.5.0)
6263
activesupport (>= 6.1, < 7.1)
6364
addressable (~> 2.4)
6465
backports (~> 3.6)
@@ -125,7 +126,7 @@ GEM
125126
rb-inotify (0.10.1)
126127
ffi (~> 1.0)
127128
redcarpet (3.6.0)
128-
rexml (3.2.5)
129+
rexml (3.2.6)
129130
rouge (3.30.0)
130131
sass (3.7.4)
131132
sass-listen (~> 4.0.0)
@@ -138,8 +139,8 @@ GEM
138139
sprockets (3.7.2)
139140
concurrent-ruby (~> 1.0)
140141
rack (> 1, < 3)
141-
temple (0.9.1)
142-
thor (1.2.1)
142+
temple (0.10.3)
143+
thor (1.3.1)
143144
tilt (2.0.11)
144145
toml (0.3.0)
145146
parslet (>= 1.8.0, < 3.0.0)
@@ -157,7 +158,7 @@ PLATFORMS
157158

158159
DEPENDENCIES
159160
json (>= 2.3.0)
160-
middleman (~> 4.4)
161+
middleman (~> 4.5)
161162
middleman-autoprefixer (~> 3.0, >= 3.0.0)
162163
middleman-gh-pages (>= 0.0.3)
163164
middleman-livereload (>= 3.4.7)

0 commit comments

Comments
 (0)