Skip to content

Commit

Permalink
Gemfile: remove workaround pin, mail 2.8.1 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Aug 2, 2024
1 parent f36bb00 commit ade998c
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 @@ -14,7 +14,7 @@ gem "honeybadger"
gem "httparty"
gem "importmap-rails"
gem "jwt_authentication", github: "barsoom/jwt_authentication"
gem "mail", ">= 2.8.0.rc1"
gem "mail"
gem "mutex_m" # Added to avoid: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add mutex_m to your Gemfile or gemspec. Also contact author of activesupport-7.0.8.4 to add mutex_m into its gemspec.
gem "pg"
gem "puma"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ DEPENDENCIES
httparty
importmap-rails
jwt_authentication!
mail (>= 2.8.0.rc1)
mail
mutex_m
pg
pry
Expand Down

0 comments on commit ade998c

Please sign in to comment.