From e737b63bacc2afbf14bca1b38dc8a5cdf0e298e5 Mon Sep 17 00:00:00 2001 From: Danilo Jeremias da Silva Date: Sat, 5 Oct 2024 20:13:55 -0300 Subject: [PATCH 1/2] Update gems --- .github/workflows/main.yml | 3 +- Gemfile.lock | 101 +++++++++++++++++++------------------ lib/tempus/version.rb | 2 +- tempus.gemspec | 2 +- 4 files changed, 56 insertions(+), 52 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 337b761..799f101 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,9 +14,8 @@ jobs: strategy: matrix: ruby: - - '2.7.4' - '3.0.2' - - '3.2.2' + - '3.3.5' steps: - uses: actions/checkout@v3 diff --git a/Gemfile.lock b/Gemfile.lock index 5bbf5a3..562ed1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,86 +1,91 @@ PATH remote: . specs: - tempus (1.1.0) + tempus (1.1.1) activesupport (> 5) GEM remote: https://rubygems.org/ specs: - activesupport (7.0.6) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.1) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) ast (2.4.2) - concurrent-ruby (1.2.2) - diff-lcs (1.5.0) - docile (1.4.0) - i18n (1.14.1) + base64 (0.2.0) + bigdecimal (3.1.8) + concurrent-ruby (1.3.4) + connection_pool (2.4.1) + diff-lcs (1.5.1) + docile (1.4.1) + drb (2.2.1) + i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.6.3) + json (2.7.2) language_server-protocol (3.17.0.3) - minitest (5.19.0) - parallel (1.23.0) - parser (3.2.2.3) + logger (1.6.1) + minitest (5.25.1) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc - racc (1.7.1) + racc (1.8.1) rainbow (3.1.1) - rake (13.0.6) - regexp_parser (2.8.1) - rexml (3.2.5) - 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) + rake (13.2.1) + regexp_parser (2.9.2) + 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-support (~> 3.13.0) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) - rubocop (1.54.1) + rspec-support (~> 3.13.0) + rspec-support (3.13.1) + rubocop (1.66.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + 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.28.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) - parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) - rubocop (~> 1.33) - rubocop-performance (1.18.0) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) + rubocop-ast (1.32.3) + parser (>= 3.3.1.0) + rubocop-performance (1.22.1) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.23.0) - rubocop (~> 1.33) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) + securerandom (0.3.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) + simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.6.0) PLATFORMS + ruby x86_64-linux DEPENDENCIES @@ -94,4 +99,4 @@ DEPENDENCIES tempus! BUNDLED WITH - 2.4.15 + 2.5.7 diff --git a/lib/tempus/version.rb b/lib/tempus/version.rb index b728a95..6bbabfa 100644 --- a/lib/tempus/version.rb +++ b/lib/tempus/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Tempus - VERSION = "1.1.0" + VERSION = "1.1.1" end diff --git a/tempus.gemspec b/tempus.gemspec index 902d0cb..2d1869d 100644 --- a/tempus.gemspec +++ b/tempus.gemspec @@ -33,6 +33,6 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_runtime_dependency "activesupport", "> 5" + spec.add_dependency "activesupport", "> 5" spec.metadata["rubygems_mfa_required"] = "true" end From 75b8e9accaf436f8a02a55ff4e612ef9896dc8a2 Mon Sep 17 00:00:00 2001 From: Danilo Jeremias da Silva Date: Sat, 5 Oct 2024 20:15:41 -0300 Subject: [PATCH 2/2] Update gems --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 799f101..ea20146 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: ruby: - - '3.0.2' + - '3.2.0' - '3.3.5' steps: