Merge branch 'master' into api
Showing
... | ... | @@ -7,7 +7,7 @@ gem "sqlite3" |
gem "mysql2" | ||
# Auth | ||
gem "devise", "~> 1.5" | ||
gem "devise", "~> 2.1.0" | ||
# GITLAB patched libs | ||
gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "7f35cb98ff17d534a07e3ce6ec3d580f67402837" | ||
... | ... | @@ -71,7 +71,6 @@ group :development, :test do |
gem "awesome_print" | ||
gem "database_cleaner" | ||
gem "launchy" | ||
gem "webmock" | ||
end | ||
group :test do | ||
... | ... | @@ -82,4 +81,5 @@ group :test do |
gem "shoulda-matchers" | ||
gem 'email_spec' | ||
gem 'resque_spec' | ||
gem "webmock" | ||
end |
6.38 KB
app/contexts/base_context.rb
0 → 100644
app/contexts/commit_load.rb
0 → 100644
app/contexts/notes_load.rb
0 → 100644
app/helpers/tree_helper.rb
0 → 100644
app/models/project_hook.rb
0 → 100644
app/models/system_hook.rb
0 → 100644
app/views/help/api.html.haml
0 → 100644
File moved
lib/tasks/gitlab/backup.rake
0 → 100644