From 3f430f6aedf970b8cda70b3cd8088c9c2d867f8c Mon Sep 17 00:00:00 2001 From: Peter Postma Date: Fri, 6 Dec 2024 13:43:00 +0100 Subject: [PATCH] Update all development gems. --- Gemfile | 6 ++-- Gemfile.lock | 92 ++++++++++++++++++++++++++++------------------------ 2 files changed, 53 insertions(+), 45 deletions(-) diff --git a/Gemfile b/Gemfile index 78e93bc..03f3435 100644 --- a/Gemfile +++ b/Gemfile @@ -8,9 +8,9 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gemspec group :development, :test do - gem 'rubocop', '~> 0.93.1' + gem 'rubocop', '~> 1.69' - gem 'rspec', '~> 3.9.0' + gem 'rspec', '~> 3.13.0' gem 'timecop', '~> 0.9.1' - gem 'webmock', '~> 3.4.2' + gem 'webmock', '~> 3.24.0' end diff --git a/Gemfile.lock b/Gemfile.lock index e9434fd..00444d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,54 +7,62 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) - ast (2.4.1) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + ast (2.4.2) base64 (0.2.0) - crack (0.4.3) - safe_yaml (~> 1.0.0) - diff-lcs (1.5.0) - hashdiff (0.3.7) - parallel (1.19.2) - parser (2.7.2.0) + bigdecimal (3.1.8) + crack (1.0.0) + bigdecimal + rexml + diff-lcs (1.5.1) + hashdiff (1.1.2) + json (2.9.0) + language_server-protocol (3.17.0.3) + parallel (1.26.3) + parser (3.3.6.0) ast (~> 2.4.1) - public_suffix (3.0.3) - rainbow (3.0.0) + racc + public_suffix (6.0.1) + racc (1.8.1) + rainbow (3.1.1) rake (13.2.1) - regexp_parser (1.8.2) - rexml (3.2.4) - rspec (3.9.0) - rspec-core (~> 3.9.0) - rspec-expectations (~> 3.9.0) - rspec-mocks (~> 3.9.0) - rspec-core (3.9.3) - rspec-support (~> 3.9.3) - rspec-expectations (3.9.4) + regexp_parser (2.9.3) + rexml (3.3.9) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.2) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-mocks (3.9.1) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-support (3.9.4) - rubocop (0.93.1) + rspec-support (~> 3.13.0) + rspec-support (3.13.2) + rubocop (1.69.1) + json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 2.7.1.5) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8) - rexml - rubocop-ast (>= 0.6.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.8.0) - parser (>= 2.7.1.5) - ruby-progressbar (1.10.1) - safe_yaml (1.0.4) - timecop (0.9.1) - unicode-display_width (1.7.0) - webmock (3.4.2) - addressable (>= 2.3.6) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) + parser (>= 3.3.1.0) + ruby-progressbar (1.13.0) + timecop (0.9.10) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) + webmock (3.24.0) + addressable (>= 2.8.0) crack (>= 0.3.2) - hashdiff + hashdiff (>= 0.4.0, < 2.0.0) PLATFORMS ruby @@ -63,10 +71,10 @@ DEPENDENCIES bundler (~> 2.0) omnikassa2! rake (~> 13.0) - rspec (~> 3.9.0) - rubocop (~> 0.93.1) + rspec (~> 3.13.0) + rubocop (~> 1.69) timecop (~> 0.9.1) - webmock (~> 3.4.2) + webmock (~> 3.24.0) BUNDLED WITH 2.2.33