Skip to content

Commit

Permalink
Merge pull request #185 from zaproxy/dependabot/bundler/middleman-syn…
Browse files Browse the repository at this point in the history
…tax-3.4.0

Bump middleman-syntax from 3.3.0 to 3.4.0
  • Loading branch information
thc202 authored Jan 22, 2024
2 parents ccb2900 + 5e0c0e0 commit c63044b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ruby '>=3.2'
source 'https://rubygems.org'

gem 'middleman', '4.5.1'
gem 'middleman-syntax', '~> 3.3.0'
gem 'middleman-syntax', '~> 3.4.0'
gem 'middleman-autoprefixer', '~> 3.0.0'
gem 'middleman-sprockets', '~> 4.1.1'
gem 'rouge', '~> 3.30.0'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
autoprefixer-rails (10.4.13.0)
execjs (~> 2)
Expand All @@ -15,13 +15,13 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
contracts (0.16.1)
dotenv (2.8.1)
erubis (2.7.0)
execjs (2.9.1)
fast_blank (1.0.1)
fastimage (2.2.7)
fastimage (2.3.0)
ffi (1.16.3)
haml (5.2.2)
temple (>= 0.8.0)
Expand Down Expand Up @@ -76,18 +76,18 @@ GEM
middleman-sprockets (4.1.1)
middleman-core (~> 4.0)
sprockets (>= 3.0)
middleman-syntax (3.3.0)
middleman-syntax (3.4.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
minitest (5.20.0)
minitest (5.21.2)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
padrino-helpers (0.15.3)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.3)
tilt (>= 1.4.1, < 3)
padrino-support (0.15.3)
parallel (1.23.0)
parallel (1.24.0)
parslet (2.0.0)
public_suffix (5.0.4)
racc (1.7.3)
Expand Down Expand Up @@ -128,7 +128,7 @@ DEPENDENCIES
middleman (= 4.5.1)
middleman-autoprefixer (~> 3.0.0)
middleman-sprockets (~> 4.1.1)
middleman-syntax (~> 3.3.0)
middleman-syntax (~> 3.4.0)
nokogiri (~> 1.16.0)
redcarpet (~> 3.6.0)
rouge (~> 3.30.0)
Expand Down

0 comments on commit c63044b

Please sign in to comment.