Update dependencies.

This commit is contained in:
Jordon Bedwell 2015-06-17 10:31:44 -05:00
parent c6ee8a150a
commit 9c4bf19c71
1 changed files with 3 additions and 3 deletions

View File

@ -20,13 +20,13 @@ if RUBY_PLATFORM =~ /cygwin/ || RUBY_VERSION.start_with?("2.2")
end
gem 'rake', '~> 10.1'
gem 'rdoc', '~> 3.11'
gem 'rdoc', '~> 4.2'
gem 'redgreen', '~> 1.2'
gem 'shoulda', '~> 3.5'
gem 'cucumber', '1.3.18'
gem 'cucumber', '~> 2.0'
gem 'launchy', '~> 2.3'
gem 'simplecov', '~> 0.9'
gem 'mime-types', '~> 1.5'
gem 'mime-types', '~> 2.6'
gem 'kramdown', '~> 1.7.0'
gem 'jekyll_test_plugin'
gem 'jekyll_test_plugin_malicious'