Merge pull request #2051 from gitlabhq/namespaces
User/Group namespaces for projects
Showing
... | @@ -139,7 +139,7 @@ group :development, :test do | ... | @@ -139,7 +139,7 @@ group :development, :test do |
gem 'rb-inotify', require: linux_only('rb-inotify') | gem 'rb-inotify', require: linux_only('rb-inotify') | ||
# PhantomJS driver for Capybara | # PhantomJS driver for Capybara | ||
gem 'poltergeist' | gem 'poltergeist', git: 'https://github.com/jonleighton/poltergeist.git', ref: '5c2e092001074a8cf09f332d3714e9ba150bc8ca' | ||
end | end | ||
group :test do | group :test do | ||
... | ... |
app/models/namespace.rb
0 → 100644
lib/gitlab/project_mover.rb
0 → 100644
Please register or sign in to comment