Gemfile in hobo_fields-2.0.1 vs Gemfile in hobo_fields-2.1.0.pre1
- old
+ new
@@ -1,9 +1,11 @@
source "http://rubygems.org"
gem 'rubydoctest', :git => 'git://github.com/bryanlarsen/rubydoctest.git'
-gem 'rails', '3.2.12'
+gem 'rails'
gem 'yard'
+gem 'protected_attributes'
+
gemspec :path => "../hobo_support"
gemspec
platform :ruby do
gem 'sqlite3'
end