Skip to content

Commit

Permalink
Update middleman from 038f4f60 to 50f76c29 (#1005)
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya Noguchi <[email protected]>
  • Loading branch information
tnir authored Jan 1, 2023
1 parent 99054ef commit cb28423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source "https://rubygems.org"
ruby File.read(File.expand_path("../.ruby-version", __FILE__)).strip

# Static site generator
## Includes https://github.com/middleman/middleman/pull/2565, https://github.com/middleman/middleman/pull/2571
gem "middleman", github: "middleman/middleman", ref: "038f4f606ff6cfc75cbe5c8690c5eae2e34f78f3"
## Includes https://github.com/middleman/middleman/pull/2565, https://github.com/middleman/middleman/pull/2571, https://github.com/middleman/middleman/pull/2588
gem "middleman", github: "middleman/middleman", ref: "50f76c2984c4f82b243b0a5e3f860aeaf63e07d5"
## Extensions
gem "middleman-blog"
gem "middleman-search", github: "tnir/middleman-search", branch: "edge" # https://github.com/manastech/middleman-search/pull/39
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/middleman/middleman.git
revision: 038f4f606ff6cfc75cbe5c8690c5eae2e34f78f3
ref: 038f4f606ff6cfc75cbe5c8690c5eae2e34f78f3
revision: 50f76c2984c4f82b243b0a5e3f860aeaf63e07d5
ref: 50f76c2984c4f82b243b0a5e3f860aeaf63e07d5
specs:
middleman (5.0.0.rc.2)
coffee-script (~> 2.4)
Expand Down

0 comments on commit cb28423

Please sign in to comment.