gemfiles/rails3.2.gemfile.lock in property_sets-0.7.2 vs gemfiles/rails3.2.gemfile.lock in property_sets-0.8.0
- old
+ new
@@ -1,39 +1,40 @@
PATH
- remote: /Users/primdahl/Git/property_sets
+ remote: /Users/mgrosser/code/tools/property_sets
specs:
- property_sets (0.6.1)
+ property_sets (0.7.2)
actionpack (>= 2.3.14, < 3.3)
activerecord (>= 2.3.14, < 3.3)
activesupport (>= 2.3.14, < 3.3)
+ json
GEM
remote: http://rubygems.org/
specs:
- actionpack (3.2.2)
- activemodel (= 3.2.2)
- activesupport (= 3.2.2)
+ actionpack (3.2.6)
+ activemodel (= 3.2.6)
+ activesupport (= 3.2.6)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
- rack-cache (~> 1.1)
+ rack-cache (~> 1.2)
rack-test (~> 0.6.1)
- sprockets (~> 2.1.2)
- activemodel (3.2.2)
- activesupport (= 3.2.2)
+ sprockets (~> 2.1.3)
+ activemodel (3.2.6)
+ activesupport (= 3.2.6)
builder (~> 3.0.0)
- activerecord (3.2.2)
- activemodel (= 3.2.2)
- activesupport (= 3.2.2)
+ activerecord (3.2.6)
+ activemodel (= 3.2.6)
+ activesupport (= 3.2.6)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activerecord-jdbc-adapter (1.2.2)
activerecord-jdbcmysql-adapter (1.2.2)
activerecord-jdbc-adapter (~> 1.2.2)
jdbc-mysql (~> 5.1.0)
- activesupport (3.2.2)
+ activesupport (3.2.6)
i18n (~> 0.6)
multi_json (~> 1.0)
appraisal (0.4.0)
bundler
rake
@@ -41,38 +42,39 @@
builder (3.0.0)
erubis (2.7.0)
hike (1.2.1)
i18n (0.6.0)
jdbc-mysql (5.1.13)
- journey (1.0.3)
+ journey (1.0.4)
+ json (1.7.3)
metaclass (0.0.1)
mocha (0.10.3)
metaclass (~> 0.0.1)
- multi_json (1.1.0)
+ multi_json (1.3.6)
mysql (2.8.1)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2.2)
shoulda (2.11.3)
- sprockets (2.1.2)
+ sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
tilt (1.3.3)
- tzinfo (0.3.32)
+ tzinfo (0.3.33)
PLATFORMS
java
ruby
DEPENDENCIES
- actionpack (= 3.2.2)
- activerecord (= 3.2.2)
+ actionpack (= 3.2.6)
+ activerecord (= 3.2.6)
activerecord-jdbcmysql-adapter (= 1.2.2)
- activesupport (= 3.2.2)
+ activesupport (= 3.2.6)
appraisal
bundler
mocha
mysql
property_sets!