Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelines
* master: Update health_check gem to `~> 2.2.0` API: Version information Revert "Merge branch 'tests-use-tmpfs' into 'master'" Added documentation chapter for Git attributes Use activerecord_sane_schema_dumper Add a separate stage for bundle check Add a bundle check step to ensure dependencies are correct Create a new /templates API namespace Add disabled delete button to protected branches Make spec deterministic refactors tests because of gitlab-test repository changes Addresses Robert's feedback Speed up specs for GET /projects/:id/events API: New /users/:id/events endpoint writes tests to verify the issue is solved and fixes breaking issues. removes inconsistency regarding tagging immediately as merged once you create a branch using new branch button and adds changelog entry
Showing
... | @@ -262,6 +262,8 @@ group :development do | ... | @@ -262,6 +262,8 @@ group :development do |
# thin instead webrick | # thin instead webrick | ||
gem 'thin', '~> 1.7.0' | gem 'thin', '~> 1.7.0' | ||
gem 'activerecord_sane_schema_dumper', '0.2' | |||
end | end | ||
group :development, :test do | group :development, :test do | ||
... | @@ -341,7 +343,7 @@ gem 'oauth2', '~> 1.2.0' | ... | @@ -341,7 +343,7 @@ gem 'oauth2', '~> 1.2.0' |
gem 'paranoia', '~> 2.0' | gem 'paranoia', '~> 2.0' | ||
# Health check | # Health check | ||
gem 'health_check', '~> 2.1.0' | gem 'health_check', '~> 2.2.0' | ||
# System information | # System information | ||
gem 'vmstat', '~> 2.2' | gem 'vmstat', '~> 2.2' | ||
... | ... |
doc/api/version.md
0 → 100644
lib/api/version.rb
0 → 100644
Please register or sign in to comment