gemfiles/4.0.gemfile.lock in guise-0.4.1 vs gemfiles/4.0.gemfile.lock in guise-0.5.0

- old
+ new

@@ -1,83 +1,85 @@ PATH remote: ../ specs: - guise (0.4.1) - activerecord (>= 3.1, < 4.1) - activesupport (>= 3.1, < 4.1) + guise (0.5.0) + activerecord (>= 3.1, < 4.2) + activesupport (>= 3.1, < 4.2) GEM remote: https://rubygems.org/ specs: - activemodel (4.0.3) - activesupport (= 4.0.3) + activemodel (4.0.9) + activesupport (= 4.0.9) builder (~> 3.1.0) - activerecord (4.0.3) - activemodel (= 4.0.3) + activerecord (4.0.9) + activemodel (= 4.0.9) activerecord-deprecated_finders (~> 1.0.2) - activesupport (= 4.0.3) + activesupport (= 4.0.9) arel (~> 4.0.0) activerecord-deprecated_finders (1.0.3) - activesupport (4.0.3) - i18n (~> 0.6, >= 0.6.4) + activesupport (4.0.9) + i18n (~> 0.6, >= 0.6.9) minitest (~> 4.2) multi_json (~> 1.3) thread_safe (~> 0.1) tzinfo (~> 0.3.37) appraisal (0.5.2) bundler rake arel (4.0.2) - atomic (1.1.14) builder (3.1.4) - codeclimate-test-reporter (0.3.0) + codeclimate-test-reporter (0.4.0) simplecov (>= 0.7.1, < 1.0.0) coderay (1.1.0) diff-lcs (1.2.5) - docile (1.1.3) + docile (1.1.5) factory_girl (4.4.0) activesupport (>= 3.0.0) - i18n (0.6.9) + i18n (0.6.11) method_source (0.8.2) minitest (4.7.5) - multi_json (1.8.4) - pry (0.9.12.6) - coderay (~> 1.0) - method_source (~> 0.8) + multi_json (1.10.1) + pry (0.10.1) + coderay (~> 1.1.0) + method_source (~> 0.8.1) slop (~> 3.4) - rake (10.1.1) - rspec (2.14.1) - rspec-core (~> 2.14.0) - rspec-expectations (~> 2.14.0) - rspec-mocks (~> 2.14.0) - rspec-core (2.14.7) - rspec-expectations (2.14.4) - diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.14.4) - shoulda-matchers (2.5.0) + rake (10.3.2) + rspec (3.0.0) + rspec-core (~> 3.0.0) + rspec-expectations (~> 3.0.0) + rspec-mocks (~> 3.0.0) + rspec-core (3.0.4) + rspec-support (~> 3.0.0) + rspec-expectations (3.0.4) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.0.0) + rspec-mocks (3.0.4) + rspec-support (~> 3.0.0) + rspec-support (3.0.4) + shoulda-matchers (2.6.2) activesupport (>= 3.0.0) - simplecov (0.8.2) + simplecov (0.9.0) docile (~> 1.1.0) multi_json simplecov-html (~> 0.8.0) simplecov-html (0.8.0) - slop (3.4.7) - sqlite3 (1.3.8) - thread_safe (0.1.3) - atomic - tzinfo (0.3.38) + slop (3.6.0) + sqlite3 (1.3.9) + thread_safe (0.3.4) + tzinfo (0.3.41) PLATFORMS ruby DEPENDENCIES - activerecord (~> 4.0) - activesupport (~> 4.0) + activerecord (~> 4.0.0) + activesupport (~> 4.0.0) appraisal (~> 0.5) codeclimate-test-reporter (~> 0.3) factory_girl (~> 4.4) guise! pry (~> 0.9) rake (~> 10.1) - rspec (~> 2.14) + rspec (~> 3.0) shoulda-matchers (~> 2.5) sqlite3 (~> 1.3)