gemfiles/rails5_2.gemfile.lock in calculated_attributes-0.3.0 vs gemfiles/rails5_2.gemfile.lock in calculated_attributes-0.4.0

- old
+ new

@@ -1,81 +1,80 @@ PATH remote: .. specs: - calculated_attributes (0.3.0) + calculated_attributes (0.4.0) activerecord (>= 3.2.20) GEM remote: https://rubygems.org/ specs: - activemodel (5.2.0.rc1) - activesupport (= 5.2.0.rc1) - activerecord (5.2.0.rc1) - activemodel (= 5.2.0.rc1) - activesupport (= 5.2.0.rc1) + activemodel (5.2.3) + activesupport (= 5.2.3) + activerecord (5.2.3) + activemodel (= 5.2.3) + activesupport (= 5.2.3) arel (>= 9.0) - activesupport (5.2.0.rc1) + activesupport (5.2.3) 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 (9.0.0) ast (2.4.0) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.5) diff-lcs (1.3) - i18n (0.9.5) + i18n (1.6.0) concurrent-ruby (~> 1.0) + jaro_winkler (1.5.3) minitest (5.11.3) - parallel (1.12.1) - parser (2.5.0.0) + parallel (1.17.0) + parser (2.6.4.0) ast (~> 2.4.0) - powerpack (0.1.1) - rainbow (2.2.2) - rake + rainbow (3.0.0) rake (10.5.0) - rspec (3.7.0) - rspec-core (~> 3.7.0) - rspec-expectations (~> 3.7.0) - rspec-mocks (~> 3.7.0) - rspec-core (3.7.1) - rspec-support (~> 3.7.0) - rspec-expectations (3.7.0) + rspec (3.8.0) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-core (3.8.2) + rspec-support (~> 3.8.0) + rspec-expectations (3.8.4) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-mocks (3.7.0) + rspec-support (~> 3.8.0) + rspec-mocks (3.8.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-support (3.7.1) - rubocop (0.49.1) + rspec-support (~> 3.8.0) + rspec-support (3.8.2) + rubocop (0.74.0) + jaro_winkler (~> 1.5.1) parallel (~> 1.10) - parser (>= 2.3.3.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) + parser (>= 2.6) + rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.9.0) + unicode-display_width (>= 1.4.0, < 1.7) + ruby-progressbar (1.10.1) sqlite3 (1.3.13) - thor (0.20.0) + thor (0.20.3) thread_safe (0.3.6) tzinfo (1.2.5) thread_safe (~> 0.1) - unicode-display_width (1.3.0) + unicode-display_width (1.6.0) PLATFORMS ruby DEPENDENCIES - activerecord (~> 5.2.0.rc1) + activerecord (~> 5.2) appraisal (~> 2.2.0) bundler (~> 1.15) calculated_attributes! rake (~> 10.0) rspec (~> 3.1) - rubocop (~> 0.49.0) + rubocop (~> 0.74.0) sqlite3 (~> 1.3.10) BUNDLED WITH - 1.16.1 + 1.17.0