Skip to content

Commit

Permalink
upgrade pg
Browse files Browse the repository at this point in the history
  • Loading branch information
JuzerShakir committed Nov 16, 2023
1 parent 56fa730 commit ffeefb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "humanize", "~> 2.5.1"
gem "jbuilder"
gem "jsbundling-rails"
gem "pagy", "~> 6.2.0"
gem "pg", "~> 1.1"
gem "pg", "~> 1.5.4"
gem "prawn", "~> 2.4.0"
gem "prawn-table", "~> 0.2.2"
gem "propshaft"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ GEM
ast (~> 2.4.1)
racc
pdf-core (0.9.0)
pg (1.4.5)
pg (1.5.4)
prawn (2.4.0)
pdf-core (~> 0.9.0)
ttfunk (~> 1.7)
Expand Down Expand Up @@ -401,7 +401,7 @@ DEPENDENCIES
jsbundling-rails
matrix (~> 0.4.2)
pagy (~> 6.2.0)
pg (~> 1.1)
pg (~> 1.5.4)
prawn (~> 2.4.0)
prawn-table (~> 0.2.2)
propshaft
Expand Down

0 comments on commit ffeefb2

Please sign in to comment.