Commit 187e192cdf4470fa07a62aa0720c586b6dde2bde
1 parent
388d72e6
Exists in
master
and in
4 other branches
Use official Grit 2.5.0
Showing
2 changed files
with
6 additions
and
12 deletions
Show diff stats
Gemfile
@@ -22,7 +22,7 @@ gem 'omniauth-twitter' | @@ -22,7 +22,7 @@ gem 'omniauth-twitter' | ||
22 | gem 'omniauth-github' | 22 | gem 'omniauth-github' |
23 | 23 | ||
24 | # GITLAB patched libs | 24 | # GITLAB patched libs |
25 | -gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "7f35cb98ff17d534a07e3ce6ec3d580f67402837" | 25 | +gem "grit", '2.5.0' |
26 | gem "omniauth-ldap", :git => "https://github.com/gitlabhq/omniauth-ldap.git", :ref => "f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e" | 26 | gem "omniauth-ldap", :git => "https://github.com/gitlabhq/omniauth-ldap.git", :ref => "f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e" |
27 | gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git" | 27 | gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git" |
28 | gem 'grack', :git => "https://github.com/gitlabhq/grack.git" | 28 | gem 'grack', :git => "https://github.com/gitlabhq/grack.git" |
Gemfile.lock
@@ -12,16 +12,6 @@ GIT | @@ -12,16 +12,6 @@ GIT | ||
12 | rack (~> 1.4.1) | 12 | rack (~> 1.4.1) |
13 | 13 | ||
14 | GIT | 14 | GIT |
15 | - remote: https://github.com/gitlabhq/grit.git | ||
16 | - revision: 7f35cb98ff17d534a07e3ce6ec3d580f67402837 | ||
17 | - ref: 7f35cb98ff17d534a07e3ce6ec3d580f67402837 | ||
18 | - specs: | ||
19 | - grit (2.5.0) | ||
20 | - diff-lcs (~> 1.1) | ||
21 | - mime-types (~> 1.15) | ||
22 | - posix-spawn (~> 0.3.6) | ||
23 | - | ||
24 | -GIT | ||
25 | remote: https://github.com/gitlabhq/omniauth-ldap.git | 15 | remote: https://github.com/gitlabhq/omniauth-ldap.git |
26 | revision: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e | 16 | revision: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e |
27 | ref: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e | 17 | ref: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e |
@@ -157,6 +147,10 @@ GEM | @@ -157,6 +147,10 @@ GEM | ||
157 | rack | 147 | rack |
158 | rack-mount | 148 | rack-mount |
159 | gratr19 (0.4.4.1) | 149 | gratr19 (0.4.4.1) |
150 | + grit (2.5.0) | ||
151 | + diff-lcs (~> 1.1) | ||
152 | + mime-types (~> 1.15) | ||
153 | + posix-spawn (~> 0.3.6) | ||
160 | growl (1.0.3) | 154 | growl (1.0.3) |
161 | guard (1.3.2) | 155 | guard (1.3.2) |
162 | listen (>= 0.4.2) | 156 | listen (>= 0.4.2) |
@@ -421,7 +415,7 @@ DEPENDENCIES | @@ -421,7 +415,7 @@ DEPENDENCIES | ||
421 | gitolite (= 1.1.0) | 415 | gitolite (= 1.1.0) |
422 | grack! | 416 | grack! |
423 | grape (~> 0.2.1) | 417 | grape (~> 0.2.1) |
424 | - grit! | 418 | + grit (= 2.5.0) |
425 | growl | 419 | growl |
426 | guard-rspec | 420 | guard-rspec |
427 | guard-spinach | 421 | guard-spinach |