Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jan 30, 2025
1 parent 8dead74 commit 0bf048d
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ AllCops:
- .github/**/*
- gemfiles/**/*
- node_modules/**/*
- storage/**/*
- tmp/**/*
- vendor/**/*

10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@ GEM
specs:
base64 (0.2.0)
byebug (11.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
csv (3.3.2)
daemons (1.4.1)
date (3.4.1)
@@ -29,7 +29,7 @@ GEM
csv
json (2.7.6)
kgio (2.11.4)
logger (1.6.4)
logger (1.6.5)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
@@ -38,7 +38,7 @@ GEM
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1203)
mime-types-data (3.2025.0107)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
mustermann (3.0.3)
@@ -113,7 +113,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.3.2)
tilt (2.5.0)
tilt (2.6.0)
timecop (0.9.10)
timeout (0.4.3)
tzinfo (2.0.6)

0 comments on commit 0bf048d

Please sign in to comment.