diff --git a/Gemfile.lock b/Gemfile.lock index b96e399..7b51f5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GEM public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.8) + bigdecimal (3.1.9) bundler-audit (0.9.2) bundler (>= 1.2.0, < 3) thor (~> 1.0) @@ -20,15 +20,15 @@ GEM bigdecimal rexml declarative (0.0.20) - diff-lcs (1.5.1) + diff-lcs (1.6.0) docile (1.4.1) - faraday (2.12.0) - faraday-net_http (>= 2.0, < 3.4) + faraday (2.12.2) + faraday-net_http (>= 2.0, < 3.5) json logger - faraday-net_http (3.3.0) - net-http - google-apis-core (0.15.1) + faraday-net_http (3.4.0) + net-http (>= 0.5.0) + google-apis-core (0.16.0) addressable (~> 2.5, >= 2.5.1) googleauth (~> 1.9) httpclient (>= 2.8.3, < 3.a) @@ -36,50 +36,55 @@ GEM mutex_m representable (~> 3.0) retriable (>= 2.0, < 4.a) - google-apis-sheets_v4 (0.36.0) + google-apis-sheets_v4 (0.39.0) google-apis-core (>= 0.15.0, < 2.a) - google-cloud-env (2.2.1) + google-cloud-env (2.2.2) + base64 (~> 0.2) faraday (>= 1.0, < 3.a) - googleauth (1.11.1) + google-logging-utils (0.1.0) + googleauth (1.14.0) faraday (>= 1.0, < 3.a) - google-cloud-env (~> 2.1) + google-cloud-env (~> 2.2) + google-logging-utils (~> 0.1) jwt (>= 1.4, < 3.0) multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) - hashdiff (1.1.1) - httpclient (2.8.3) - json (2.7.2) - jwt (2.9.3) + hashdiff (1.1.2) + httpclient (2.9.0) + mutex_m + json (2.10.2) + jwt (2.10.1) base64 - language_server-protocol (3.17.0.3) - logger (1.6.1) + language_server-protocol (3.17.0.4) + lint_roller (1.1.0) + logger (1.6.6) mini_mime (1.1.5) multi_json (1.15.0) - mutex_m (0.2.0) - net-http (0.4.1) + mutex_m (0.3.0) + net-http (0.6.0) uri os (1.1.4) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.7.1) ast (~> 2.4.1) racc public_suffix (6.0.1) racc (1.8.1) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.2) + regexp_parser (2.10.0) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.3.8) + rexml (3.4.1) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.1) + rspec-core (3.13.3) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -87,23 +92,26 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) - rubocop (1.66.1) + rspec-support (3.13.2) + rubocop (1.74.0) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.39.0) parser (>= 3.3.1.0) - rubocop-rake (0.6.0) - rubocop (~> 1.0) - rubocop-rspec (3.1.0) - rubocop (~> 1.61) + rubocop-rake (0.7.1) + lint_roller (~> 1.1) + rubocop (>= 1.72.1) + rubocop-rspec (3.5.0) + lint_roller (~> 1.1) + rubocop (~> 1.72, >= 1.72.1) ruby-progressbar (1.13.0) signet (0.19.0) addressable (~> 2.8) @@ -119,11 +127,13 @@ GEM thor (1.3.2) trailblazer-option (0.1.2) uber (0.1.0) - unicode-display_width (2.6.0) - uri (0.13.1) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) + uri (1.0.3) vcr (6.3.1) base64 - webmock (3.24.0) + webmock (3.25.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) diff --git a/sheet_zoukas.gemspec b/sheet_zoukas.gemspec index 8847e37..c4b22b8 100644 --- a/sheet_zoukas.gemspec +++ b/sheet_zoukas.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| 'homepage_uri' => 'https://github.com/eebbesen/sheet_zoukas', 'changelog_uri' => "https://github.com/eebbesen/sheet_zoukas/releases/tag/v#{SheetZoukas::VERSION}", 'source_code_uri' => 'https://github.com/eebbesen/sheet_zoukas', - 'documentation_uri' => "https://github.com/eebbesen/sheet_zoukas/#{SheetZoukas::VERSION}/", + 'documentation_uri' => 'https://github.com/eebbesen/sheet_zoukas', 'bug_tracker_uri' => 'https://github.com/eebbesen/sheet_zoukas/issues', 'rubygems_mfa_required' => 'true' }