Commit 278250821cc83a6357087dc585c27e2884d53b15

Authored by Dmitriy Zaporozhets
1 parent 51f9c05f

Remove grit require

app/models/network/commit.rb
1   -require "grit"
2   -
3 1 module Network
4 2 class Commit
5 3 include ActionView::Helpers::TagHelper
... ...
app/models/project.rb
... ... @@ -24,8 +24,6 @@
24 24 # import_url :string(255)
25 25 #
26 26  
27   -require "grit"
28   -
29 27 class Project < ActiveRecord::Base
30 28 include Gitlab::ShellAdapter
31 29 extend Enumerize
... ...