Skip to content

Commit a277cae

Browse files
author
tbenett
committed
upgrading to ruby 2.6.1
1 parent 834495c commit a277cae

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.2
1+
2.6.1

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ before_install:
55
- sh ./var/bin/ipfsd
66

77
rvm:
8-
- 2.4.2
8+
- 2.6.1

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.4.2'
3+
ruby '2.6.1'
44

55
gem 'http', '~> 2.2.2'
66
gem 'rake', '~> 12.0.0'

Diff for: Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ DEPENDENCIES
8989
yard (~> 0.9.12)
9090

9191
RUBY VERSION
92-
ruby 2.4.2p198
92+
ruby 2.6.1p33
9393

9494
BUNDLED WITH
95-
1.16.0
95+
1.17.2

0 commit comments

Comments
 (0)