Skip to content

Commit ecc4446

Browse files
Bump middleman from 4.5.0 to 4.5.1
Bumps [middleman](https://github.com/middleman/middleman) from 4.5.0 to 4.5.1. - [Changelog](https://github.com/middleman/middleman/blob/main/CHANGELOG.md) - [Commits](https://github.com/middleman/middleman/commits) --- updated-dependencies: - dependency-name: middleman dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4de71b2 commit ecc4446

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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.0'
4+
gem 'middleman', '4.5.1'
55
gem 'middleman-syntax', '~> 3.3.0'
66
gem 'middleman-autoprefixer', '~> 3.0.0'
77
gem 'middleman-sprockets', '~> 4.1.1'

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.7.2)
4+
activesupport (7.0.8)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
9-
addressable (2.8.4)
9+
addressable (2.8.5)
1010
public_suffix (>= 2.0.2, < 6.0)
1111
autoprefixer-rails (10.4.13.0)
1212
execjs (~> 2)
@@ -16,13 +16,13 @@ GEM
1616
execjs
1717
coffee-script-source (1.12.2)
1818
concurrent-ruby (1.2.2)
19-
contracts (0.17)
19+
contracts (0.16.1)
2020
dotenv (2.8.1)
2121
erubis (2.7.0)
22-
execjs (2.8.1)
22+
execjs (2.9.1)
2323
fast_blank (1.0.1)
24-
fastimage (2.2.6)
25-
ffi (1.15.5)
24+
fastimage (2.2.7)
25+
ffi (1.16.3)
2626
haml (5.2.2)
2727
temple (>= 0.8.0)
2828
tilt
@@ -37,23 +37,23 @@ GEM
3737
rb-fsevent (~> 0.10, >= 0.10.3)
3838
rb-inotify (~> 0.9, >= 0.9.10)
3939
memoist (0.16.2)
40-
middleman (4.5.0)
40+
middleman (4.5.1)
4141
coffee-script (~> 2.2)
4242
haml (>= 4.0.5)
4343
kramdown (>= 2.3.0)
44-
middleman-cli (= 4.5.0)
45-
middleman-core (= 4.5.0)
44+
middleman-cli (= 4.5.1)
45+
middleman-core (= 4.5.1)
4646
middleman-autoprefixer (3.0.0)
4747
autoprefixer-rails (~> 10.0)
4848
middleman-core (>= 4.0.0)
49-
middleman-cli (4.5.0)
50-
thor (>= 0.17.0, < 2.0)
51-
middleman-core (4.5.0)
49+
middleman-cli (4.5.1)
50+
thor (>= 0.17.0, < 1.3.0)
51+
middleman-core (4.5.1)
5252
activesupport (>= 6.1, < 7.1)
5353
addressable (~> 2.4)
5454
backports (~> 3.6)
5555
bundler (~> 2.0)
56-
contracts (~> 0.13)
56+
contracts (~> 0.13, < 0.17)
5757
dotenv
5858
erubis
5959
execjs (~> 2.0)
@@ -79,7 +79,7 @@ GEM
7979
middleman-syntax (3.3.0)
8080
middleman-core (>= 3.2)
8181
rouge (~> 3.2)
82-
minitest (5.19.0)
82+
minitest (5.20.0)
8383
nokogiri (1.15.4-x86_64-linux)
8484
racc (~> 1.4)
8585
padrino-helpers (0.15.3)
@@ -89,14 +89,14 @@ GEM
8989
padrino-support (0.15.3)
9090
parallel (1.23.0)
9191
parslet (2.0.0)
92-
public_suffix (5.0.1)
92+
public_suffix (5.0.4)
9393
racc (1.7.1)
94-
rack (2.2.7)
94+
rack (2.2.8)
9595
rb-fsevent (0.11.2)
9696
rb-inotify (0.10.1)
9797
ffi (~> 1.0)
9898
redcarpet (3.6.0)
99-
rexml (3.2.5)
99+
rexml (3.2.6)
100100
rouge (3.30.0)
101101
sass (3.7.4)
102102
sass-listen (~> 4.0.0)
@@ -109,7 +109,7 @@ GEM
109109
sprockets (3.7.2)
110110
concurrent-ruby (~> 1.0)
111111
rack (> 1, < 3)
112-
temple (0.10.1)
112+
temple (0.10.3)
113113
thor (1.2.2)
114114
tilt (2.0.11)
115115
toml (0.3.0)
@@ -125,7 +125,7 @@ PLATFORMS
125125

126126
DEPENDENCIES
127127
haml (>= 4.0.5, < 6.0)
128-
middleman (= 4.5.0)
128+
middleman (= 4.5.1)
129129
middleman-autoprefixer (~> 3.0.0)
130130
middleman-sprockets (~> 4.1.1)
131131
middleman-syntax (~> 3.3.0)

0 commit comments

Comments
 (0)