Gemfile.lock in uniqable-0.3.3 vs Gemfile.lock in uniqable-0.3.4

- old
+ new

@@ -1,82 +1,80 @@ PATH remote: . specs: - uniqable (0.3.2) + uniqable (0.3.4) GEM remote: https://rubygems.org/ specs: - activemodel (4.1.14.2) - activesupport (= 4.1.14.2) - builder (~> 3.1) - activerecord (4.1.14.2) - activemodel (= 4.1.14.2) - activesupport (= 4.1.14.2) - arel (~> 5.0.0) - activesupport (4.1.14.2) - i18n (~> 0.6, >= 0.6.9) - json (~> 1.7, >= 1.7.7) + activemodel (5.2.4.2) + activesupport (= 5.2.4.2) + activerecord (5.2.4.2) + activemodel (= 5.2.4.2) + activesupport (= 5.2.4.2) + arel (>= 9.0) + activesupport (5.2.4.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) minitest (~> 5.1) - thread_safe (~> 0.1) tzinfo (~> 1.1) - arel (5.0.1.20140414130214) + arel (9.0.0) ast (2.4.0) awesome_print (1.8.0) - builder (3.2.3) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.6) diff-lcs (1.3) - i18n (0.9.5) + i18n (1.8.2) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.3) - json (1.8.6) - minitest (5.11.3) - parallel (1.17.0) - parser (2.6.3.0) + jaro_winkler (1.5.4) + minitest (5.14.0) + parallel (1.19.1) + parser (2.7.1.1) ast (~> 2.4.0) rainbow (3.0.0) - rake (10.5.0) - rspec (3.8.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-core (3.8.1) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.4) + rake (13.0.1) + rexml (3.2.4) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.1) + rspec-support (~> 3.9.1) + rspec-expectations (3.9.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-mocks (3.8.1) + rspec-support (~> 3.9.0) + rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.2) + rspec-support (~> 3.9.0) + rspec-support (3.9.2) rspec_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (0.71.0) + rubocop (0.82.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) - parser (>= 2.6) + parser (>= 2.7.0.1) rainbow (>= 2.2.2, < 4.0) + rexml ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) + unicode-display_width (>= 1.4.0, < 2.0) ruby-progressbar (1.10.1) sqlite3 (1.3.13) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) - unicode-display_width (1.6.0) + unicode-display_width (1.7.0) PLATFORMS ruby DEPENDENCIES - activerecord (~> 4.1.14.1) - awesome_print + activerecord (~> 5.0) + awesome_print (~> 1.8.0) bundler (~> 1.16) - rake (~> 10.0) - rspec (~> 3.0) + rake (>= 13.0.1) + rspec (~> 3.9) rspec_junit_formatter - rubocop (~> 0.49) - sqlite3 (~> 1.3.6) + rubocop (~> 0.82) + sqlite3 (~> 1.3.13) uniqable! BUNDLED WITH 1.17.3