diff --git a/.gitignore b/.gitignore index b944ccc..9aa5610 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ *.gem .bundle -Gemfile.lock pkg tmp diff --git a/Gemfile b/Gemfile index 18d6ba0..6b0d802 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec group :code_quality do gem "caliber", "~> 0.42" - gem "git-lint", "~> 6.0" + gem "git-lint", github: "bkuhlmann/git-lint", branch: :github gem "reek", "~> 6.1", require: false gem "simplecov", "~> 0.22", require: false end diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..5eb2bd5 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,261 @@ +GIT + remote: https://github.com/bkuhlmann/git-lint.git + revision: 35ac56d468e149c4c06b15bb4c0bbf79d0740464 + branch: github + specs: + git-lint (6.2.1) + cogger (~> 0.12) + core (~> 0.1) + dry-container (~> 0.11) + dry-monads (~> 1.6) + dry-schema (~> 1.13) + etcher (~> 0.2) + gitt (~> 2.0) + infusible (~> 2.2) + refinements (~> 11.0) + runcom (~> 10.0) + sod (~> 0.0) + spek (~> 2.0) + tone (~> 0.3) + zeitwerk (~> 2.6) + +PATH + remote: . + specs: + refinements (11.1.2) + +GEM + remote: https://rubygems.org/ + specs: + amazing_print (1.5.0) + ast (2.4.2) + caliber (0.46.0) + rubocop (~> 1.59) + rubocop-disable_syntax (~> 0.1) + rubocop-packaging (~> 0.5) + rubocop-performance (~> 1.20) + rubocop-rake (~> 0.6) + rubocop-rspec (~> 2.24) + rubocop-thread_safety (~> 0.5) + coderay (1.1.3) + cogger (0.14.0) + core (~> 0.1) + refinements (~> 11.0) + tone (~> 0.3) + zeitwerk (~> 2.6) + concurrent-ruby (1.2.2) + core (0.1.6) + debug (1.9.0) + irb (~> 1.10) + reline (>= 0.3.8) + diff-lcs (1.5.0) + docile (1.4.0) + dry-configurable (1.1.0) + dry-core (~> 1.0, < 2) + zeitwerk (~> 2.6) + dry-container (0.11.0) + concurrent-ruby (~> 1.0) + dry-core (1.0.1) + concurrent-ruby (~> 1.0) + zeitwerk (~> 2.6) + dry-inflector (1.0.0) + dry-initializer (3.1.1) + dry-logic (1.5.0) + concurrent-ruby (~> 1.0) + dry-core (~> 1.0, < 2) + zeitwerk (~> 2.6) + dry-monads (1.6.0) + concurrent-ruby (~> 1.0) + dry-core (~> 1.0, < 2) + zeitwerk (~> 2.6) + dry-schema (1.13.3) + concurrent-ruby (~> 1.0) + dry-configurable (~> 1.0, >= 1.0.1) + dry-core (~> 1.0, < 2) + dry-initializer (~> 3.0) + dry-logic (>= 1.4, < 2) + dry-types (>= 1.7, < 2) + zeitwerk (~> 2.6) + dry-types (1.7.1) + concurrent-ruby (~> 1.0) + dry-core (~> 1.0) + dry-inflector (~> 1.0) + dry-logic (~> 1.4) + zeitwerk (~> 2.6) + etcher (0.5.1) + cogger (~> 0.12) + core (~> 0.1) + dry-monads (~> 1.6) + dry-types (~> 1.7) + refinements (~> 11.0) + versionaire (~> 12.1) + zeitwerk (~> 2.6) + ffi (1.16.3) + formatador (1.1.0) + gitt (2.1.1) + core (~> 0.1) + dry-monads (~> 1.6) + refinements (~> 11.0) + zeitwerk (~> 2.6) + guard (2.18.1) + formatador (>= 0.2.4) + listen (>= 2.7, < 4.0) + lumberjack (>= 1.0.12, < 2.0) + nenv (~> 0.1) + notiffany (~> 0.0) + pry (>= 0.13.0) + shellany (~> 0.0) + thor (>= 0.18.1) + guard-compat (1.2.1) + guard-rspec (4.7.3) + guard (~> 2.1) + guard-compat (~> 1.1) + rspec (>= 2.99.0, < 4.0) + infusible (2.2.1) + marameters (~> 2.0) + zeitwerk (~> 2.6) + io-console (0.7.1) + irb (1.11.0) + rdoc + reline (>= 0.3.8) + json (2.7.1) + kwalify (0.7.2) + language_server-protocol (3.17.0.3) + listen (3.8.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + lumberjack (1.2.10) + marameters (2.1.1) + refinements (~> 11.0) + zeitwerk (~> 2.6) + method_source (1.0.0) + nenv (0.3.0) + notiffany (0.1.3) + nenv (~> 0.1) + shellany (~> 0.0) + parallel (1.24.0) + parser (3.2.2.4) + ast (~> 2.4.1) + racc + pry (0.14.2) + coderay (~> 1.1) + method_source (~> 1.0) + psych (5.1.2) + stringio + racc (1.7.3) + rainbow (3.1.1) + rake (13.1.0) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rdoc (6.6.2) + psych (>= 4.0.0) + reek (6.1.4) + kwalify (~> 0.7.0) + parser (~> 3.2.0) + rainbow (>= 2.0, < 4.0) + regexp_parser (2.8.3) + reline (0.4.1) + io-console (~> 0.5) + rexml (3.2.6) + rspec (3.12.0) + rspec-core (~> 3.12.0) + rspec-expectations (~> 3.12.0) + rspec-mocks (~> 3.12.0) + rspec-core (3.12.2) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.3) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.6) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.12.0) + rspec-support (3.12.1) + rubocop (1.59.0) + json (~> 2.3) + language_server-protocol (>= 3.17.0) + parallel (~> 1.10) + parser (>= 3.2.2.4) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.30.0, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.30.0) + parser (>= 3.2.1.0) + rubocop-capybara (2.19.0) + rubocop (~> 1.41) + rubocop-disable_syntax (0.1.1) + rubocop (>= 1.50) + rubocop-factory_bot (2.24.0) + rubocop (~> 1.33) + rubocop-packaging (0.5.2) + rubocop (>= 1.33, < 2.0) + rubocop-performance (1.20.0) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) + rubocop-rake (0.6.0) + rubocop (~> 1.0) + rubocop-rspec (2.25.0) + rubocop (~> 1.40) + rubocop-capybara (~> 2.17) + rubocop-factory_bot (~> 2.22) + rubocop-thread_safety (0.5.1) + rubocop (>= 0.90.0) + ruby-progressbar (1.13.0) + runcom (10.2.1) + refinements (~> 11.0) + xdg (~> 7.1) + zeitwerk (~> 2.6) + shellany (0.0.1) + simplecov (0.22.0) + docile (~> 1.1) + simplecov-html (~> 0.11) + simplecov_json_formatter (~> 0.1) + simplecov-html (0.12.3) + simplecov_json_formatter (0.1.4) + sod (0.3.1) + cogger (~> 0.12) + dry-container (~> 0.11) + infusible (~> 2.2) + refinements (~> 11.0) + tone (~> 0.3) + zeitwerk (~> 2.6) + spek (2.1.1) + dry-monads (~> 1.6) + refinements (~> 11.0) + versionaire (~> 12.0) + zeitwerk (~> 2.6) + stringio (3.1.0) + thor (1.3.0) + tone (0.4.2) + refinements (~> 11.0) + zeitwerk (~> 2.6) + unicode-display_width (2.5.0) + versionaire (12.1.1) + refinements (~> 11.0) + xdg (7.1.3) + zeitwerk (2.6.12) + +PLATFORMS + arm64-darwin-22 + ruby + +DEPENDENCIES + amazing_print (~> 1.4) + caliber (~> 0.42) + debug (~> 1.8) + git-lint! + guard-rspec (~> 4.7) + rake (~> 13.0) + reek (~> 6.1) + refinements! + rspec (~> 3.12) + simplecov (~> 0.22) + +RUBY VERSION + ruby 3.2.2p53 + +BUNDLED WITH + 2.5.1