Skip to content

Commit

Permalink
Point middleman back to their main branch (#1437)
Browse files Browse the repository at this point in the history
Since PR has been merged.
  • Loading branch information
deivid-rodriguez authored Jan 22, 2025
1 parent 0acdd67 commit 7bc49a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit 7bc49a3

Please sign in to comment.