Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point middleman back to their main branch #1437

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"
ruby File.read(File.expand_path("../.ruby-version", __FILE__)).strip

# Static site generator
gem "middleman", github: "https://github.com/middleman/middleman/pull/2777"
gem "middleman", github: "middleman/middleman"
## Extensions
gem "middleman-blog", github: "middleman/middleman-blog"
gem "middleman-search", github: "tnir/middleman-search", branch: "edge" # https://github.com/manastech/middleman-search/pull/39
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ GIT

GIT
remote: https://github.com/middleman/middleman.git
revision: fb05dd94ff6f1a74dc313aed4e623f18c1ea6cf7
ref: refs/pull/2777/head
revision: 0cb9caca6ec5222d4cf9710b5f1b11ae3977acf9
specs:
middleman (4.5.1)
middleman-cli (= 4.5.1)
Expand All @@ -22,6 +21,7 @@ GIT
addressable (~> 2.4)
bundler (~> 2.0)
coffee-script (~> 2.2)
concurrent-ruby (= 1.3.4)
contracts
dotenv
erubi
Expand Down Expand Up @@ -119,7 +119,7 @@ GEM
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (5.0.0)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
irb (1.14.3)
Expand Down Expand Up @@ -227,7 +227,7 @@ GEM
sysexits (1.2.0)
temple (0.10.3)
thor (1.2.2)
tilt (2.5.0)
tilt (2.6.0)
toml (0.3.0)
parslet (>= 1.8.0, < 3.0.0)
tzinfo (2.0.6)
Expand Down