gemfiles/rails2.3.gemfile in property_sets-2.0.1 vs gemfiles/rails2.3.gemfile in property_sets-2.1.0
- old
+ new
@@ -1,10 +1,19 @@
# This file was generated by Appraisal
source "https://rubygems.org"
gem "activerecord-jdbcmysql-adapter", "1.2.2", :platforms=>:jruby
-gem "mysql", "~> 2.8.1", :platforms=>:ruby
-gem "activerecord", "2.3.14"
-gem "activesupport", "2.3.14"
+gem "rake"
+gem "bundler"
+gem "appraisal"
+gem "actionpack", ">= 2.3.14", "< 3.3"
+gem "iconv", :platforms=>:ruby_20
+gem "activerecord", "~> 2.3.14"
+gem "activesupport", "~> 2.3.14"
+gem "shoulda", "~> 2.11"
+gem "mysql2", "~> 0.2.0", :platforms=>:ruby
+gem "activerecord-mysql2-adapter", :platforms=>:ruby
+gem "mocha", "~> 0.12.0"
+gem "test-unit", "< 2.5.5"
gemspec :path=>"../"
\ No newline at end of file