File tree Expand file tree Collapse file tree 4 files changed +46
-42
lines changed Expand file tree Collapse file tree 4 files changed +46
-42
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
rspec :
9
9
runs-on : ubuntu-latest
10
-
11
10
steps :
12
- - uses : actions/checkout@v2
13
- - name : Set up Ruby 2.5.8
14
- uses : actions/setup-ruby@v1
11
+ - uses : actions/checkout@v3
12
+
13
+ - name : Set up Ruby 2.7.4
14
+ uses : ruby/setup-ruby@v1
15
15
with :
16
- ruby-version : 2.5.8
16
+ ruby-version : 2.7.4
17
17
- name : Test with Rspec
18
18
run : |
19
- gem install --no-rdoc --no-ri bundler
19
+ gem install bundler
20
20
bundle install --jobs 4 --retry 3
21
21
bundle exec rspec
22
22
release :
@@ -25,25 +25,25 @@ jobs:
25
25
runs-on : ubuntu-latest
26
26
27
27
steps :
28
- - uses : actions/checkout@v2
29
- - name : Set up Ruby 2.5.8
30
- uses : actions /setup-ruby@v1
28
+ - uses : actions/checkout@v3
29
+ - name : Set up Ruby 2.7.4
30
+ uses : ruby /setup-ruby@v1
31
31
with :
32
- ruby-version : 2.5.8
32
+ ruby-version : 2.7.4
33
33
- name : Build with bundler
34
34
run : |
35
- gem install --no-rdoc --no-ri bundler
35
+ gem install bundler
36
36
bundle install --jobs 4 --retry 3 --deployment --without "development test"
37
37
- name : Zip
38
38
run : |
39
39
zip -r slowlog_check.zip ./*
40
40
- name : Semantic Release
41
41
id : semantic
42
- uses : cycjimmy/semantic-release-action@v2
42
+ uses : cycjimmy/semantic-release-action@v3
43
43
env :
44
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
45
with :
46
- semantic_version : 17
46
+ semantic_version : 19
47
47
extra_plugins : |
48
48
@semantic-release/changelog
49
49
@semantic-release/git
Original file line number Diff line number Diff line change 1
- ruby-2.5.8
1
+ ruby-2.7.4
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
source 'https://rubygems.org'
4
- ruby '2.5.8 '
4
+ ruby '2.7.4 '
5
5
6
6
gem 'dogapi'
7
7
gem 'redis'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- coderay (1.1.2 )
5
- diff-lcs (1.3 )
6
- dogapi (1.40.0 )
4
+ coderay (1.1.3 )
5
+ connection_pool (2.3.0 )
6
+ diff-lcs (1.5.0 )
7
+ dogapi (1.45.0 )
7
8
multi_json
8
- ffi (1.12.2 )
9
- formatador (0.2.5 )
10
- guard (2.16.2 )
9
+ ffi (1.15.5 )
10
+ formatador (1.1.0 )
11
+ guard (2.18.0 )
11
12
formatador (>= 0.2.4 )
12
13
listen (>= 2.7 , < 4.0 )
13
14
lumberjack (>= 1.0.12 , < 2.0 )
14
15
nenv (~> 0.1 )
15
16
notiffany (~> 0.0 )
16
- pry (>= 0.9.12 )
17
+ pry (>= 0.13.0 )
17
18
shellany (~> 0.0 )
18
19
thor (>= 0.18.1 )
19
20
guard-compat (1.2.1 )
20
21
guard-rspec (4.7.3 )
21
22
guard (~> 2.1 )
22
23
guard-compat (~> 1.1 )
23
24
rspec (>= 2.99.0 , < 4.0 )
24
- listen (3.2.1 )
25
+ listen (3.8.0 )
25
26
rb-fsevent (~> 0.10 , >= 0.10.3 )
26
27
rb-inotify (~> 0.9 , >= 0.9.10 )
27
- lumberjack (1.2.4 )
28
+ lumberjack (1.2.8 )
28
29
method_source (1.0.0 )
29
- multi_json (1.14.1 )
30
+ multi_json (1.15.0 )
30
31
nenv (0.3.0 )
31
32
notiffany (0.1.3 )
32
33
nenv (~> 0.1 )
33
34
shellany (~> 0.0 )
34
- pry (0.13.1 )
35
+ pry (0.14.2 )
35
36
coderay (~> 1.1 )
36
37
method_source (~> 1.0 )
37
- rb-fsevent (0.10.3 )
38
+ rb-fsevent (0.11.2 )
38
39
rb-inotify (0.10.1 )
39
40
ffi (~> 1.0 )
40
- redis (4.1.3 )
41
- rspec (3.9.0 )
42
- rspec-core (~> 3.9.0 )
43
- rspec-expectations (~> 3.9.0 )
44
- rspec-mocks (~> 3.9.0 )
45
- rspec-core (3.9.1 )
46
- rspec-support (~> 3.9.1 )
47
- rspec-expectations (3.9.1 )
41
+ redis (5.0.6 )
42
+ redis-client (>= 0.9.0 )
43
+ redis-client (0.12.1 )
44
+ connection_pool
45
+ rspec (3.12.0 )
46
+ rspec-core (~> 3.12.0 )
47
+ rspec-expectations (~> 3.12.0 )
48
+ rspec-mocks (~> 3.12.0 )
49
+ rspec-core (3.12.1 )
50
+ rspec-support (~> 3.12.0 )
51
+ rspec-expectations (3.12.2 )
48
52
diff-lcs (>= 1.2.0 , < 2.0 )
49
- rspec-support (~> 3.9 .0 )
50
- rspec-mocks (3.9.1 )
53
+ rspec-support (~> 3.12 .0 )
54
+ rspec-mocks (3.12.3 )
51
55
diff-lcs (>= 1.2.0 , < 2.0 )
52
- rspec-support (~> 3.9 .0 )
53
- rspec-support (3.9.2 )
56
+ rspec-support (~> 3.12 .0 )
57
+ rspec-support (3.12.0 )
54
58
shellany (0.0.1 )
55
- thor (1.0 .1 )
56
- timecop (0.9.1 )
59
+ thor (1.2 .1 )
60
+ timecop (0.9.6 )
57
61
58
62
PLATFORMS
59
63
ruby
@@ -67,7 +71,7 @@ DEPENDENCIES
67
71
timecop
68
72
69
73
RUBY VERSION
70
- ruby 2.5.8p224
74
+ ruby 2.7.4p191
71
75
72
76
BUNDLED WITH
73
77
2.1.4
You can’t perform that action at this time.
0 commit comments