gemfiles/4.0.gemfile.lock in guise-0.6.0 vs gemfiles/4.0.gemfile.lock in guise-0.6.1
- old
+ new
@@ -6,80 +6,89 @@
activesupport (>= 3.1, < 5.0)
GEM
remote: https://rubygems.org/
specs:
- activemodel (4.0.9)
- activesupport (= 4.0.9)
+ activemodel (4.0.13)
+ activesupport (= 4.0.13)
builder (~> 3.1.0)
- activerecord (4.0.9)
- activemodel (= 4.0.9)
+ activerecord (4.0.13)
+ activemodel (= 4.0.13)
activerecord-deprecated_finders (~> 1.0.2)
- activesupport (= 4.0.9)
+ activesupport (= 4.0.13)
arel (~> 4.0.0)
- activerecord-deprecated_finders (1.0.3)
- activesupport (4.0.9)
+ activerecord-deprecated_finders (1.0.4)
+ activesupport (4.0.13)
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)
+ appraisal (2.1.0)
bundler
rake
+ thor (>= 0.14.0)
arel (4.0.2)
builder (3.1.4)
- codeclimate-test-reporter (0.4.0)
+ byebug (5.0.0)
+ columnize (= 0.9.0)
+ codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
+ columnize (0.9.0)
diff-lcs (1.2.5)
docile (1.1.5)
- factory_girl (4.4.0)
- activesupport (>= 3.0.0)
- i18n (0.6.11)
+ i18n (0.7.0)
+ json (1.8.3)
method_source (0.8.2)
minitest (4.7.5)
- multi_json (1.10.1)
- pry (0.10.1)
+ multi_json (1.11.2)
+ pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
- 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)
+ rake (10.4.2)
+ redcarpet (3.3.3)
+ rspec (3.4.0)
+ rspec-core (~> 3.4.0)
+ rspec-expectations (~> 3.4.0)
+ rspec-mocks (~> 3.4.0)
+ rspec-core (3.4.0)
+ rspec-support (~> 3.4.0)
+ rspec-expectations (3.4.0)
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.9.0)
+ rspec-support (~> 3.4.0)
+ rspec-mocks (3.4.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.4.0)
+ rspec-support (3.4.0)
+ simplecov (0.10.0)
docile (~> 1.1.0)
- multi_json
- simplecov-html (~> 0.8.0)
- simplecov-html (0.8.0)
+ json (~> 1.8)
+ simplecov-html (~> 0.10.0)
+ simplecov-html (0.10.0)
slop (3.6.0)
- sqlite3 (1.3.9)
- thread_safe (0.3.4)
- tzinfo (0.3.41)
+ sqlite3 (1.3.11)
+ thor (0.19.1)
+ thread_safe (0.3.5)
+ tzinfo (0.3.45)
+ yard (0.8.7.6)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 4.0.0)
activesupport (~> 4.0.0)
- appraisal (~> 0.5)
+ appraisal (>= 1.0)
+ byebug (~> 5.0)
codeclimate-test-reporter (~> 0.3)
- factory_girl (~> 4.4)
guise!
pry (~> 0.9)
rake (~> 10.1)
+ redcarpet (~> 3.2)
rspec (~> 3.0)
- shoulda-matchers (~> 2.5)
sqlite3 (~> 1.3)
+ yard (~> 0.8)
+
+BUNDLED WITH
+ 1.10.6