From 65bae00de82ddd9e6d80bc55a355741b3f6cb1e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Podrou=C5=BEek?= Date: Mon, 8 Oct 2018 16:26:01 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ccb41a..7823177 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is a Ruby image for [Drone](https://github.com/drone/drone), inspired by [4 Intent of this image is CI testing of Ruby or Rails projects with Drone. -This image supports `Drone 0.7.0` and `MRI Ruby 2.4.2`: +This image supports `Drone 0.7.0` and `MRI Ruby 2.5.1`: It has a [bundler](http://bundler.io/) installed. @@ -78,7 +78,7 @@ pipeline: services: database: - image: postgres:9.6 + image: postgres:10.5 environment: - POSTGRES_USER=... - POSTGRES_PASSWORD=... @@ -88,4 +88,4 @@ The example `drone.yml` file above shows how [RSpec](http://rspec.info/) and [Sp At [Juicymo](https://www.juicymo.cz), we use [GitLab](https://github.com/gitlabhq/gitlabhq) which is connected to our Drone CI server. With this setup Drone is able to detect all projects from GitLab automatically. After particular Ruby on Rails project is enabled for testing in Drone, all you need to do is to add, commit and push a `.drone.yml` to the git repository. Drone will automatically load it and start the integration. -See source at [GitHub](https://github.com/Juicymo/drone-ruby). \ No newline at end of file +See source at [GitHub](https://github.com/Juicymo/drone-ruby).