spec/spec_helper.rb in dm-is-remixable-0.9.10 vs spec/spec_helper.rb in dm-is-remixable-0.9.11
- old
+ new
@@ -1,8 +1,8 @@
require 'pathname'
require 'rubygems'
-gem 'rspec', '~>1.1.11'
+gem 'rspec', '~>1.2'
require 'spec'
ROOT = Pathname(__FILE__).dirname.parent.expand_path
# use local dm-types if running from dm-more directly