Gemfile.lock in soft_deletion-0.1.10 vs Gemfile.lock in soft_deletion-0.2.0
- old
+ new
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
- soft_deletion (0.1.10)
+ soft_deletion (0.2.0)
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.7)
@@ -20,34 +20,33 @@
appraisal (0.4.1)
bundler
rake
arel (3.0.2)
builder (3.0.0)
+ database_cleaner (0.8.0)
+ diff-lcs (1.1.3)
i18n (0.6.0)
- metaclass (0.0.1)
- mocha (0.12.3)
- metaclass (~> 0.0.1)
multi_json (1.3.6)
rake (0.9.2.2)
- shoulda (3.1.1)
- shoulda-context (~> 1.0)
- shoulda-matchers (~> 1.2)
- shoulda-context (1.0.0)
- shoulda-matchers (1.2.0)
- activesupport (>= 3.0.0)
+ rspec (2.11.0)
+ rspec-core (~> 2.11.0)
+ rspec-expectations (~> 2.11.0)
+ rspec-mocks (~> 2.11.0)
+ rspec-core (2.11.1)
+ rspec-expectations (2.11.3)
+ diff-lcs (~> 1.1.3)
+ rspec-mocks (2.11.3)
sqlite3 (1.3.6)
- test-unit (2.2.0)
tzinfo (0.3.33)
PLATFORMS
ruby
DEPENDENCIES
activerecord
activesupport
appraisal
- mocha
+ database_cleaner
rake
- shoulda
+ rspec
soft_deletion!
sqlite3
- test-unit (= 2.2)