Gemfile.lock in attribute_extras-1.0.0 vs Gemfile.lock in attribute_extras-1.0.1
- old
+ new
@@ -1,69 +1,70 @@
PATH
remote: .
specs:
- attribute_extras (1.0.0)
+ attribute_extras (1.0.1)
activerecord (> 3)
GEM
remote: https://rubygems.org/
specs:
- activemodel (5.2.2)
- activesupport (= 5.2.2)
- activerecord (5.2.2)
- activemodel (= 5.2.2)
- activesupport (= 5.2.2)
- arel (>= 9.0)
- activesupport (5.2.2)
+ activemodel (7.0.0.alpha2)
+ activesupport (= 7.0.0.alpha2)
+ activerecord (7.0.0.alpha2)
+ activemodel (= 7.0.0.alpha2)
+ activesupport (= 7.0.0.alpha2)
+ activesupport (7.0.0.alpha2)
concurrent-ruby (~> 1.0, >= 1.0.2)
- i18n (>= 0.7, < 2)
- minitest (~> 5.1)
- tzinfo (~> 1.1)
- arel (9.0.0)
- ast (2.4.0)
- concurrent-ruby (1.1.3)
- docile (1.3.1)
- i18n (1.1.1)
+ i18n (>= 1.6, < 2)
+ minitest (>= 5.1)
+ tzinfo (~> 2.0)
+ ast (2.4.2)
+ concurrent-ruby (1.1.9)
+ docile (1.3.5)
+ i18n (1.8.10)
concurrent-ruby (~> 1.0)
- jaro_winkler (1.5.1)
- json (2.1.0)
- minitest (5.11.3)
- parallel (1.12.1)
- parser (2.5.3.0)
- ast (~> 2.4.0)
- powerpack (0.1.2)
+ minitest (5.14.4)
+ parallel (1.21.0)
+ parser (3.0.2.0)
+ ast (~> 2.4.1)
rainbow (3.0.0)
- rake (12.3.1)
- rubocop (0.60.0)
- jaro_winkler (~> 1.5.1)
+ rake (13.0.6)
+ regexp_parser (2.1.1)
+ rexml (3.2.5)
+ rubocop (1.23.0)
parallel (~> 1.10)
- parser (>= 2.5, != 2.5.1.1)
- powerpack (~> 0.1)
+ parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
+ regexp_parser (>= 1.8, < 3.0)
+ rexml
+ rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
- unicode-display_width (~> 1.4.0)
- ruby-progressbar (1.10.0)
- simplecov (0.16.1)
+ unicode-display_width (>= 1.4.0, < 3.0)
+ rubocop-ast (1.13.0)
+ parser (>= 3.0.1.1)
+ ruby-progressbar (1.11.0)
+ simplecov (0.21.2)
docile (~> 1.1)
- json (>= 1.8, < 3)
- simplecov-html (~> 0.10.0)
- simplecov-html (0.10.2)
- sqlite3 (1.3.13)
- thread_safe (0.3.6)
- tzinfo (1.2.5)
- thread_safe (~> 0.1)
- unicode-display_width (1.4.0)
+ simplecov-html (~> 0.11)
+ simplecov_json_formatter (~> 0.1)
+ simplecov-html (0.12.3)
+ simplecov_json_formatter (0.1.2)
+ sqlite3 (1.4.2)
+ tzinfo (2.0.4)
+ concurrent-ruby (~> 1.0)
+ unicode-display_width (2.1.0)
PLATFORMS
ruby
DEPENDENCIES
+ activerecord (>= 6.0.0.beta1)
attribute_extras!
- bundler (~> 1.17)
+ bundler (~> 2.0)
minitest (~> 5.0)
- rake (~> 12.3)
- rubocop (~> 0.60)
- simplecov (~> 0.16)
- sqlite3 (~> 1.3)
+ rake (~> 13.0)
+ rubocop (~> 1.12)
+ simplecov (~> 0.17)
+ sqlite3 (~> 1.4)
BUNDLED WITH
- 1.17.1
+ 2.2.3