File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ branches:
44 - master
55language : ruby
66rvm :
7- - 2.4.2
7+ - 2.6.7
88before_script :
99- chmod +x ci.sh
1010script : ./ci.sh
Original file line number Diff line number Diff line change 1- 2.4.2
1+ 2.6.7
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
2- ruby '2.4.2 '
2+ ruby '2.6.7 '
33
44gem 'sinatra'
55gem 'rack-flash3'
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ DEPENDENCIES
8282 sinatra
8383
8484RUBY VERSION
85- ruby 2.4.2p198
85+ ruby 2.6.7p197
8686
8787BUNDLED WITH
88- 1.15.4
88+ 1.17.2
Original file line number Diff line number Diff line change 1- 2.4.2
1+ 2.6.7
Original file line number Diff line number Diff line change 1- FROM ruby:2.4.2
1+ FROM ruby:2.6.7
22RUN mkdir /sb
33COPY . /sb
44WORKDIR /sb
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
2- ruby '2.4.2 '
2+ ruby '2.6.7 '
33
44gem 'sinatra'
55gem 'json'
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ DEPENDENCIES
6161 webmock
6262
6363RUBY VERSION
64- ruby 2.4.2p198
64+ ruby 2.6.7p197
6565
6666BUNDLED WITH
67- 1.15.4
67+ 1.17.2
You can’t perform that action at this time.
0 commit comments