Skip to content

Commit

Permalink
Add relevant gem LOCKED comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Sep 9, 2024
1 parent 2d05b29 commit c227bba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ gem "honeybadger"
gem "httparty"
gem "importmap-rails"
gem "jwt_authentication", github: "barsoom/jwt_authentication"
gem "logger" # Ruby 3.5.0 will no longe have this as a part of standard gems. Reason: activesupport 7.1.4
gem "mail"
gem "ostruct" # Ruby 3.5.0 will no longe have this as a part of standard gems. Reason: pry 0.14.2
gem "pg"
gem "puma"
gem "redis"
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ GEM
jwt (2.8.2)
base64
language_server-protocol (3.17.0.3)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -179,6 +180,7 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -324,7 +326,9 @@ DEPENDENCIES
httparty
importmap-rails
jwt_authentication!
logger
mail
ostruct
pg
pry
puma
Expand Down

0 comments on commit c227bba

Please sign in to comment.