Gemfile in active_text-0.0.1 vs Gemfile in active_text-0.0.2

- old
+ new

@@ -4,10 +4,11 @@ # gem "activesupport", ">= 2.3.5" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do - gem "rspec", ">= 2.3.0" + gem "rspec", "2.3.0" gem "bundler", "~> 1.0.0" gem "jeweler", "~> 1.5.2" gem "rcov", ">= 0" + gem "autotest" end