Commit 278250821cc83a6357087dc585c27e2884d53b15

Authored by Dmitriy Zaporozhets
1 parent 51f9c05f

Remove grit require

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