Skip to content

Commit

Permalink
Specify version for middleman-syntax gem to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cvkef authored and lord committed Apr 30, 2015
1 parent 8276ba8 commit e14878f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'http://rubygems.org'
# Middleman
gem 'middleman', '~>3.3.10'
gem 'middleman-gh-pages', '~> 0.0.3'
gem 'middleman-syntax'
gem 'middleman-syntax', '~> 2.0.0'
gem 'rouge', '~> 1.8.0'
gem 'redcarpet', '~> 3.2.1'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ PLATFORMS
DEPENDENCIES
middleman (~> 3.3.10)
middleman-gh-pages (~> 0.0.3)
middleman-syntax
middleman-syntax (~> 2.0.0)
rake (~> 10.4.0)
redcarpet (~> 3.2.1)
rouge (= 1.8.0)
rouge (~> 1.8.0)
therubyracer

0 comments on commit e14878f

Please sign in to comment.