File tree Expand file tree Collapse file tree 3 files changed +22
-21
lines changed Expand file tree Collapse file tree 3 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 5
5
flutter :
circleci/[email protected]
6
6
7
7
jobs :
8
+ danger :
9
+ docker :
10
+ - image : circleci/ruby:2.6.4
11
+ steps :
12
+ - checkout
13
+ - run : bundle install
14
+ - run : bundle exec danger
15
+
8
16
flutter_tests :
9
17
docker :
10
18
- image : cirrusci/flutter
11
19
steps :
12
20
- checkout
13
- - run : sudo gem install bundler:2.1.4
14
- - run : bundle check || sudo bundle install
15
- - run : bundle exec danger
16
21
- run : flutter doctor
17
22
- run : flutter packages get
18
23
- run : sh ./scripts/pigeon.sh
25
30
- image : cirrusci/flutter:2.10.5
26
31
steps :
27
32
- checkout
28
- - run : sudo gem install bundler:2.1.4
29
- - run : bundle check || sudo bundle install
30
- - run : bundle exec danger
31
33
- run : flutter doctor
32
34
- run : flutter packages get
33
35
- run : sh ./scripts/pigeon.sh
@@ -150,6 +152,7 @@ workflows:
150
152
version : 2
151
153
build-test-and-approval-deploy :
152
154
jobs :
155
+ - danger
153
156
- flutter_tests
154
157
- flutter_tests_2-10-5
155
158
- test_android
@@ -164,6 +167,7 @@ workflows:
164
167
- hold_release :
165
168
type : approval
166
169
requires :
170
+ - danger
167
171
- flutter_tests
168
172
- flutter_tests_2-10-5
169
173
- test_android
Original file line number Diff line number Diff line change 1
- # frozen_string_literal: true
2
-
3
1
source "https://rubygems.org"
4
2
5
- git_source ( :github ) { |repo_name | "https://github.com/Instabug/Instabug-Flutter/" }
6
-
7
- gem 'danger'
3
+ gem 'danger' , '~> 8.6' , '>= 8.6.1'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- addressable (2.8.0 )
5
- public_suffix (>= 2.0.2 , < 5 .0 )
4
+ addressable (2.8.1 )
5
+ public_suffix (>= 2.0.2 , < 6 .0 )
6
6
claide (1.1.0 )
7
7
claide-plugins (0.9.2 )
8
8
cork
24
24
no_proxy_fix
25
25
octokit (~> 4.7 )
26
26
terminal-table (>= 1 , < 4 )
27
- faraday (1.10.0 )
27
+ faraday (1.10.2 )
28
28
faraday-em_http (~> 1.0 )
29
29
faraday-em_synchrony (~> 1.0 )
30
30
faraday-excon (~> 1.1 )
39
39
faraday-em_http (1.0.0 )
40
40
faraday-em_synchrony (1.0.0 )
41
41
faraday-excon (1.1.0 )
42
- faraday-http-cache (2.4.0 )
42
+ faraday-http-cache (2.4.1 )
43
43
faraday (>= 0.8 )
44
44
faraday-httpclient (1.0.1 )
45
45
faraday-multipart (1.0.4 )
49
49
faraday-patron (1.0.0 )
50
50
faraday-rack (1.0.0 )
51
51
faraday-retry (1.0.3 )
52
- git (1.11.0 )
52
+ git (1.12.0 )
53
+ addressable (~> 2.8 )
53
54
rchardet (~> 1.8 )
54
55
kramdown (2.4.0 )
55
56
rexml
58
59
multipart-post (2.2.3 )
59
60
nap (1.1.0 )
60
61
no_proxy_fix (0.1.2 )
61
- octokit (4.25.0 )
62
+ octokit (4.25.1 )
62
63
faraday (>= 1 , < 3 )
63
64
sawyer (~> 0.9 )
64
65
open4 (1.3.4 )
65
- public_suffix (4 .0.7 )
66
+ public_suffix (5 .0.0 )
66
67
rchardet (1.8.0 )
67
68
rexml (3.2.5 )
68
69
ruby2_keywords (0.0.5 )
71
72
faraday (>= 0.17.3 , < 3 )
72
73
terminal-table (3.0.2 )
73
74
unicode-display_width (>= 1.1.1 , < 3 )
74
- unicode-display_width (2.1 .0 )
75
+ unicode-display_width (2.3 .0 )
75
76
76
77
PLATFORMS
77
78
ruby
78
79
79
80
DEPENDENCIES
80
- danger
81
+ danger ( ~> 8.6 , >= 8.6.1 )
81
82
82
83
BUNDLED WITH
83
- 2.1.4
84
+ 1.17.2
You can’t perform that action at this time.
0 commit comments