We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e094a95 commit 20dd55dCopy full SHA for 20dd55d
Gemfile
@@ -7,6 +7,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
7
gemspec
8
9
gem "bcrypt"
10
+gem "pg", "~> 1.3"
11
+gem "sqlite3", ">= 2.1"
12
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
13
gem "benchmark-ips"
14
gem "minitest", ">= 5.15.0"
0 commit comments