gitlab-org--gitlab-foss/lib/gitlab/bitbucket_server_import
Stan Hu e96fd232a6 Remove unnecessary includes of ShellAdapter
Determined by running the script:

```
included = `git grep --name-only ShellAdapter`.chomp.split("\n")
used = `git grep --name-only gitlab_shell`.chomp.split("\n")
included - used
```
2018-12-05 23:19:27 -08:00
..
importer.rb Remove unnecessary includes of ShellAdapter 2018-12-05 23:19:27 -08:00
project_creator.rb Enable some frozen string in lib/gitlab 2018-10-13 02:31:31 -07:00