Skip to content

Commit 5ef9e6b

Browse files
committed
Update gems
1 parent ef5df30 commit 5ef9e6b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEM
99
specs:
1010
addressable (2.5.2)
1111
public_suffix (>= 2.0.2, < 4.0)
12-
ast (2.3.0)
12+
ast (2.4.0)
1313
claide (1.0.2)
1414
claide-plugins (0.9.2)
1515
cork
@@ -19,7 +19,7 @@ GEM
1919
colored2 (3.1.2)
2020
cork (0.3.0)
2121
colored2 (~> 3.1)
22-
danger (5.5.6)
22+
danger (5.5.10)
2323
claide (~> 1.0)
2424
claide-plugins (>= 0.9.2)
2525
colored2 (~> 3.1)
@@ -34,11 +34,11 @@ GEM
3434
danger-plugin-api (1.0.0)
3535
danger (> 2.0)
3636
diff-lcs (1.3)
37-
faraday (0.13.1)
37+
faraday (0.14.0)
3838
multipart-post (>= 1.2, < 3)
3939
faraday-http-cache (1.3.1)
4040
faraday (~> 0.8)
41-
ffi (1.9.18)
41+
ffi (1.9.23)
4242
formatador (0.2.5)
4343
git (1.3.0)
4444
guard (2.14.2)
@@ -72,16 +72,16 @@ GEM
7272
sawyer (~> 0.8.0, >= 0.5.3)
7373
open4 (1.3.4)
7474
parallel (1.12.1)
75-
parser (2.4.0.2)
76-
ast (~> 2.3)
75+
parser (2.5.0.2)
76+
ast (~> 2.4.0)
7777
powerpack (0.1.1)
7878
pry (0.11.3)
7979
coderay (~> 1.1.0)
8080
method_source (~> 0.9.0)
81-
public_suffix (3.0.1)
81+
public_suffix (3.0.2)
8282
rainbow (3.0.0)
8383
rake (10.5.0)
84-
rb-fsevent (0.10.2)
84+
rb-fsevent (0.10.3)
8585
rb-inotify (0.9.10)
8686
ffi (>= 0.5.0, < 2)
8787
rspec (3.7.0)
@@ -96,7 +96,7 @@ GEM
9696
rspec-mocks (3.7.0)
9797
diff-lcs (>= 1.2.0, < 2.0)
9898
rspec-support (~> 3.7.0)
99-
rspec-support (3.7.0)
99+
rspec-support (3.7.1)
100100
rubocop (0.52.1)
101101
parallel (~> 1.10)
102102
parser (>= 2.4.0.2, < 3.0)
@@ -132,4 +132,4 @@ DEPENDENCIES
132132
yard
133133

134134
BUNDLED WITH
135-
1.16.0
135+
1.16.1

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def testing_env
5555
def testing_bitbucket_env
5656
{
5757
'GIT_URL' => 'https://github.com/diogot/danger-xcode_summary.git',
58+
'CHANGE_ID' => '4d4c0f31857e3185b51b6865a0700525bc0cb2bb',
5859
'JENKINS_URL' => 'http://jenkins.server.com/',
5960
'DANGER_BITBUCKETCLOUD_USERNAME' => 'username',
6061
'DANGER_BITBUCKETCLOUD_PASSWORD' => 'password'

0 commit comments

Comments
 (0)