Skip to content

Commit

Permalink
Merge pull request #3401 from ualbertalib/dependabot/bundler/master/p…
Browse files Browse the repository at this point in the history
…g-1.5.6

Bump pg from 1.5.5 to 1.5.6
  • Loading branch information
murny authored Mar 5, 2024
2 parents 651edba + b8d1e33 commit 3c80e93
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 @@ -28,7 +28,7 @@ gem 'rdf-vocab', '~> 3.3.0' # this gem changed predicate names without warning,

# Database stuff
gem 'connection_pool'
gem 'pg', '~> 1.5.5'
gem 'pg', '~> 1.5.6'
gem 'redis', '~> 4.8'
gem 'rsolr'
gem 'strong_migrations', '~> 1.7.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.5)
pg (1.5.6)
psych (5.1.0)
stringio
public_suffix (5.0.4)
Expand Down Expand Up @@ -650,7 +650,7 @@ DEPENDENCIES
omniauth-rails_csrf_protection (~> 1.0)
omniauth-saml (~> 2.1)
paper_trail (~> 15.1.0)
pg (~> 1.5.5)
pg (~> 1.5.6)
puma (~> 6.4)
pundit (= 2.3.1)
rails (~> 7.0.8)
Expand Down

0 comments on commit 3c80e93

Please sign in to comment.