Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Use Ruby version supported by CF buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Mar 20, 2019
1 parent 514c8f2 commit 1b84bbd
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.2
ruby 2.6.1
2 changes: 1 addition & 1 deletion api/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.2
2.6.1
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.2'
ruby '2.6.1'

gem 'rails', '5.2.1.1'

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.2p47
ruby 2.6.1p33

BUNDLED WITH
1.16.2
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.2 && rbenv global 2.6.2 && rbenv rehash
RUN rbenv install 2.6.1 && rbenv global 2.6.1 && 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.2
2.6.1
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.2'
ruby '2.6.1'

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.2p47
ruby 2.6.1p33

BUNDLED WITH
1.16.2

0 comments on commit 1b84bbd

Please sign in to comment.