Gemfile in hexdump-1.0.0 vs Gemfile in hexdump-1.0.1

- old
+ new

@@ -4,9 +4,11 @@ group :development do gem 'rake' gem 'rubygems-tasks', '~> 0.2' gem 'rspec', '~> 3.0' + gem 'simplecov', '~> 0.20' gem 'kramdown' + gem 'redcarpet', platform: :mri gem 'yard', '~> 0.9' gem 'yard-spellcheck', require: false end