Commit 262f80a68ac2ed14be0bbf3666b91480fb56e47d

Authored by Dmitriy Zaporozhets
1 parent 3cf814ff

Update grit for ruby 2.0 support

Showing 2 changed files with 3 additions and 3 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", git: "https://github.com/gitlabhq/grit.git", ref: '09918a3f3217eab7d3b6f5936d5ea2a07f886794'
26 26 gem 'grack', git: "https://github.com/gitlabhq/grack.git", ref: 'ba46f3b0845c6a09d488ae6abdce6ede37e227e8'
27 27 gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref: '8e6afc2da821354774aa4d1ee8a1aa2082f84a3e'
28 28  
... ...
Gemfile.lock
... ... @@ -23,8 +23,8 @@ GIT
23 23  
24 24 GIT
25 25 remote: https://github.com/gitlabhq/grit.git
26   - revision: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
27   - ref: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
  26 + revision: 09918a3f3217eab7d3b6f5936d5ea2a07f886794
  27 + ref: 09918a3f3217eab7d3b6f5936d5ea2a07f886794
28 28 specs:
29 29 grit (2.5.0)
30 30 diff-lcs (~> 1.1)
... ...