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 | 22 | gem 'omniauth-github' |
| 23 | 23 | |
| 24 | 24 | # GITLAB patched libs |
| 25 | -gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "7f35cb98ff17d534a07e3ce6ec3d580f67402837" | |
| 25 | +gem "grit", '2.5.0' | |
| 26 | 26 | gem "omniauth-ldap", :git => "https://github.com/gitlabhq/omniauth-ldap.git", :ref => "f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e" |
| 27 | 27 | gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git" |
| 28 | 28 | gem 'grack', :git => "https://github.com/gitlabhq/grack.git" | ... | ... |
Gemfile.lock
| ... | ... | @@ -12,16 +12,6 @@ GIT |
| 12 | 12 | rack (~> 1.4.1) |
| 13 | 13 | |
| 14 | 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 | 15 | remote: https://github.com/gitlabhq/omniauth-ldap.git |
| 26 | 16 | revision: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e |
| 27 | 17 | ref: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e |
| ... | ... | @@ -157,6 +147,10 @@ GEM |
| 157 | 147 | rack |
| 158 | 148 | rack-mount |
| 159 | 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 | 154 | growl (1.0.3) |
| 161 | 155 | guard (1.3.2) |
| 162 | 156 | listen (>= 0.4.2) |
| ... | ... | @@ -421,7 +415,7 @@ DEPENDENCIES |
| 421 | 415 | gitolite (= 1.1.0) |
| 422 | 416 | grack! |
| 423 | 417 | grape (~> 0.2.1) |
| 424 | - grit! | |
| 418 | + grit (= 2.5.0) | |
| 425 | 419 | growl |
| 426 | 420 | guard-rspec |
| 427 | 421 | guard-spinach | ... | ... |