Skip to content

Commit 0f54cab

Browse files
committed
Update to Ruby 2.6.7
- [Support of Ruby 2.4 has ended](https://www.ruby-lang.org/en/news/2020/04/05/support-of-ruby-2-4-has-ended/)
1 parent 291e663 commit 0f54cab

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ branches:
44
- master
55
language: ruby
66
rvm:
7-
- 2.4.2
7+
- 2.6.7
88
before_script:
99
- chmod +x ci.sh
1010
script: ./ci.sh

example_app/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.2
1+
2.6.7

example_app/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '2.4.2'
2+
ruby '2.6.7'
33

44
gem 'sinatra'
55
gem 'rack-flash3'

example_app/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ DEPENDENCIES
8282
sinatra
8383

8484
RUBY VERSION
85-
ruby 2.4.2p198
85+
ruby 2.6.7p197
8686

8787
BUNDLED WITH
88-
1.15.4
88+
1.17.2

service_broker/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.2
1+
2.6.7

service_broker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4.2
1+
FROM ruby:2.6.7
22
RUN mkdir /sb
33
COPY . /sb
44
WORKDIR /sb

service_broker/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '2.4.2'
2+
ruby '2.6.7'
33

44
gem 'sinatra'
55
gem 'json'

service_broker/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ DEPENDENCIES
6161
webmock
6262

6363
RUBY VERSION
64-
ruby 2.4.2p198
64+
ruby 2.6.7p197
6565

6666
BUNDLED WITH
67-
1.15.4
67+
1.17.2

0 commit comments

Comments
 (0)