Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit d4994ba

Browse files
authored
update to ruby 2.6.4 (#197)
* update to ruby 2.6.4 * update travis config
1 parent 5b53992 commit d4994ba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.3
1+
2.6.4

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ branches:
55
language: ruby
66

77
rvm:
8-
- "2.6.3"
8+
- "2.6.4"
99

1010
before_install:
1111
- gem update --system

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '2.6.3'
4+
ruby '2.6.4'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 5.2.1'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ DEPENDENCIES
291291
web-console (>= 3.3.0)
292292

293293
RUBY VERSION
294-
ruby 2.6.3p62
294+
ruby 2.6.4p104
295295

296296
BUNDLED WITH
297-
2.0.1
297+
2.0.2

0 commit comments

Comments
 (0)