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 @@ -6,7 +6,7 @@ gem "rails", "~> 8.0.3"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft"
# Use postgresql as the database for Active Record
gem 'pg', '~> 1.6.1'
gem 'pg', '~> 1.6.3'
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
gem "importmap-rails"
# Use the Puma web server [https://github.com/puma/puma]
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.3)
bootsnap (1.19.0)
bootsnap (1.20.1)
msgpack (~> 1.2)
builder (3.3.0)
concurrent-ruby (1.3.5)
Expand Down Expand Up @@ -135,9 +135,9 @@ GEM
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
pg (1.6.2)
pg (1.6.2-aarch64-linux)
pg (1.6.2-x86_64-linux)
pg (1.6.3)
pg (1.6.3-aarch64-linux)
pg (1.6.3-x86_64-linux)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
Expand Down Expand Up @@ -227,7 +227,7 @@ DEPENDENCIES
bootsnap
importmap-rails
listen
pg (~> 1.6.1)
pg (~> 1.6.3)
propshaft
puma (>= 7.0)
rack-timeout (~> 0.7.0)
Expand Down