Skip to content

Commit c173410

Browse files
committed
Bump Ruby 2.7.0
1 parent 95517a4 commit c173410

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Here is an example application with the following modern web technology stacks. With this boilerplate, you can easily start to build your own app.**
66

7-
- [Ruby](https://www.ruby-lang.org/en/) 2.6.5
7+
- [Ruby](https://www.ruby-lang.org/en/) 2.7.0
88
- [Rails](https://rubyonrails.org/) 6.0.0
99
- [React.js](https://reactjs.org/) 16.10.2
1010
- [TypeScript](https://www.typescriptlang.org/) 3.6.3

backend/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.3
1+
2.7.0

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.6.5
1+
FROM ruby:2.7.0
22
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
33
RUN mkdir -p /myapp/backend
44
WORKDIR /myapp/backend

backend/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '2.6.5'
4+
ruby '2.7.0'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 6.0.0'

backend/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ RUBY VERSION
200200
ruby 2.6.5p114
201201

202202
BUNDLED WITH
203-
1.17.3
203+
2.1.3

0 commit comments

Comments
 (0)