Skip to content
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby "3.2.1"
gem "rails", "~> 7.0.4", ">= 7.0.4.3"

gem "sprockets-rails"
gem "pg", "~> 1.1"
gem "pg", "~> 1.5"
gem "puma", "~> 5.0"

# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ GEM
oauth2 (>= 1.4, < 3)
omniauth (~> 2.0)
os (1.1.4)
pg (1.4.6)
pg (1.5.3)
public_suffix (5.0.1)
puma (5.6.5)
nio4r (~> 2.0)
Expand Down Expand Up @@ -332,7 +332,7 @@ DEPENDENCIES
jbuilder
omniauth
omniauth-google-oauth2
pg (~> 1.1)
pg (~> 1.5)
puma (~> 5.0)
rack-cors
rails (~> 7.0.4, >= 7.0.4.3)
Expand Down