diff --git a/Gemfile b/Gemfile index e7f37f0..bed102f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,23 +3,23 @@ source 'https://rubygems.org' ruby '>= 2.7.0' # CLI Framework -gem 'thor', '~> 1.3' +gem 'thor', '~> 1.5' # Standard library gems (required for Ruby 3.4+) -gem 'benchmark', '~> 0.3' +gem 'benchmark', '~> 0.5' gem 'csv', '~> 3.2' # Testing group :test do - gem 'rspec', '~> 3.12' + gem 'rspec', '~> 3.13' gem 'simplecov', '~> 0.22' end # Development tools group :development do - gem 'pry', '~> 0.14' - gem 'rubocop', '~> 1.80', '>= 1.80.2' - gem 'rubocop-rspec', '~> 3.7' + gem 'pry', '~> 0.16' + gem 'rubocop', '~> 1.82' + gem 'rubocop-rspec', '~> 3.9' end # Optional: for colored output in development diff --git a/Gemfile.lock b/Gemfile.lock index 1031526..a3795b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,40 +2,44 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.3) - benchmark (0.4.1) + benchmark (0.5.0) coderay (1.1.3) csv (3.3.5) diff-lcs (1.6.2) docile (1.4.1) - json (2.13.2) + io-console (0.8.2) + json (2.18.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) method_source (1.1.0) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.0) ast (~> 2.4.1) racc - prism (1.5.1) - pry (0.15.2) + prism (1.7.0) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) + reline (>= 0.6.0) racc (1.8.1) rainbow (3.1.1) regexp_parser (2.11.3) - rspec (3.13.1) + reline (0.6.3) + io-console (~> 0.5) + rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.5) + rspec-core (3.13.6) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.5) + rspec-mocks (3.13.7) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.5) - rubocop (1.80.2) + rspec-support (3.13.6) + rubocop (1.82.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -43,15 +47,15 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.46.0, < 2.0) + rubocop-ast (>= 1.48.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.46.0) + rubocop-ast (1.49.0) parser (>= 3.3.7.2) - prism (~> 1.4) - rubocop-rspec (3.7.0) + prism (~> 1.7) + rubocop-rspec (3.9.0) lint_roller (~> 1.1) - rubocop (~> 1.72, >= 1.72.1) + rubocop (~> 1.81) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) @@ -59,25 +63,25 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) - thor (1.4.0) + thor (1.5.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) - unicode-emoji (4.1.0) + unicode-emoji (4.2.0) PLATFORMS ruby x86_64-linux DEPENDENCIES - benchmark (~> 0.3) + benchmark (~> 0.5) csv (~> 3.2) - pry (~> 0.14) + pry (~> 0.16) rainbow (~> 3.1) - rspec (~> 3.12) - rubocop (~> 1.80, >= 1.80.2) - rubocop-rspec (~> 3.7) + rspec (~> 3.13) + rubocop (~> 1.82) + rubocop-rspec (~> 3.9) simplecov (~> 0.22) - thor (~> 1.3) + thor (~> 1.5) RUBY VERSION ruby 3.4.5p51