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

Commit 1b84bbd

Browse files
committed
Use Ruby version supported by CF buildpack
1 parent 514c8f2 commit 1b84bbd

8 files changed

+8
-8
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
nodejs 11.6.0
2-
ruby 2.6.2
2+
ruby 2.6.1

api/.ruby-version

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

api/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#
3131
source 'https://rubygems.org'
3232

33-
ruby '2.6.2'
33+
ruby '2.6.1'
3434

3535
gem 'rails', '5.2.1.1'
3636

api/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ DEPENDENCIES
346346
webmock
347347

348348
RUBY VERSION
349-
ruby 2.6.2p47
349+
ruby 2.6.1p33
350350

351351
BUNDLED WITH
352352
1.16.2

docker/dev/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN git clone https://github.com/rbenv/rbenv.git ~/.rbenv && echo 'export PATH="
1212
RUN git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
1313
ENV PATH $PATH:/root/.rbenv/bin:/root/.rbenv/shims
1414
RUN cd /root/.rbenv/plugins/ruby-build && git pull && cd -
15-
RUN rbenv install 2.6.2 && rbenv global 2.6.2 && rbenv rehash
15+
RUN rbenv install 2.6.1 && rbenv global 2.6.1 && rbenv rehash
1616
RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc
1717
RUN gem install bundler
1818

e2e/.ruby-version

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

e2e/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#
3131
source 'https://rubygems.org'
3232

33-
ruby '2.6.2'
33+
ruby '2.6.1'
3434

3535
group :development, :test do
3636
gem 'rspec'

e2e/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ DEPENDENCIES
6767
selenium-webdriver
6868

6969
RUBY VERSION
70-
ruby 2.6.2p47
70+
ruby 2.6.1p33
7171

7272
BUNDLED WITH
7373
1.16.2

0 commit comments

Comments
 (0)