Commit 35cd6ef0 authored by Jan Provaznik's avatar Jan Provaznik

Fixed conflicts related to rails 5

parent f7e38648
...@@ -80,7 +80,6 @@ stages: ...@@ -80,7 +80,6 @@ stages:
- mysql:5.7 - mysql:5.7
- redis:alpine - redis:alpine
<<<<<<< HEAD
# BEGIN EE-only service helpers # BEGIN EE-only service helpers
.use-pg-9-6: &use-pg-9-6 .use-pg-9-6: &use-pg-9-6
...@@ -107,8 +106,6 @@ stages: ...@@ -107,8 +106,6 @@ stages:
# END EE-only service helpers # END EE-only service helpers
=======
>>>>>>> upstream/master
.rails4: &rails4 .rails4: &rails4
allow_failure: false allow_failure: false
except: except:
......
This diff is collapsed.
...@@ -53,10 +53,7 @@ description: 'Learn how to contribute to GitLab.' ...@@ -53,10 +53,7 @@ description: 'Learn how to contribute to GitLab.'
- [Prometheus metrics](prometheus_metrics.md) - [Prometheus metrics](prometheus_metrics.md)
- [Guidelines for reusing abstractions](reusing_abstractions.md) - [Guidelines for reusing abstractions](reusing_abstractions.md)
- [DeclarativePolicy framework](policies.md) - [DeclarativePolicy framework](policies.md)
<<<<<<< HEAD
- [Geo development](geo.md) - [Geo development](geo.md)
=======
>>>>>>> upstream/master
- [Switching to Rails 5](switching_to_rails5.md) - [Switching to Rails 5](switching_to_rails5.md)
## Performance guides ## Performance guides
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment