use gitlabhq/grack instead of my fork
This commit is contained in:
parent
8db947bcfe
commit
1df1daa12e
2
Gemfile
2
Gemfile
|
@ -15,7 +15,7 @@ gem "gitolite", :git => "https://github.com/gitlabhq/gitolite-client.git",
|
||||||
gem "pygments.rb", :git => "https://github.com/gitlabhq/pygments.rb.git", :ref => "2cada028da5054616634a1d9ca6941b65b3ce188"
|
gem "pygments.rb", :git => "https://github.com/gitlabhq/pygments.rb.git", :ref => "2cada028da5054616634a1d9ca6941b65b3ce188"
|
||||||
gem "omniauth-ldap", :git => "https://github.com/gitlabhq/omniauth-ldap.git", :ref => "7edf27d0281e09561838122982c16b7e62181f44"
|
gem "omniauth-ldap", :git => "https://github.com/gitlabhq/omniauth-ldap.git", :ref => "7edf27d0281e09561838122982c16b7e62181f44"
|
||||||
gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git"
|
gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git"
|
||||||
gem 'grack', :git => "https://github.com/SaitoWu/grack.git"
|
gem 'grack', :git => "https://github.com/gitlabhq/grack.git"
|
||||||
gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git"
|
gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git"
|
||||||
|
|
||||||
gem "stamp"
|
gem "stamp"
|
||||||
|
|
14
Gemfile.lock
14
Gemfile.lock
|
@ -1,10 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: https://github.com/SaitoWu/grack.git
|
|
||||||
revision: ba46f3b0845c6a09d488ae6abdce6ede37e227e8
|
|
||||||
specs:
|
|
||||||
grack (1.0.0)
|
|
||||||
rack (~> 1.4.1)
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/ctran/annotate_models.git
|
remote: https://github.com/ctran/annotate_models.git
|
||||||
revision: 18cd39ad01829deba5aa34634b8540d6675ab978
|
revision: 18cd39ad01829deba5aa34634b8540d6675ab978
|
||||||
|
@ -20,6 +13,13 @@ GIT
|
||||||
grit (>= 2.4.1)
|
grit (>= 2.4.1)
|
||||||
hashery (~> 1.4.0)
|
hashery (~> 1.4.0)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: https://github.com/gitlabhq/grack.git
|
||||||
|
revision: ba46f3b0845c6a09d488ae6abdce6ede37e227e8
|
||||||
|
specs:
|
||||||
|
grack (1.0.0)
|
||||||
|
rack (~> 1.4.1)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/gitlabhq/grit.git
|
remote: https://github.com/gitlabhq/grit.git
|
||||||
revision: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
|
revision: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
|
||||||
|
|
Loading…
Reference in a new issue