Skip to content

Commit

Permalink
upgrade pg for Rails 6 & Rails 7.0 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Nov 22, 2024
1 parent 0c608f1 commit e47367d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.rails_6.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
jbuilder (~> 2.12.0)
kaminari (~> 1.2.1)
maglev-injectable (~> 2.1.1)
rails (>= 6, < 7.3)
rails (>= 6, < 9)
vite_rails (>= 3, < 4)
vite_ruby (>= 3.5)

Expand Down Expand Up @@ -160,7 +160,7 @@ GEM
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pg (1.5.8)
pg (1.5.9)
racc (1.8.1)
rack (2.2.9)
rack-proxy (0.7.7)
Expand Down Expand Up @@ -302,7 +302,7 @@ DEPENDENCIES
maglevcms!
mini_magick (~> 4.11)
nokogiri (>= 1.13.10)
pg (~> 1.5.6)
pg (~> 1.5.9)
rails (~> 6.1)
rspec-rails
rubocop
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.rails_7_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
jbuilder (~> 2.12.0)
kaminari (~> 1.2.1)
maglev-injectable (~> 2.1.1)
rails (>= 6, < 7.3)
rails (>= 6, < 9)
vite_rails (>= 3, < 4)
vite_ruby (>= 3.5)

Expand Down Expand Up @@ -166,7 +166,7 @@ GEM
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pg (1.5.8)
pg (1.5.9)
racc (1.8.1)
rack (2.2.9)
rack-proxy (0.7.7)
Expand Down Expand Up @@ -308,7 +308,7 @@ DEPENDENCIES
maglevcms!
mini_magick (~> 4.11)
nokogiri (>= 1.13.10)
pg (~> 1.5.6)
pg (~> 1.5.9)
rails (= 7.0.8)
rspec-rails
rubocop
Expand Down

0 comments on commit e47367d

Please sign in to comment.