mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Fix up tests
This commit is contained in:
parent
97082d5fc4
commit
5adea781c9
3 changed files with 4 additions and 2 deletions
|
@ -67,3 +67,5 @@ Style/MultilineBlockChain:
|
|||
Enabled: false
|
||||
Style/SpecialGlobalVars:
|
||||
Enabled: false
|
||||
Style/FrozenStringLiteralComment:
|
||||
Enabled: false
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -27,7 +27,7 @@ gem 'rubydns', '~> 1.0.1', require: false
|
|||
|
||||
# To test javascript
|
||||
gem 'poltergeist', '~> 1.8', require: false
|
||||
gem 'phantomjs', '~> 1.9.8.0', require: false
|
||||
gem 'phantomjs', '~> 2.1.1.0', require: false
|
||||
|
||||
# For less, note there is no compatible JS runtime for windows
|
||||
gem 'therubyrhino', '>= 2.0', platforms: :jruby
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Middleman
|
||||
# Current Version
|
||||
# @return [String]
|
||||
VERSION = '4.1.10'.freeze unless const_defined?(:VERSION)
|
||||
VERSION = '4.1.11'.freeze unless const_defined?(:VERSION)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue