Skip to content

Commit 51bf8cf

Browse files
authored
Merge pull request #93 from diogot/updates
Updates dependencies
2 parents eba6c0d + b2c8c7a commit 51bf8cf

File tree

5 files changed

+40
-45
lines changed

5 files changed

+40
-45
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Set up Ruby
3030
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
3131
# change this to (see https://github.com/ruby/setup-ruby#versioning):
32-
# uses: ruby/setup-ruby@v1
33-
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
32+
uses: ruby/setup-ruby@v1
33+
# uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
3434
with:
3535
ruby-version: ${{ matrix.ruby-version }}
3636
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

Gemfile.lock

Lines changed: 36 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
PATH
22
remote: .
33
specs:
4-
danger-xcode_summary (1.3.0)
4+
danger-xcode_summary (1.3.1)
55
danger-plugin-api (~> 1.0)
6-
xcresult (~> 0.2)
6+
xcresult (~> 0.2.2)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
addressable (2.8.6)
12-
public_suffix (>= 2.0.2, < 6.0)
11+
addressable (2.8.7)
12+
public_suffix (>= 2.0.2, < 7.0)
1313
ast (2.4.2)
14-
base64 (0.2.0)
1514
claide (1.1.0)
1615
claide-plugins (0.9.2)
1716
cork
@@ -21,7 +20,7 @@ GEM
2120
colored2 (3.1.2)
2221
cork (0.3.0)
2322
colored2 (~> 3.1)
24-
danger (9.4.3)
23+
danger (9.5.0)
2524
claide (~> 1.0)
2625
claide-plugins (>= 0.9.2)
2726
colored2 (~> 3.1)
@@ -31,19 +30,19 @@ GEM
3130
git (~> 1.13)
3231
kramdown (~> 2.3)
3332
kramdown-parser-gfm (~> 1.0)
34-
no_proxy_fix
3533
octokit (>= 4.0)
3634
terminal-table (>= 1, < 4)
3735
danger-plugin-api (1.0.0)
3836
danger (> 2.0)
3937
diff-lcs (1.5.1)
40-
faraday (2.9.0)
41-
faraday-net_http (>= 2.0, < 3.2)
38+
faraday (2.11.0)
39+
faraday-net_http (>= 2.0, < 3.4)
40+
logger
4241
faraday-http-cache (2.5.1)
4342
faraday (>= 0.8)
44-
faraday-net_http (3.1.0)
43+
faraday-net_http (3.3.0)
4544
net-http
46-
ffi (1.16.3)
45+
ffi (1.17.0)
4746
formatador (1.1.0)
4847
git (1.19.1)
4948
addressable (~> 2.8)
@@ -62,85 +61,83 @@ GEM
6261
guard (~> 2.1)
6362
guard-compat (~> 1.1)
6463
rspec (>= 2.99.0, < 4.0)
65-
json (2.7.1)
64+
json (2.7.2)
6665
kramdown (2.4.0)
6766
rexml
6867
kramdown-parser-gfm (1.1.0)
6968
kramdown (~> 2.0)
7069
language_server-protocol (3.17.0.3)
71-
listen (3.8.0)
70+
listen (3.9.0)
7271
rb-fsevent (~> 0.10, >= 0.10.3)
7372
rb-inotify (~> 0.9, >= 0.9.10)
73+
logger (1.6.1)
7474
lumberjack (1.2.10)
75-
method_source (1.0.0)
75+
method_source (1.1.0)
7676
nap (1.1.0)
7777
nenv (0.3.0)
7878
net-http (0.4.1)
7979
uri
80-
no_proxy_fix (0.1.2)
8180
notiffany (0.1.3)
8281
nenv (~> 0.1)
8382
shellany (~> 0.0)
84-
octokit (8.1.0)
85-
base64
83+
octokit (9.1.0)
8684
faraday (>= 1, < 3)
8785
sawyer (~> 0.9)
8886
open4 (1.3.4)
89-
parallel (1.24.0)
90-
parser (3.3.0.5)
87+
parallel (1.26.3)
88+
parser (3.3.5.0)
9189
ast (~> 2.4.1)
9290
racc
9391
pry (0.14.2)
9492
coderay (~> 1.1)
9593
method_source (~> 1.0)
96-
public_suffix (5.0.4)
97-
racc (1.7.3)
94+
public_suffix (6.0.1)
95+
racc (1.8.1)
9896
rainbow (3.1.1)
99-
rake (13.1.0)
97+
rake (13.2.1)
10098
rb-fsevent (0.11.2)
101-
rb-inotify (0.10.1)
99+
rb-inotify (0.11.1)
102100
ffi (~> 1.0)
103101
rchardet (1.8.0)
104-
regexp_parser (2.9.0)
105-
rexml (3.2.6)
102+
regexp_parser (2.9.2)
103+
rexml (3.3.7)
106104
rspec (3.13.0)
107105
rspec-core (~> 3.13.0)
108106
rspec-expectations (~> 3.13.0)
109107
rspec-mocks (~> 3.13.0)
110-
rspec-core (3.13.0)
108+
rspec-core (3.13.1)
111109
rspec-support (~> 3.13.0)
112-
rspec-expectations (3.13.0)
110+
rspec-expectations (3.13.2)
113111
diff-lcs (>= 1.2.0, < 2.0)
114112
rspec-support (~> 3.13.0)
115-
rspec-mocks (3.13.0)
113+
rspec-mocks (3.13.1)
116114
diff-lcs (>= 1.2.0, < 2.0)
117115
rspec-support (~> 3.13.0)
118-
rspec-support (3.13.0)
119-
rubocop (1.60.2)
116+
rspec-support (3.13.1)
117+
rubocop (1.66.1)
120118
json (~> 2.3)
121119
language_server-protocol (>= 3.17.0)
122120
parallel (~> 1.10)
123121
parser (>= 3.3.0.2)
124122
rainbow (>= 2.2.2, < 4.0)
125-
regexp_parser (>= 1.8, < 3.0)
126-
rexml (>= 3.2.5, < 4.0)
127-
rubocop-ast (>= 1.30.0, < 2.0)
123+
regexp_parser (>= 2.4, < 3.0)
124+
rubocop-ast (>= 1.32.2, < 2.0)
128125
ruby-progressbar (~> 1.7)
129126
unicode-display_width (>= 2.4.0, < 3.0)
130-
rubocop-ast (1.30.0)
131-
parser (>= 3.2.1.0)
127+
rubocop-ast (1.32.2)
128+
parser (>= 3.3.1.0)
132129
ruby-progressbar (1.13.0)
133130
sawyer (0.9.2)
134131
addressable (>= 2.3.5)
135132
faraday (>= 0.17.3, < 3)
136133
shellany (0.0.1)
137134
terminal-table (3.0.2)
138135
unicode-display_width (>= 1.1.1, < 3)
139-
thor (1.3.0)
136+
thor (1.3.2)
140137
unicode-display_width (2.5.0)
141-
uri (0.13.0)
142-
xcresult (0.2.1)
143-
yard (0.9.36)
138+
uri (0.13.1)
139+
xcresult (0.2.2)
140+
yard (0.9.37)
144141

145142
PLATFORMS
146143
ruby

danger-xcode_summary.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323

2424
spec.required_ruby_version = ">= 2.4.0"
2525

26-
spec.add_dependency 'xcresult', '~> 0.2'
26+
spec.add_dependency 'xcresult', '~> 0.2.2'
2727
spec.add_runtime_dependency 'danger-plugin-api', '~> 1.0'
2828

2929
# General ruby development

lib/xcode_summary/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module XcodeSummary
4-
VERSION = '1.3.0'
4+
VERSION = '1.3.1'
55
end

spec/spec_helper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
# it comes with an extra function `.string` which will
3131
# strip all ANSI colours from the string.
3232

33-
# rubocop:disable Lint/NestedMethodDefinition
3433
def testing_ui
3534
@output = StringIO.new
3635
def @output.winsize
@@ -43,7 +42,6 @@ def cork.string
4342
end
4443
cork
4544
end
46-
# rubocop:enable Lint/NestedMethodDefinition
4745

4846
# Example environment (ENV) that would come from
4947
# running a PR on TravisCI

0 commit comments

Comments
 (0)