Skip to content

Commit cfc41e9

Browse files
authored
Merge pull request #774 from aidanharan/postgresql-gem
Rails 6: Install PostgreSQL gem
2 parents c319b82 + 86506cf commit cfc41e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
88
gemspec
99

1010
gem 'sqlite3'
11+
gem 'pg'
1112
gem 'bcrypt'
1213
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
1314

@@ -18,7 +19,7 @@ end
1819
if ENV['RAILS_SOURCE']
1920
gemspec path: ENV['RAILS_SOURCE']
2021
else
21-
# Need to get rails source beacause the gem doesn't include tests
22+
# Need to get rails source because the gem doesn't include tests
2223
version = ENV['RAILS_VERSION'] || begin
2324
require 'net/http'
2425
require 'yaml'

0 commit comments

Comments
 (0)