Skip to content

Commit

Permalink
Install pg adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed May 9, 2024
1 parent ce1516d commit d891a78
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions audiences/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ gem "vite_rails", "~> 3.0"
gem "webmock", "~> 3.18"

# Development environment dependencies
gem "pg", "~> 1.0"
gem "mysql2", "~> 0.5.6"
gem "puma", "~> 6.3"
2 changes: 2 additions & 0 deletions audiences/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ GEM
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
psych (5.1.2)
stringio
public_suffix (5.0.5)
Expand Down Expand Up @@ -296,6 +297,7 @@ DEPENDENCIES
foreman (~> 0.88.0)
license_finder (>= 7.0)
mysql2 (~> 0.5.6)
pg (~> 1.0)
puma (~> 6.3)
rails (~> 6.1.7.0)
rake (>= 13.0)
Expand Down
1 change: 1 addition & 0 deletions audiences/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem "rubocop-powerhome"
gem "shoulda-matchers", "~> 5.0"
gem "vite_rails", "~> 3.0"
gem "webmock", "~> 3.18"
gem "pg", "~> 1.0"
gem "mysql2", "~> 0.5.6"
gem "puma", "~> 6.3"

Expand Down
2 changes: 2 additions & 0 deletions audiences/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ GEM
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
psych (5.1.2)
stringio
public_suffix (5.0.5)
Expand Down Expand Up @@ -294,6 +295,7 @@ DEPENDENCIES
foreman (~> 0.88.0)
license_finder (>= 7.0)
mysql2 (~> 0.5.6)
pg (~> 1.0)
puma (~> 6.3)
rails (~> 6.1)
rake (>= 13.0)
Expand Down
1 change: 1 addition & 0 deletions audiences/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem "rubocop-powerhome"
gem "shoulda-matchers", "~> 5.0"
gem "vite_rails", "~> 3.0"
gem "webmock", "~> 3.18"
gem "pg", "~> 1.0"
gem "mysql2", "~> 0.5.6"
gem "puma", "~> 6.3"

Expand Down
2 changes: 2 additions & 0 deletions audiences/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ GEM
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
psych (5.1.2)
stringio
public_suffix (5.0.5)
Expand Down Expand Up @@ -293,6 +294,7 @@ DEPENDENCIES
foreman (~> 0.88.0)
license_finder (>= 7.0)
mysql2 (~> 0.5.6)
pg (~> 1.0)
puma (~> 6.3)
rails (~> 7.0, < 7.1)
rake (>= 13.0)
Expand Down
1 change: 1 addition & 0 deletions audiences/gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem "rubocop-powerhome"
gem "shoulda-matchers", "~> 5.0"
gem "vite_rails", "~> 3.0"
gem "webmock", "~> 3.18"
gem "pg", "~> 1.0"
gem "mysql2", "~> 0.5.6"
gem "puma", "~> 6.3"

Expand Down
2 changes: 2 additions & 0 deletions audiences/gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ GEM
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
psych (5.1.2)
stringio
public_suffix (5.0.5)
Expand Down Expand Up @@ -313,6 +314,7 @@ DEPENDENCIES
foreman (~> 0.88.0)
license_finder (>= 7.0)
mysql2 (~> 0.5.6)
pg (~> 1.0)
puma (~> 6.3)
rails (~> 7.1, < 7.2)
rake (>= 13.0)
Expand Down

0 comments on commit d891a78

Please sign in to comment.