Gemfile in ronin-1.4.0 vs Gemfile in ronin-1.4.1

- old
+ new

@@ -1,16 +1,16 @@ source 'https://rubygems.org' -DM_URI = 'http://github.com/datamapper' -DM_VERSION = '~> 1.1.0' +DM_URI = 'http://github.com/datamapper' +DM_VERSION = '~> 1.2' DO_VERSION = '~> 0.10.3' -RONIN_URI = 'http://github.com/ronin-ruby' +RONIN_URI = 'http://github.com/ronin-ruby' gemspec platforms :jruby do - gem 'jruby-openssl', '~> 0.7.0' + gem 'jruby-openssl', '~> 0.7' end # DataMapper dependencies # gem 'data_objects', DO_VERSION, :git => "#{DM_URI}/do.git" # gem 'do_sqlite3', DO_VERSION, :git => "#{DM_URI}/do.git" @@ -33,11 +33,11 @@ gem 'ore-tasks', '~> 0.4' gem 'rspec', '~> 2.4' gem 'kramdown', '~> 0.12' - gem 'ruby-graphviz', '~> 0.9.10' - gem 'dm-visualizer', '~> 0.2.0' + gem 'ruby-graphviz', '~> 0.9' + gem 'dm-visualizer', '~> 0.2' end # # To enable additional DataMapper adapters for development work or for # testing purposes, simple set the ADAPTER or ADAPTERS environment