diff --git a/Gemfile b/Gemfile index e90aa97..cb1f609 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,6 @@ source 'https://rubygems.org' gemspec gem 'coveralls', require: false -gem 'rubocop', '~> 0.67.2', require: false +gem 'rubocop', '~> 1.0.0', require: false gem 'rubocop-performance', require: false gem 'sqlite3' diff --git a/Gemfile.lock b/Gemfile.lock index e774356..2fefcee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - comma (4.6.0) + comma (4.7.0) activesupport (>= 4.2.0) GEM @@ -18,7 +18,7 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.0) + ast (2.4.2) colorize (0.7.5) concurrent-ruby (1.1.10) coveralls (0.5.8) @@ -35,7 +35,6 @@ GEM domain_name (~> 0.5) i18n (1.12.0) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.2) json (2.3.1) mime-types (3.2.2) mime-types-data (~> 3.2015) @@ -43,16 +42,17 @@ GEM minitest (5.14.4) multi_json (1.1.0) netrc (0.11.0) - parallel (1.17.0) - parser (2.6.2.1) - ast (~> 2.4.0) - psych (3.1.0) - rainbow (3.0.0) + parallel (1.22.1) + parser (3.1.2.0) + ast (~> 2.4.1) + rainbow (3.1.1) rake (13.0.1) + regexp_parser (2.5.0) rest-client (2.0.2) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) + rexml (3.2.5) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -73,17 +73,20 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) - rubocop (0.67.2) - jaro_winkler (~> 1.5.1) + rubocop (1.0.0) parallel (~> 1.10) - parser (>= 2.5, != 2.5.1.1) - psych (>= 3.1.0) + parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8) + rexml + rubocop-ast (>= 0.6.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.6) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (1.19.1) + parser (>= 3.1.1.0) rubocop-performance (1.1.0) rubocop (>= 0.67.0) - ruby-progressbar (1.10.0) + ruby-progressbar (1.11.0) simplecov (0.9.2) docile (~> 1.1.0) multi_json (~> 1.0) @@ -96,7 +99,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.6) - unicode-display_width (1.5.0) + unicode-display_width (1.8.0) PLATFORMS ruby @@ -110,7 +113,7 @@ DEPENDENCIES rspec (~> 3.5.0) rspec-activemodel-mocks rspec-its - rubocop (~> 0.67.2) + rubocop (~> 1.0.0) rubocop-performance sqlite3 diff --git a/gemfiles/active5.2.5.gemfile.lock b/gemfiles/active5.2.5.gemfile.lock index 53f83a3..bfc0f66 100644 --- a/gemfiles/active5.2.5.gemfile.lock +++ b/gemfiles/active5.2.5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - comma (4.6.0) + comma (4.7.0) activesupport (>= 4.2.0) GEM diff --git a/gemfiles/active6.0.3.6.gemfile.lock b/gemfiles/active6.0.3.6.gemfile.lock index c2f9241..631153a 100644 --- a/gemfiles/active6.0.3.6.gemfile.lock +++ b/gemfiles/active6.0.3.6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - comma (4.6.0) + comma (4.7.0) activesupport (>= 4.2.0) GEM diff --git a/gemfiles/active6.1.3.1.gemfile.lock b/gemfiles/active6.1.3.1.gemfile.lock index a0cf6cb..0742f33 100644 --- a/gemfiles/active6.1.3.1.gemfile.lock +++ b/gemfiles/active6.1.3.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - comma (4.6.0) + comma (4.7.0) activesupport (>= 4.2.0) GEM diff --git a/gemfiles/active7.0.0.gemfile.lock b/gemfiles/active7.0.0.gemfile.lock index 7330f0a..ba5d9c0 100644 --- a/gemfiles/active7.0.0.gemfile.lock +++ b/gemfiles/active7.0.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - comma (4.6.0) + comma (4.7.0) activesupport (>= 4.2.0) GEM diff --git a/gemfiles/rails5.2.5.gemfile.lock b/gemfiles/rails5.2.5.gemfile.lock index 9d61fdd..da6425b 100644 --- a/gemfiles/rails5.2.5.gemfile.lock +++ b/gemfiles/rails5.2.5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - comma (4.6.0) + comma (4.7.0) activesupport (>= 4.2.0) GEM diff --git a/gemfiles/rails6.0.3.6.gemfile.lock b/gemfiles/rails6.0.3.6.gemfile.lock index 57ed6c9..fe1ca0f 100644 --- a/gemfiles/rails6.0.3.6.gemfile.lock +++ b/gemfiles/rails6.0.3.6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - comma (4.6.0) + comma (4.7.0) activesupport (>= 4.2.0) GEM diff --git a/gemfiles/rails6.1.3.1.gemfile.lock b/gemfiles/rails6.1.3.1.gemfile.lock index 4e2a2bd..7ae9ae8 100644 --- a/gemfiles/rails6.1.3.1.gemfile.lock +++ b/gemfiles/rails6.1.3.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - comma (4.6.0) + comma (4.7.0) activesupport (>= 4.2.0) GEM diff --git a/gemfiles/rails7.0.0.gemfile.lock b/gemfiles/rails7.0.0.gemfile.lock index 8641fb2..6a44346 100644 --- a/gemfiles/rails7.0.0.gemfile.lock +++ b/gemfiles/rails7.0.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - comma (4.6.0) + comma (4.7.0) activesupport (>= 4.2.0) GEM diff --git a/lib/comma/version.rb b/lib/comma/version.rb index ca6f915..0454da8 100644 --- a/lib/comma/version.rb +++ b/lib/comma/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Comma - VERSION = '4.6.0' + VERSION = '4.7.0' end