Skip to content

Commit

Permalink
Bump to Ruby 2.6.3
Browse files Browse the repository at this point in the history
Change Ruby version from 2.6.1 to 2.6.3.

Fix #138.

Signed-off-by: Matthias Diester <[email protected]>
  • Loading branch information
suhlig authored and HeavyWombat committed May 16, 2019
1 parent 94ca63b commit 6bee8a9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 11.6.0
ruby 2.6.1
ruby 2.6.3
2 changes: 1 addition & 1 deletion api/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1
2.6.3
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#
source 'https://rubygems.org'

ruby '2.6.1'
ruby '2.6.3'

gem 'rails'

Expand Down
2 changes: 1 addition & 1 deletion api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 2.6.1p33
ruby 2.6.3p62

BUNDLED WITH
2.0.1
2 changes: 1 addition & 1 deletion docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN git clone https://github.com/rbenv/rbenv.git ~/.rbenv && echo 'export PATH="
RUN git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
ENV PATH $PATH:/root/.rbenv/bin:/root/.rbenv/shims
RUN cd /root/.rbenv/plugins/ruby-build && git pull && cd -
RUN rbenv install 2.6.1 && rbenv global 2.6.1 && rbenv rehash
RUN rbenv install 2.6.3 && rbenv global 2.6.3 && rbenv rehash
RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc
RUN gem install bundler

Expand Down
2 changes: 1 addition & 1 deletion e2e/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1
2.6.3
2 changes: 1 addition & 1 deletion e2e/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#
source 'https://rubygems.org'

ruby '2.6.1'
ruby '2.6.3'

group :development, :test do
gem 'rspec'
Expand Down
2 changes: 1 addition & 1 deletion e2e/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ DEPENDENCIES
selenium-webdriver

RUBY VERSION
ruby 2.6.1p33
ruby 2.6.3p62

BUNDLED WITH
2.0.1

0 comments on commit 6bee8a9

Please sign in to comment.