Skip to content

Commit 2c422c5

Browse files
dependabot[bot]mostlyobvious
authored andcommitted
Bump middleman from 4.4.3 to 4.5.0 in /railseventstore.org
Bumps [middleman](https://github.com/middleman/middleman) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/middleman/middleman/releases) - [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]>
1 parent d074635 commit 2c422c5

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

railseventstore.org/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "middleman", "~> 4.4"
5+
gem "middleman", "~> 4.5"
66
gem "middleman-aria_current"
77
gem "middleman-syntax"
88
gem "redcarpet"

railseventstore.org/Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ GEM
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
9-
addressable (2.8.3)
9+
addressable (2.8.4)
1010
public_suffix (>= 2.0.2, < 6.0)
1111
arbre (1.5.0)
1212
activesupport (>= 3.0.0, < 7.1)
1313
ruby2_keywords (>= 0.0.2, < 1.0)
14-
backports (3.24.0)
14+
backports (3.24.1)
1515
coffee-script (2.4.1)
1616
coffee-script-source
1717
execjs
1818
coffee-script-source (1.12.2)
1919
concurrent-ruby (1.2.2)
20-
contracts (0.16.1)
20+
contracts (0.17)
2121
dotenv (2.8.1)
2222
erubis (2.7.0)
2323
execjs (2.8.1)
@@ -44,17 +44,17 @@ GEM
4444
rb-fsevent (~> 0.10, >= 0.10.3)
4545
rb-inotify (~> 0.9, >= 0.9.10)
4646
memoist (0.16.2)
47-
middleman (4.4.3)
47+
middleman (4.5.0)
4848
coffee-script (~> 2.2)
49-
haml (>= 4.0.5, < 6.0)
49+
haml (>= 4.0.5)
5050
kramdown (>= 2.3.0)
51-
middleman-cli (= 4.4.3)
52-
middleman-core (= 4.4.3)
51+
middleman-cli (= 4.5.0)
52+
middleman-core (= 4.5.0)
5353
middleman-aria_current (0.1.2)
5454
middleman-core (~> 4.0)
55-
middleman-cli (4.4.3)
55+
middleman-cli (4.5.0)
5656
thor (>= 0.17.0, < 2.0)
57-
middleman-core (4.4.3)
57+
middleman-core (4.5.0)
5858
activesupport (>= 6.1, < 7.1)
5959
addressable (~> 2.4)
6060
backports (~> 3.6)
@@ -91,10 +91,10 @@ GEM
9191
padrino-support (= 0.15.3)
9292
tilt (>= 1.4.1, < 3)
9393
padrino-support (0.15.3)
94-
parallel (1.22.1)
94+
parallel (1.23.0)
9595
parslet (2.0.0)
9696
public_suffix (5.0.1)
97-
rack (2.2.6.4)
97+
rack (2.2.7)
9898
rb-fsevent (0.11.2)
9999
rb-inotify (0.10.1)
100100
ffi (~> 1.0)
@@ -130,7 +130,7 @@ DEPENDENCIES
130130
faraday
131131
faraday-retry
132132
haml (< 6)
133-
middleman (~> 4.4)
133+
middleman (~> 4.5)
134134
middleman-aria_current
135135
middleman-syntax
136136
octokit

0 commit comments

Comments
 (0)