Skip to content

Commit e094a95

Browse files
committed
Remove PostgreSQL and SQLite from Gemfile
1 parent 7d96477 commit e094a95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Gemfile

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

99
gem "bcrypt"
10-
gem "pg", ">= 0.18.0"
11-
gem "sqlite3", ">= 1.6.6"
1210
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
1311
gem "benchmark-ips"
1412
gem "minitest", ">= 5.15.0"

0 commit comments

Comments
 (0)