gemfiles/rails5_1.gemfile.lock in calculated_attributes-0.4.0 vs gemfiles/rails5_1.gemfile.lock in calculated_attributes-0.5.0
- old
+ new
@@ -1,79 +1,80 @@
PATH
remote: ..
specs:
- calculated_attributes (0.4.0)
+ calculated_attributes (0.5.0)
activerecord (>= 3.2.20)
GEM
remote: https://rubygems.org/
specs:
- activemodel (5.1.2)
- activesupport (= 5.1.2)
- activerecord (5.1.2)
- activemodel (= 5.1.2)
- activesupport (= 5.1.2)
+ activemodel (5.1.7)
+ activesupport (= 5.1.7)
+ activerecord (5.1.7)
+ activemodel (= 5.1.7)
+ activesupport (= 5.1.7)
arel (~> 8.0)
- activesupport (5.1.2)
+ activesupport (5.1.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
- i18n (~> 0.7)
+ i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)
arel (8.0.0)
ast (2.4.0)
- concurrent-ruby (1.0.5)
+ concurrent-ruby (1.1.6)
diff-lcs (1.3)
- i18n (0.8.6)
- jaro_winkler (1.5.3)
- minitest (5.10.2)
- parallel (1.17.0)
- parser (2.6.4.0)
+ i18n (1.8.2)
+ concurrent-ruby (~> 1.0)
+ jaro_winkler (1.5.4)
+ minitest (5.14.0)
+ parallel (1.19.1)
+ parser (2.7.1.2)
ast (~> 2.4.0)
rainbow (3.0.0)
- rake (10.5.0)
- rspec (3.6.0)
- rspec-core (~> 3.6.0)
- rspec-expectations (~> 3.6.0)
- rspec-mocks (~> 3.6.0)
- rspec-core (3.6.0)
- rspec-support (~> 3.6.0)
- rspec-expectations (3.6.0)
+ rake (13.0.1)
+ rspec (3.9.0)
+ rspec-core (~> 3.9.0)
+ rspec-expectations (~> 3.9.0)
+ rspec-mocks (~> 3.9.0)
+ rspec-core (3.9.2)
+ rspec-support (~> 3.9.3)
+ rspec-expectations (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.6.0)
- rspec-mocks (3.6.0)
+ rspec-support (~> 3.9.0)
+ rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.6.0)
- rspec-support (3.6.0)
+ rspec-support (~> 3.9.0)
+ rspec-support (3.9.3)
rubocop (0.74.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
sqlite3 (1.3.13)
- thor (0.19.4)
+ thor (1.0.1)
thread_safe (0.3.6)
- tzinfo (1.2.3)
+ tzinfo (1.2.7)
thread_safe (~> 0.1)
- unicode-display_width (1.6.0)
+ unicode-display_width (1.6.1)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 5.1)
appraisal (~> 2.2.0)
bundler (~> 1.15)
calculated_attributes!
- rake (~> 10.0)
+ rake (>= 12.3.3)
rspec (~> 3.1)
rubocop (~> 0.74.0)
sqlite3 (~> 1.3.10)
BUNDLED WITH
- 1.17.0
+ 1.17.3