diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c1e521..8d38feb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,15 @@ version: 2 updates: -- package-ecosystem: bundler - directory: "/" - schedule: - interval: daily - time: "04:00" - open-pull-requests-limit: 10 - ignore: - - dependency-name: sidekiq - versions: - - 6.1.3 - - 6.2.0 - - dependency-name: unicorn - versions: - - 5.8.0 + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + time: "08:30" + timezone: "Europe/Rome" + - package-ecosystem: bundler + directory: "/" + schedule: + interval: weekly + time: "08:30" + timezone: "Europe/Rome" + open-pull-requests-limit: 10 diff --git a/Gemfile b/Gemfile index 3910d83..8160476 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,7 @@ gem 'json', '~> 2.6' gem 'mail', '~> 2.8' gem 'mime-types', '~> 3.5' gem 'nokogiri', '~> 1.13' +gem 'redis', '~> 4.8' gem 'redis-namespace', '~> 1.11' gem 'rest-client', '~> 2.1' gem 'ruby-filemagic', '~> 0.7.3' @@ -20,11 +21,11 @@ gem 'thin', '~> 1.8' gem 'unicorn', '~> 6.1' group :development do - gem 'byebug', '~> 11.1' - gem 'rack-test', '~> 2.1' - gem 'rake', '~> 13.1' - gem 'rspec', '~> 3.12' - gem 'simplecov', '~> 0.22.0' - gem 'timecop', '~> 0.9.8' - gem 'yard', '~> 0.9.34' + gem 'byebug' + gem 'rack-test' + gem 'rake' + gem 'rspec' + gem 'simplecov' + gem 'timecop' + gem 'yard' end diff --git a/Gemfile.lock b/Gemfile.lock index ba0f2d7..309789d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,10 +2,10 @@ GEM remote: https://rubygems.org/ specs: byebug (11.1.3) - concurrent-ruby (1.2.0) + concurrent-ruby (1.2.2) connection_pool (2.4.1) daemons (1.4.1) - date (3.3.3) + date (3.3.4) diff-lcs (1.5.0) docile (1.4.0) domain_name (0.5.20190701) @@ -13,7 +13,7 @@ GEM et-orbi (1.2.7) tzinfo eventmachine (1.2.7) - fugit (1.8.1) + fugit (1.9.0) et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) haml (6.2.3) @@ -33,32 +33,32 @@ GEM net-smtp mime-types (3.5.1) mime-types-data (~> 3.2015) - mime-types-data (3.2023.0808) - mini_mime (1.1.2) - mini_portile2 (2.8.1) + mime-types-data (3.2023.1003) + mini_mime (1.1.5) + mini_portile2 (2.8.5) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - net-imap (0.3.4) + net-imap (0.3.7) date net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.2.1) + net-protocol (0.2.2) timeout - net-smtp (0.3.3) + net-smtp (0.4.0) net-protocol netrc (0.11.0) nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) raabro (1.4.0) - racc (1.6.2) + racc (1.7.3) rack (2.2.8) rack-protection (3.1.0) rack (~> 2.2, >= 2.2.4) rack-test (2.1.0) rack (>= 1.3) - raindrops (0.20.0) + raindrops (0.20.1) rake (13.1.0) redis (4.8.1) redis-namespace (1.11.0) @@ -72,15 +72,15 @@ GEM rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) rspec-mocks (~> 3.12.0) - rspec-core (3.12.1) + rspec-core (3.12.2) rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.3) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-support (3.12.0) + rspec-support (3.12.1) ruby-filemagic (0.7.3) ruby2_keywords (0.0.5) sidekiq (6.5.12) @@ -106,10 +106,10 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (1.2.2) + thor (1.3.0) tilt (2.3.0) timecop (0.9.8) - timeout (0.3.2) + timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unf (0.1.4) @@ -124,30 +124,31 @@ PLATFORMS ruby DEPENDENCIES - byebug (~> 11.1) + byebug haml (~> 6.2) iso-639 (~> 0.3.6) json (~> 2.6) mail (~> 2.8) mime-types (~> 3.5) nokogiri (~> 1.13) - rack-test (~> 2.1) - rake (~> 13.1) + rack-test + rake + redis (~> 4.8) redis-namespace (~> 1.11) rest-client (~> 2.1) - rspec (~> 3.12) + rspec ruby-filemagic (~> 0.7.3) sidekiq (~> 6.5) sidekiq-cron (~> 1.9) - simplecov (~> 0.22.0) + simplecov sinatra (~> 3.1) thin (~> 1.8) - timecop (~> 0.9.8) + timecop unicorn (~> 6.1) - yard (~> 0.9.34) + yard RUBY VERSION ruby 2.6.10p210 BUNDLED WITH - 1.17.3 + 2.4.21