Gemfile in nanoc-4.0.1 vs Gemfile in nanoc-4.0.2

- old
+ new

@@ -21,15 +21,11 @@ gem 'markaby' gem 'maruku' gem 'mime-types' gem 'minitest', '~> 5.0' gem 'mocha' -if RUBY_VERSION >= '2.0.0' - gem 'mustache', '~> 1.0' -else - gem 'mustache', '~> 0.99' -end +gem 'mustache', '~> 1.0' gem 'nokogiri', '~> 1.6' gem 'pandoc-ruby' gem 'pry' gem 'pygments.rb', platforms: [:ruby, :mswin] gem 'rack' @@ -41,10 +37,10 @@ gem 'RedCloth' gem 'rouge' gem 'rspec' gem 'rubocop' gem 'rubypants' -gem 'sass', '~> 3.2.2' +gem 'sass' gem 'simplecov', require: false gem 'slim' gem 'typogruby' gem 'uglifier' gem 'vcr'