File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ workflows:
17
17
jobs :
18
18
backend-bundle_gem_dependencies :
19
19
docker :
20
- - image : circleci/ruby:2.6.5 -node
20
+ - image : circleci/ruby:2.7.0 -node
21
21
working_directory : ~/rails-react-typescript-docker-example
22
22
steps :
23
23
- checkout
37
37
38
38
backend-test :
39
39
docker :
40
- - image : circleci/ruby:2.6.5 -node
40
+ - image : circleci/ruby:2.7.0 -node
41
41
- image : circleci/postgres:9.6-alpine
42
42
working_directory : ~/rails-react-typescript-docker-example
43
43
steps :
Original file line number Diff line number Diff line change 4
4
5
5
** Here is an example application with the following modern web technology stacks. With this boilerplate, you can easily start to build your own app.**
6
6
7
- - [ Ruby] ( https://www.ruby-lang.org/en/ ) 2.6.5
7
+ - [ Ruby] ( https://www.ruby-lang.org/en/ ) 2.7.0
8
8
- [ Rails] ( https://rubyonrails.org/ ) 6.0.0
9
9
- [ React.js] ( https://reactjs.org/ ) 16.10.2
10
10
- [ TypeScript] ( https://www.typescriptlang.org/ ) 3.6.3
Original file line number Diff line number Diff line change 1
- 2.6.3
1
+ 2.7.0
Original file line number Diff line number Diff line change 1
- FROM ruby:2.6.5
1
+ FROM ruby:2.7.0
2
2
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
3
3
RUN mkdir -p /myapp/backend
4
4
WORKDIR /myapp/backend
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
3
3
4
- ruby '2.6.5 '
4
+ ruby '2.7.0 '
5
5
6
6
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7
7
gem 'rails' , '~> 6.0.1'
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ DEPENDENCIES
197
197
web-console (>= 3.3.0 )
198
198
199
199
RUBY VERSION
200
- ruby 2.6.5p114
200
+ ruby 2.7.0p0
201
201
202
202
BUNDLED WITH
203
- 1.17 .3
203
+ 2.1 .3
You can’t perform that action at this time.
0 commit comments