Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-11-28 00:36:09 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-11-28 00:36:09 +0400
commit0fbd9ac7487febe699abd697220ef787b1d08291 (patch)
tree4587c11b31333b2936ea933ac840ea262c8b47e5 /Gemfile
parentc4f3c54ecb3279ce91d987b64055f2eacb1b7fd5 (diff)
Remove SQLite support
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 268348d68b9..33f5ed7ca93 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,6 @@ end
gem "rails", "3.2.9"
# Supported DBs
-gem "sqlite3", group: :sqlite
gem "mysql2", group: :mysql
gem "pg", group: :postgres