Gemfile in ronin-gen-1.0.0.pre1 vs Gemfile in ronin-gen-1.0.0.pre2
- old
+ new
@@ -4,24 +4,18 @@
DM_VERSION = '~> 1.0.2'
RONIN = 'http://github.com/ronin-ruby'
gemspec
-# Ronin dependencies
+# Ronin dependencies:
# gem 'ronin-support', '~> 0.1.0', :git => "#{RONIN}/ronin-support.git"
# gem 'ronin', '~> 1.0.0', :git => "#{RONIN}/ronin.git"
group :development do
gem 'rake', '~> 0.8.7'
- platforms :jruby do
- gem 'maruku', '~> 0.6.0'
- end
+ gem 'kramdown', '~> 0.12.0'
- platforms :ruby do
- gem 'rdiscount', '~> 1.6.3'
- end
-
gem 'ore-core', '~> 0.1.0'
gem 'ore-tasks', '~> 0.3.0'
- gem 'rspec', '~> 2.0.0'
+ gem 'rspec', '~> 2.3.0'
end