mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Requiring sinatra messes stuff up
This commit is contained in:
parent
13f8426da4
commit
b4c2bf3098
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -15,7 +15,7 @@ gem "rspec", "~> 2.12"
|
|||
gem 'gherkin', '<= 2.11.6' # for annoying "eval" warnings
|
||||
|
||||
# Optional middleman dependencies, included for tests
|
||||
gem "sinatra"
|
||||
gem "sinatra", :require => false
|
||||
gem "slim", :require => false
|
||||
gem "liquid", :require => false
|
||||
gem "less", :require => false
|
||||
|
|
Loading…
Reference in a new issue