Skip to content

Commit f5b3a20

Browse files
committed
Remove unused gem middleman-gh-pages
1 parent a2b6119 commit f5b3a20

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source 'https://rubygems.org'
22

33
# Middleman
44
gem 'middleman', '~>4.0.0'
5-
gem 'middleman-gh-pages', '~> 0.0.3'
65
gem 'middleman-syntax', '~> 2.1.0'
76
gem 'middleman-autoprefixer', '~> 2.7.0'
87
gem "middleman-sprockets", "~> 4.0.0.rc"

Gemfile.lock

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ GEM
7474
sass (>= 3.4)
7575
tilt (~> 1.4.1)
7676
uglifier (~> 2.6)
77-
middleman-gh-pages (0.0.3)
78-
rake (> 0.9.3)
7977
middleman-sprockets (4.0.0.rc.1)
8078
middleman-core (>= 4.0.0.rc.1)
8179
sprockets (~> 3.0)
@@ -98,7 +96,6 @@ GEM
9896
rack (1.6.4)
9997
rack-test (0.6.3)
10098
rack (>= 1.0)
101-
rake (10.4.2)
10299
rb-fsevent (0.9.7)
103100
rb-inotify (0.9.5)
104101
ffi (>= 0.5.0)
@@ -124,11 +121,10 @@ PLATFORMS
124121
DEPENDENCIES
125122
middleman (~> 4.0.0)
126123
middleman-autoprefixer (~> 2.7.0)
127-
middleman-gh-pages (~> 0.0.3)
128124
middleman-sprockets (~> 4.0.0.rc)
129125
middleman-syntax (~> 2.1.0)
130126
redcarpet (~> 3.3.2)
131127
rouge (~> 1.10.1)
132128

133129
BUNDLED WITH
134-
1.10.6
130+
1.12.5

0 commit comments

Comments
 (0)