Browse Source

Updated to ruby 2.4.2.

Martin Edenhofer 7 years ago
parent
commit
de1e62e79f
4 changed files with 4 additions and 4 deletions
  1. 1 1
      .ruby-version
  2. 1 1
      .travis.yml
  3. 1 1
      Gemfile
  4. 1 1
      Gemfile.lock

+ 1 - 1
.ruby-version

@@ -1 +1 @@
-2.4.1
+2.4.2

+ 1 - 1
.travis.yml

@@ -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

+ 1 - 1
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

+ 1 - 1
Gemfile.lock

@@ -547,7 +547,7 @@ DEPENDENCIES
   zendesk_api
 
 RUBY VERSION
-   ruby 2.4.1p111
+   ruby 2.4.2p198
 
 BUNDLED WITH
    1.16.0