Commit 1df1daa12ee6ac9a006b86584b8ecd90cea660a7
1 parent
8db947bc
Exists in
master
and in
4 other branches
use gitlabhq/grack instead of my fork
Showing
2 changed files
with
8 additions
and
8 deletions
Show diff stats
Gemfile
@@ -15,7 +15,7 @@ gem "gitolite", :git => "https://github.com/gitlabhq/gitolite-client.git", | @@ -15,7 +15,7 @@ gem "gitolite", :git => "https://github.com/gitlabhq/gitolite-client.git", | ||
15 | gem "pygments.rb", :git => "https://github.com/gitlabhq/pygments.rb.git", :ref => "2cada028da5054616634a1d9ca6941b65b3ce188" | 15 | gem "pygments.rb", :git => "https://github.com/gitlabhq/pygments.rb.git", :ref => "2cada028da5054616634a1d9ca6941b65b3ce188" |
16 | gem "omniauth-ldap", :git => "https://github.com/gitlabhq/omniauth-ldap.git", :ref => "7edf27d0281e09561838122982c16b7e62181f44" | 16 | gem "omniauth-ldap", :git => "https://github.com/gitlabhq/omniauth-ldap.git", :ref => "7edf27d0281e09561838122982c16b7e62181f44" |
17 | gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git" | 17 | gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git" |
18 | -gem 'grack', :git => "https://github.com/SaitoWu/grack.git" | 18 | +gem 'grack', :git => "https://github.com/gitlabhq/grack.git" |
19 | gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git" | 19 | gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git" |
20 | 20 | ||
21 | gem "stamp" | 21 | gem "stamp" |
Gemfile.lock
1 | GIT | 1 | GIT |
2 | - remote: https://github.com/SaitoWu/grack.git | ||
3 | - revision: ba46f3b0845c6a09d488ae6abdce6ede37e227e8 | ||
4 | - specs: | ||
5 | - grack (1.0.0) | ||
6 | - rack (~> 1.4.1) | ||
7 | - | ||
8 | -GIT | ||
9 | remote: https://github.com/ctran/annotate_models.git | 2 | remote: https://github.com/ctran/annotate_models.git |
10 | revision: 18cd39ad01829deba5aa34634b8540d6675ab978 | 3 | revision: 18cd39ad01829deba5aa34634b8540d6675ab978 |
11 | specs: | 4 | specs: |
@@ -21,6 +14,13 @@ GIT | @@ -21,6 +14,13 @@ GIT | ||
21 | hashery (~> 1.4.0) | 14 | hashery (~> 1.4.0) |
22 | 15 | ||
23 | GIT | 16 | GIT |
17 | + remote: https://github.com/gitlabhq/grack.git | ||
18 | + revision: ba46f3b0845c6a09d488ae6abdce6ede37e227e8 | ||
19 | + specs: | ||
20 | + grack (1.0.0) | ||
21 | + rack (~> 1.4.1) | ||
22 | + | ||
23 | +GIT | ||
24 | remote: https://github.com/gitlabhq/grit.git | 24 | remote: https://github.com/gitlabhq/grit.git |
25 | revision: 7f35cb98ff17d534a07e3ce6ec3d580f67402837 | 25 | revision: 7f35cb98ff17d534a07e3ce6ec3d580f67402837 |
26 | ref: 7f35cb98ff17d534a07e3ce6ec3d580f67402837 | 26 | ref: 7f35cb98ff17d534a07e3ce6ec3d580f67402837 |