Skip to content

Commit 20dd55d

Browse files
committed
Match PostgreSQL and SQLite versions used in Rails main
1 parent e094a95 commit 20dd55d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

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

99
gem "bcrypt"
10+
gem "pg", "~> 1.3"
11+
gem "sqlite3", ">= 2.1"
1012
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
1113
gem "benchmark-ips"
1214
gem "minitest", ">= 5.15.0"

0 commit comments

Comments
 (0)