Commit 278250821cc83a6357087dc585c27e2884d53b15
1 parent
51f9c05f
Exists in
master
and in
4 other branches
Remove grit require
Showing
2 changed files
with
0 additions
and
4 deletions
Show diff stats
app/models/network/commit.rb
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 |