mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 13:00:23 +00:00
⬆️️ danger (5.7.0)
This commit is contained in:
parent
6cfd520b18
commit
1cfd47d7e0
2 changed files with 5 additions and 4 deletions
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||||
- 🧰 MasKit Framework #175
|
- 🧰 MasKit Framework #175
|
||||||
- 🛠 Xcode 10 & Swift 4.2 #173
|
- 🛠 Xcode 10 & Swift 4.2 #173
|
||||||
- ♻️ Use Carthage rather than CocoaPods to manage dependencies #169
|
- ♻️ Use Carthage rather than CocoaPods to manage dependencies #169
|
||||||
|
- ⬆️ danger (5.7.0) #176
|
||||||
|
|
||||||
## [v1.4.2] - Sign-In Disabled - 2018-08-12
|
## [v1.4.2] - Sign-In Disabled - 2018-08-12
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ GEM
|
||||||
colored2 (3.1.2)
|
colored2 (3.1.2)
|
||||||
cork (0.3.0)
|
cork (0.3.0)
|
||||||
colored2 (~> 3.1)
|
colored2 (~> 3.1)
|
||||||
danger (5.6.5)
|
danger (5.7.0)
|
||||||
claide (~> 1.0)
|
claide (~> 1.0)
|
||||||
claide-plugins (>= 0.9.2)
|
claide-plugins (>= 0.9.2)
|
||||||
colored2 (~> 3.1)
|
colored2 (~> 3.1)
|
||||||
|
@ -23,7 +23,7 @@ GEM
|
||||||
no_proxy_fix
|
no_proxy_fix
|
||||||
octokit (~> 4.7)
|
octokit (~> 4.7)
|
||||||
terminal-table (~> 1)
|
terminal-table (~> 1)
|
||||||
faraday (0.15.2)
|
faraday (0.15.3)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
faraday-http-cache (1.3.1)
|
faraday-http-cache (1.3.1)
|
||||||
faraday (~> 0.8)
|
faraday (~> 0.8)
|
||||||
|
@ -32,7 +32,7 @@ GEM
|
||||||
multipart-post (2.0.0)
|
multipart-post (2.0.0)
|
||||||
nap (1.1.0)
|
nap (1.1.0)
|
||||||
no_proxy_fix (0.1.2)
|
no_proxy_fix (0.1.2)
|
||||||
octokit (4.11.0)
|
octokit (4.13.0)
|
||||||
sawyer (~> 0.8.0, >= 0.5.3)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
open4 (1.3.4)
|
open4 (1.3.4)
|
||||||
public_suffix (3.0.3)
|
public_suffix (3.0.3)
|
||||||
|
@ -54,4 +54,4 @@ DEPENDENCIES
|
||||||
xcpretty
|
xcpretty
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.16.4
|
1.16.6
|
||||||
|
|
Loading…
Reference in a new issue