Gemfile in nanoc-4.7.4 vs Gemfile in nanoc-4.7.5
- old
+ new
@@ -47,20 +47,20 @@
gem 'maruku'
gem 'mime-types'
gem 'mustache', '~> 1.0'
gem 'nokogiri', '~> 1.6'
gem 'pandoc-ruby'
- gem 'pygments.rb', github: 'tmm1/pygments.rb', platforms: %i(ruby mswin)
+ gem 'pygments.rb', '~> 1.1', '>= 1.1.1', platforms: %i(ruby mswin)
gem 'rack'
gem 'rainpress'
gem 'rdiscount', '~> 2.2', platforms: %i(ruby mswin)
gem 'redcarpet', platforms: %i(ruby mswin)
gem 'RedCloth', platforms: :ruby
gem 'rouge'
gem 'rubypants'
gem 'sass'
gem 'slim'
- gem 'therubyracer', github: 'cowboyd/therubyracer'
+ gem 'therubyracer', '~> 0.12'
gem 'typogruby'
gem 'uglifier'
gem 'w3c_validators'
gem 'yuicompressor'
end