diff --git a/Gemfile.lock b/Gemfile.lock index 4ff561c..e7ab3eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dorian (0.5.8) + dorian (0.5.9) dorian-all (~> 0) dorian-anonymize (~> 0) dorian-anonymize-json (~> 0) @@ -25,8 +25,23 @@ PATH GEM remote: https://rubygems.org/ specs: + activesupport (7.1.3.2) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + minitest (>= 5.1) + mutex_m + tzinfo (~> 2.0) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) + ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.7) + concurrent-ruby (1.2.3) + connection_pool (2.4.1) diff-lcs (1.5.1) dorian-all (0.5.4) dorian-anonymize (0.1.0) @@ -53,14 +68,28 @@ GEM dorian-top (0.1.1) dorian-yaml-compare (0.3.3) dorian-yaml-read-write (0.2.3) + drb (2.2.1) git (1.19.1) addressable (~> 2.8) rchardet (~> 1.8) + i18n (1.14.4) + concurrent-ruby (~> 1.0) json (2.7.1) + language_server-protocol (3.17.0.3) + minitest (5.22.3) + mutex_m (0.2.0) parallel (1.24.0) + parser (3.3.0.5) + ast (~> 2.4.1) + racc prettier_print (1.2.1) public_suffix (5.0.4) + racc (1.7.3) + rack (3.0.10) + rainbow (3.1.1) rchardet (1.8.0) + regexp_parser (2.9.0) + rexml (3.2.6) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -74,8 +103,41 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) + rubocop (1.62.1) + json (~> 2.3) + language_server-protocol (>= 3.17.0) + parallel (~> 1.10) + parser (>= 3.3.0.2) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.31.1, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) + rubocop-minitest (0.35.0) + rubocop (>= 1.61, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) + rubocop-performance (1.21.0) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) + rubocop-rails (2.24.1) + activesupport (>= 4.2.0) + rack (>= 1.1) + rubocop (>= 1.33.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) + rubocop-rails-omakase (1.0.0) + rubocop + rubocop-minitest + rubocop-performance + rubocop-rails + ruby-progressbar (1.13.0) syntax_tree (6.2.0) prettier_print (>= 1.2.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + unicode-display_width (2.5.0) PLATFORMS arm64-darwin-23 @@ -84,6 +146,7 @@ PLATFORMS DEPENDENCIES dorian! rspec + rubocop-rails-omakase RUBY VERSION ruby 3.3.0p0 diff --git a/dorian.gemspec b/dorian.gemspec index d0e149c..7f83b9b 100644 --- a/dorian.gemspec +++ b/dorian.gemspec @@ -2,10 +2,9 @@ Gem::Specification.new do |s| s.name = "dorian" - s.version = "0.5.8" + s.version = "0.5.9" s.summary = "A collection of gems" - s.description = - "A collection of gems by Dorian Marié" + s.description = "A collection of gems by Dorian Marié" s.authors = ["Dorian Marié"] s.email = "dorian@dorianmarie.com" s.homepage = "https://github.com/dorianmariecom/dorian"