Gemfile in mastercoin-ruby-0.0.5 vs Gemfile in mastercoin-ruby-0.1.0

- old
+ new

@@ -6,10 +6,10 @@ # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. gem 'bitcoin-ruby', '~> 0.0.1', git: "https://github.com/maran/bitcoin-ruby.git" gem 'sequel', '~> 4.1.1' -gem 'thor' +gem 'thor', '>= 0.14.6' gem 'activesupport', '>= 3.0.0' group :development do gem "rdoc", "~> 3.12" gem "bundler", "~> 1.0"