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 <dzaporozhets@sphereconsultinginc.com>2011-10-11 01:20:01 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-10-11 01:20:01 +0400
commitfd737c54505ee0d0a983047663f73cc5adf0d523 (patch)
treeac59808e1d95324cf5f00366ee69c8ad450352c5
parent6c66c374eb28df13d0b5e07d9728aacc202fcde8 (diff)
gem forksv0.9.6
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock22
2 files changed, 13 insertions, 13 deletions
diff --git a/Gemfile b/Gemfile
index 31103bac861..353af0e190c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,14 +8,14 @@ gem 'stamp'
gem 'will_paginate', '~> 3.0'
gem 'haml-rails'
gem 'jquery-rails'
-gem 'grit', :git => 'git://github.com/mojombo/grit.git'
+gem 'grit', :git => 'git://github.com/gitlabhq/grit.git'
gem "carrierwave"
gem 'six'
gem 'therubyracer'
gem 'faker'
gem 'seed-fu', :branch => 'rails-3-1', :git => 'git://github.com/mbleigh/seed-fu.git'
gem "inifile"
-gem "albino", :git => "git://github.com/randx/albino.git"
+gem "albino", :git => "git://github.com/gitlabhq/albino.git"
gem "kaminari"
gem "thin"
gem "git"
diff --git a/Gemfile.lock b/Gemfile.lock
index 5a737549c4f..46c908a1d62 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -5,16 +5,14 @@ GIT
annotate (2.4.1.beta1)
GIT
- remote: git://github.com/mbleigh/seed-fu.git
- revision: 29fe8c61ca6cc4408115ea7475fe2647081bd348
- branch: rails-3-1
+ remote: git://github.com/gitlabhq/albino.git
+ revision: 118380924969f3a856659f86ea1f40c1ba7bfcb1
specs:
- seed-fu (2.0.1.rails31)
- activerecord (~> 3.1.0.rc4)
- activesupport (~> 3.1.0.rc4)
+ albino (1.3.3)
+ posix-spawn (>= 0.3.6)
GIT
- remote: git://github.com/mojombo/grit.git
+ remote: git://github.com/gitlabhq/grit.git
revision: ff015074ef35bd94cba943f9c0f98e161ab5851c
specs:
grit (2.4.1)
@@ -23,11 +21,13 @@ GIT
posix-spawn (~> 0.3.6)
GIT
- remote: git://github.com/randx/albino.git
- revision: 118380924969f3a856659f86ea1f40c1ba7bfcb1
+ remote: git://github.com/mbleigh/seed-fu.git
+ revision: 29fe8c61ca6cc4408115ea7475fe2647081bd348
+ branch: rails-3-1
specs:
- albino (1.3.3)
- posix-spawn (>= 0.3.6)
+ seed-fu (2.0.1.rails31)
+ activerecord (~> 3.1.0.rc4)
+ activesupport (~> 3.1.0.rc4)
GEM
remote: http://rubygems.org/