Skip to content

Commit

Permalink
chore(deps): Bump middleman-syntax from 3.3.0 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [middleman-syntax](https://github.com/middleman/middleman-syntax) from 3.3.0 to 3.4.0.
- [Changelog](https://github.com/middleman/middleman-syntax/blob/master/CHANGELOG.md)
- [Commits](middleman/middleman-syntax@v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: middleman-syntax
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent ebda46b commit 69c080b
Showing 1 changed file with 31 additions and 20 deletions.
51 changes: 31 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,36 +51,45 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.7.2)
activesupport (7.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
bigdecimal (3.1.6)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
contracts (0.17)
dotenv (2.8.1)
drb (2.2.0)
ruby2_keywords
erubis (2.7.0)
execjs (2.8.1)
execjs (2.9.1)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday-retry (2.2.0)
faraday (~> 2.0)
fastimage (2.2.6)
ffi (1.15.5)
fastimage (2.3.0)
ffi (1.16.3)
haml (5.2.2)
temple (>= 0.8.0)
tilt
Expand Down Expand Up @@ -108,7 +117,7 @@ GEM
libv8-node (18.16.0.0)
libv8-node (18.16.0.0-arm64-darwin)
libv8-node (18.16.0.0-x86_64-linux)
listen (3.7.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memoist (0.16.2)
Expand All @@ -117,14 +126,15 @@ GEM
addressable (~> 2.3)
middleman-core (>= 4.0.0)
tzinfo (>= 0.3.0)
middleman-syntax (3.3.0)
middleman-syntax (3.4.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.8.5)
mini_racer (0.8.0)
libv8-node (~> 18.16.0.0)
minitest (5.19.0)
minitest (5.21.2)
mustache (1.1.1)
mutex_m (0.2.0)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -140,13 +150,14 @@ GEM
octokit (8.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
oj (3.13.23)
padrino-helpers (0.15.2)
oj (3.16.3)
bigdecimal (>= 3.0)
padrino-helpers (0.15.3)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.2)
padrino-support (= 0.15.3)
tilt (>= 1.4.1, < 3)
padrino-support (0.15.2)
pairing_heap (0.3.0)
padrino-support (0.15.3)
pairing_heap (3.0.1)
parallel (1.24.0)
parser (3.3.0.3)
ast (~> 2.4.1)
Expand All @@ -160,9 +171,9 @@ GEM
pry (>= 0.13, < 0.15)
psych (5.1.2)
stringio
public_suffix (5.0.3)
public_suffix (5.0.4)
racc (1.7.3)
rack (2.2.6.4)
rack (2.2.8)
rainbow (3.1.1)
rake (13.1.0)
rb-fsevent (0.11.2)
Expand All @@ -174,8 +185,8 @@ GEM
reline (0.4.2)
io-console (~> 0.5)
rexml (3.2.6)
rgl (0.5.10)
pairing_heap (>= 0.3.0)
rgl (0.6.6)
pairing_heap (>= 0.3, < 4.0)
rexml (~> 3.2, >= 3.2.4)
stream (~> 0.5.3)
rouge (3.30.0)
Expand Down Expand Up @@ -206,7 +217,7 @@ GEM
stringio (3.1.0)
sysexits (1.2.0)
temple (0.10.3)
terser (1.1.13)
terser (1.1.20)
execjs (>= 0.3.0, < 3)
thor (1.2.1)
tilt (2.0.11)
Expand All @@ -215,7 +226,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
webrick (1.7.0)
webrick (1.8.1)

PLATFORMS
arm64-darwin-21
Expand Down

0 comments on commit 69c080b

Please sign in to comment.