Updated to ruby 2.4.2.
This commit is contained in:
parent
95a8f95af8
commit
de1e62e79f
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
2.4.1
|
||||
2.4.2
|
||||
|
|
|
@ -19,7 +19,7 @@ services:
|
|||
- mysql
|
||||
language: ruby
|
||||
rvm:
|
||||
- 2.4.1
|
||||
- 2.4.2
|
||||
before_install:
|
||||
- git fetch --unshallow
|
||||
- sudo apt-get -qq update
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
# core - base
|
||||
ruby '2.4.1'
|
||||
ruby '2.4.2'
|
||||
gem 'rails', '5.1.4'
|
||||
|
||||
# core - rails additions
|
||||
|
|
|
@ -547,7 +547,7 @@ DEPENDENCIES
|
|||
zendesk_api
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.4.1p111
|
||||
ruby 2.4.2p198
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.0
|
||||
|
|
Loading…
Reference in a new issue