Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/update dependencies #222

Merged
merged 2 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
15 changes: 8 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
51 changes: 26 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ 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)
unf (>= 0.0.5, < 1.0.0)
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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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