Gemfile in contracts-0.11.0 vs Gemfile in contracts-0.12.0

- old
+ new

@@ -2,13 +2,16 @@ gemspec group :test do gem "rspec" + gem "aruba" + gem "cucumber", "~> 1.3.20" gem "rubocop", "~> 0.29.1", :platform => [:ruby_20, :ruby_21, :ruby_22] end group :development do + gem "relish" gem "method_profiler" gem "ruby-prof" gem "rake" end