File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,10 @@ jobs:
10
10
- uses : actions/checkout@v2
11
11
- name : Setup FluentCI
12
12
uses : fluentci-io/setup-fluentci@v5
13
- with :
14
- wasm : true
15
- plugin : postgres
16
- args : |
17
- start
18
13
env :
19
14
GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20
- POSTGRES_USER : postgres
21
- POSTGRES_DB : demo_rails5_test
22
15
- name : check style + security
23
16
run : |
24
- fluentci run --wasm devbox setup
25
- devbox init
26
- devbox add ruby@$RUBY_VERSION
27
17
fluentci run --wasm ruby bundle_exec rubocop
28
18
env :
29
19
GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
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 "3.1 .4"
4
+ ruby "3.3 .4"
5
5
6
6
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7
7
gem "rails" , "~> 7.0.6"
You can’t perform that action at this time.
0 commit comments