Skip to content

Commit

Permalink
Merge pull request #1141 from gocd/dependabot/bundler/middleman-4.5.1
Browse files Browse the repository at this point in the history
Bump middleman from 4.5.0 to 4.5.1
  • Loading branch information
chadlwilson authored Jan 1, 2024
2 parents 4d5c1f9 + 9ebda39 commit a761ec4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ruby '~> 3.2'
gem 'html-proofer'

# Middleman
gem "middleman", "~> 4.4"
gem "middleman", "~> 4.5"
gem 'sassc', github: 'sass/sassc-ruby', ref: 'refs/pull/233/head'
gem 'sassc-embedded'
gem "middleman-gh-pages", "~> 0.4.1"
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GEM
console (1.23.3)
fiber-annotation
fiber-local
contracts (0.17)
contracts (0.16.1)
dotenv (2.8.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
Expand Down Expand Up @@ -95,23 +95,23 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memoist (0.16.2)
middleman (4.5.0)
middleman (4.5.1)
coffee-script (~> 2.2)
haml (>= 4.0.5)
kramdown (>= 2.3.0)
middleman-cli (= 4.5.0)
middleman-core (= 4.5.0)
middleman-cli (= 4.5.1)
middleman-core (= 4.5.1)
middleman-autoprefixer (3.0.0)
autoprefixer-rails (~> 10.0)
middleman-core (>= 4.0.0)
middleman-cli (4.5.0)
thor (>= 0.17.0, < 2.0)
middleman-core (4.5.0)
middleman-cli (4.5.1)
thor (>= 0.17.0, < 1.3.0)
middleman-core (4.5.1)
activesupport (>= 6.1, < 7.1)
addressable (~> 2.4)
backports (~> 3.6)
bundler (~> 2.0)
contracts (~> 0.13)
contracts (~> 0.13, < 0.17)
dotenv
erubis
execjs (~> 2.0)
Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
temple (0.10.3)
thor (1.3.0)
thor (1.2.2)
tilt (2.0.11)
timers (4.3.5)
toml (0.3.0)
Expand All @@ -232,7 +232,7 @@ DEPENDENCIES
haml (< 6.0)
html-proofer
listen (= 3.8.0)
middleman (~> 4.4)
middleman (~> 4.5)
middleman-autoprefixer (~> 3.0)
middleman-gh-pages (~> 0.4.1)
middleman-livereload (~> 3.4.0)
Expand Down

0 comments on commit a761ec4

Please sign in to comment.