Skip to content

Commit

Permalink
Remove middleman-livereload gem
Browse files Browse the repository at this point in the history
  • Loading branch information
cvkef authored and lord committed Apr 30, 2015
1 parent c39c82c commit f5b34ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source 'http://rubygems.org'

# Middleman
gem 'middleman', '~>3.3.0'
gem 'middleman-livereload', '~> 3.3.0'
gem 'middleman-gh-pages'
gem 'middleman-syntax'
gem 'rouge', '~> 1.8.0'
Expand Down
14 changes: 1 addition & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ GEM
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubis (2.7.0)
eventmachine (1.0.4)
execjs (2.3.0)
ffi (1.9.6)
haml (4.0.6)
Expand All @@ -39,8 +35,7 @@ GEM
hitimes (1.2.2)
hooks (0.4.0)
uber (~> 0.0.4)
http_parser.rb (0.6.0)
i18n (0.7.0)
i18n (v)
json (1.8.2)
kramdown (1.5.0)
libv8 (3.16.14.7)
Expand Down Expand Up @@ -73,10 +68,6 @@ GEM
tilt (~> 1.4.1, < 2.0)
middleman-gh-pages (0.0.3)
rake (> 0.9.3)
middleman-livereload (3.3.4)
em-websocket (~> 0.5.1)
middleman-core (~> 3.2)
rack-livereload (~> 0.3.15)
middleman-sprockets (3.4.1)
middleman-core (>= 3.3)
sprockets (~> 2.12.1)
Expand All @@ -94,8 +85,6 @@ GEM
padrino-support (0.12.4)
activesupport (>= 3.1)
rack (1.6.0)
rack-livereload (0.3.15)
rack
rack-test (0.6.3)
rack (>= 1.0)
rake (10.4.2)
Expand Down Expand Up @@ -137,7 +126,6 @@ PLATFORMS
DEPENDENCIES
middleman (~> 3.3.0)
middleman-gh-pages
middleman-livereload (~> 3.3.0)
middleman-syntax
rake (~> 10.4.0)
redcarpet (~> 3.2.1)
Expand Down

0 comments on commit f5b34ba

Please sign in to comment.