Gemfile.lock in has_draft-1.0.2 vs Gemfile.lock in has_draft-1.1.0
- old
+ new
@@ -1,51 +1,53 @@
PATH
remote: .
specs:
- has_draft (1.0.1)
+ has_draft (1.0.2)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
GEM
remote: http://rubygems.org/
specs:
- activemodel (3.0.6)
- activesupport (= 3.0.6)
+ activemodel (3.0.12)
+ activesupport (= 3.0.12)
builder (~> 2.1.2)
i18n (~> 0.5.0)
- activerecord (3.0.6)
- activemodel (= 3.0.6)
- activesupport (= 3.0.6)
- arel (~> 2.0.2)
+ activerecord (3.0.12)
+ activemodel (= 3.0.12)
+ activesupport (= 3.0.12)
+ arel (~> 2.0.10)
tzinfo (~> 0.3.23)
- activesupport (3.0.6)
- arel (2.0.9)
+ activesupport (3.0.12)
+ appraisal (0.4.1)
+ bundler
+ rake
+ arel (2.0.10)
builder (2.1.2)
diff-lcs (1.1.2)
factory_girl (1.3.3)
faker (0.9.5)
i18n (~> 0.4)
i18n (0.5.0)
+ rake (0.9.2.2)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
- sqlite3 (1.3.3)
- sqlite3-ruby (1.3.3)
- sqlite3 (>= 1.3.3)
- tzinfo (0.3.26)
+ sqlite3 (1.3.5)
+ tzinfo (0.3.32)
PLATFORMS
ruby
DEPENDENCIES
- activerecord (>= 3.0.0)
- activesupport (>= 3.0.0)
+ appraisal (~> 0.4.0)
factory_girl (~> 1.3.1)
faker (~> 0.9.1)
has_draft!
+ rake
rspec (~> 2.0)
- sqlite3-ruby (~> 1.3.1)
+ sqlite3 (~> 1.3.4)