Skip to content

Commit

Permalink
dont lock notified gem
Browse files Browse the repository at this point in the history
  • Loading branch information
guswhitten committed Apr 30, 2024
1 parent c4b30d3 commit f706920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem "lograge" # log less so heroku papertrail quits rate limiting our logs
gem "net-smtp", require: false # needed for ruby upgrade to 3.1.0 for some dang reason
gem "net-pop" # needed for ruby upgrade to 3.1.0 https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/
gem "net-imap" # needed for ruby upgrade to 3.1.0 https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/
gem "noticed", "~> 1.6.0" # Notifications
gem "noticed" # Notifications
gem "view_component" # View components for reusability
gem "paranoia" # For soft-deleting database objects
gem "pdf-forms" # filling in fund request PDFs with user input
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ DEPENDENCIES
net-imap
net-pop
net-smtp
noticed (~> 1.6.0)
noticed
oj
paranoia
pdf-forms
Expand Down

0 comments on commit f706920

Please sign in to comment.