Gemfile in cantango-config-0.1.2 vs Gemfile in cantango-config-0.1.3

- old
+ new

@@ -1,13 +1,13 @@ source :rubygems group :default do - gem 'rails', '>= 3.1' - gem 'sugar-high', '>= 0.6.0' - gem 'sweetloader', '~> 0.1.0' - gem 'hashie' + gem 'rails', '>= 3.1' + gem 'sugar-high', '>= 0.6.0' + gem 'sweetloader', '~> 0.1.6' + gem 'hashie', '~> 0.4.0' - gem 'cantango-core', :git => 'git://github.com/kristianmandrup/cantango-core.git' + gem 'cantango-core' #, :git => 'git://github.com/kristianmandrup/cantango-core.git' end group :development do gem "bundler", ">= 1.1.rc" gem "jeweler", ">= 1.6.4"