Gemfile in ronin-1.0.0.pre4 vs Gemfile in ronin-1.0.0.rc1
- old
+ new
@@ -1,5 +1,7 @@
+require 'ore/specification'
+
source 'https://rubygems.org'
DATA_MAPPER = 'http://github.com/datamapper'
DM_VERSION = '~> 1.0.2'
RONIN = 'http://github.com/ronin-ruby'
@@ -10,10 +12,10 @@
# gem 'ronin-support', '~> 0.1.0', :git => "#{RONIN}/ronin-support.git"
group :development do
gem 'rake', '~> 0.8.7'
- gem 'ore-core', '~> 0.1.0'
+ gem 'ore-core', '~> 0.1.1'
gem 'ore-tasks', '~> 0.3.0'
gem 'rspec', '~> 2.3.0'
gem 'kramdown', '~> 0.12.0'
gem 'ruby-graphviz', '~> 0.9.10'