Skip to content
Snippets Groups Projects
Commit 692c3610 authored by Rory Jennings's avatar Rory Jennings
Browse files

chore: update pg gem to match users

parent dee6d9ef
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ gem 'dotenv-rails', '2.8.1' ...@@ -16,7 +16,7 @@ gem 'dotenv-rails', '2.8.1'
gem 'spring-watcher-listen', '2.0.1' gem 'spring-watcher-listen', '2.0.1'
# Database / Active Record # Database / Active Record
gem 'pg', '1.3.5' gem 'pg', '1.5.3'
gem 'mysql2', '0.5.5' gem 'mysql2', '0.5.5'
gem 'discard', '1.2.1' gem 'discard', '1.2.1'
gem 'delayed_job_active_record', '4.1.7' gem 'delayed_job_active_record', '4.1.7'
......
...@@ -80,7 +80,7 @@ GEM ...@@ -80,7 +80,7 @@ GEM
autoprefixer-rails (10.4.13.0) autoprefixer-rails (10.4.13.0)
execjs (~> 2) execjs (~> 2)
aws-eventstream (1.2.0) aws-eventstream (1.2.0)
aws-partitions (1.807.0) aws-partitions (1.808.0)
aws-sdk-core (3.180.3) aws-sdk-core (3.180.3)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0) aws-partitions (~> 1, >= 1.651.0)
...@@ -225,7 +225,7 @@ GEM ...@@ -225,7 +225,7 @@ GEM
nio4r (2.5.9) nio4r (2.5.9)
nokogiri (1.15.4-x86_64-linux) nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
pg (1.3.5) pg (1.5.3)
popper_js (1.16.1) popper_js (1.16.1)
public_suffix (5.0.3) public_suffix (5.0.3)
puma (6.3.1) puma (6.3.1)
...@@ -412,7 +412,7 @@ DEPENDENCIES ...@@ -412,7 +412,7 @@ DEPENDENCIES
nexus_domain_events (= 1.1.2) nexus_domain_events (= 1.1.2)
nexus_seed (= 0.2.30) nexus_seed (= 0.2.30)
nexus_semantic_logger (= 1.12.3) nexus_semantic_logger (= 1.12.3)
pg (= 1.3.5) pg (= 1.5.3)
puma (= 6.3.1) puma (= 6.3.1)
pundit (= 2.2.0) pundit (= 2.2.0)
pundit-matchers (= 1.7.0) pundit-matchers (= 1.7.0)
...@@ -439,4 +439,4 @@ RUBY VERSION ...@@ -439,4 +439,4 @@ RUBY VERSION
ruby 3.2.2p53 ruby 3.2.2p53
BUNDLED WITH BUNDLED WITH
2.4.18 2.4.19
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment