Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
41afd3bf
Commit
41afd3bf
authored
Oct 10, 2012
by
Andrey Kumanyaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add pg gem
parent
679d0d6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Gemfile
Gemfile
+3
-2
Gemfile.lock
Gemfile.lock
+2
-0
No files found.
Gemfile
View file @
41afd3bf
...
...
@@ -11,8 +11,9 @@ end
gem
"
rails
"
,
"3.2.8"
# Supported DBs
gem
"
sqlite3
"
gem
"
mysql2
"
gem
"
sqlite3
"
,
:group
=>
:sqlite
gem
"
mysql2
"
,
:group
=>
:mysql
gem
"
pg
"
,
:group
=>
:postgres
# Auth
gem
"
devise
"
,
"~> 2.1.0"
...
...
Gemfile.lock
View file @
41afd3bf
...
...
@@ -245,6 +245,7 @@ GEM
multi_json (~> 1.3)
omniauth-oauth (~> 1.0)
orm_adapter (0.3.0)
pg (0.14.0)
polyglot (0.3.3)
posix-spawn (0.3.6)
pry (0.9.9.6)
...
...
@@ -441,6 +442,7 @@ DEPENDENCIES
omniauth-google-oauth2
omniauth-ldap!
omniauth-twitter
pg
pry
pygments.rb (= 0.3.1)
rack-mini-profiler
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment