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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-06 21:54:59 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-06 21:54:59 +0400
commit55e72f4cdfc387dbfc472387bed38bae7e75828a (patch)
treecbbf3905a346369a8e9862bd487a44d10bdbc108 /Gemfile.lock
parenteb7bbedb20e57e7ff266dfd0611d4d25b69cde1b (diff)
Gitlab moved to mysql
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index cee6ed7e01d..cb1a14b9a24 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -21,6 +21,12 @@ GIT
mime-types (~> 1.15)
posix-spawn (~> 0.3.6)
+GIT
+ remote: https://github.com/gitlabhq/yaml_db.git
+ revision: 98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd
+ specs:
+ yaml_db (0.2.2)
+
GEM
remote: http://rubygems.org/
specs:
@@ -144,6 +150,7 @@ GEM
mime-types (1.17.2)
multi_json (1.0.4)
multi_xml (0.4.1)
+ mysql2 (0.3.11)
net-ldap (0.2.2)
nokogiri (1.5.0)
omniauth (1.0.2)
@@ -313,6 +320,7 @@ DEPENDENCIES
kaminari
launchy
letter_opener
+ mysql2
omniauth-ldap
pry
pygments.rb (= 0.2.4)
@@ -334,3 +342,4 @@ DEPENDENCIES
turn
uglifier (= 1.0.3)
webmock
+ yaml_db!