diff --git a/Dangerfile b/Dangerfile deleted file mode 100644 index 8864bf1e98a..00000000000 --- a/Dangerfile +++ /dev/null @@ -1,2 +0,0 @@ - junit.parse "fastlane/test_output/Wikipedia.junit" - junit.report \ No newline at end of file diff --git a/Gemfile b/Gemfile index 742f7b28f7f..60c66f95ca9 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,4 @@ source "https://rubygems.org" group :ci do gem 'fastlane' gem 'xcode-install' - gem 'danger' - gem 'danger-junit' end diff --git a/Gemfile.lock b/Gemfile.lock index 339eeabf358..0dcdb8a6905 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,32 +24,10 @@ GEM aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) claide (1.0.3) - claide-plugins (0.9.2) - cork - nap - open4 (~> 1.3) colored (1.2) colored2 (3.1.2) commander-fastlane (4.4.6) highline (~> 1.7.2) - cork (0.3.0) - colored2 (~> 3.1) - danger (8.2.3) - claide (~> 1.0) - claide-plugins (>= 0.9.2) - colored2 (~> 3.1) - cork (~> 0.1) - faraday (>= 0.9.0, < 2.0) - faraday-http-cache (~> 2.0) - git (~> 1.7) - kramdown (~> 2.3) - kramdown-parser-gfm (~> 1.0) - no_proxy_fix - octokit (~> 4.7) - terminal-table (>= 1, < 4) - danger-junit (1.0.2) - danger (> 2.0) - ox (~> 2.0) declarative (0.0.20) digest-crc (0.6.3) rake (>= 12.0.0, < 14.0.0) @@ -68,8 +46,6 @@ GEM faraday (>= 0.8.0) http-cookie (~> 1.0.0) faraday-excon (1.1.0) - faraday-http-cache (2.2.0) - faraday (>= 0.8) faraday-net_http (1.0.1) faraday-net_http_persistent (1.1.0) faraday_middleware (1.0.0) @@ -114,8 +90,6 @@ GEM xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) gh_inspector (1.1.3) - git (1.8.1) - rchardet (~> 1.8) google-api-client (0.38.0) addressable (~> 2.5, >= 2.5.1) googleauth (~> 0.9) @@ -166,29 +140,17 @@ GEM jmespath (1.4.0) json (2.5.1) jwt (2.2.3) - kramdown (2.3.1) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) memoist (0.16.2) mini_magick (4.11.0) mini_mime (1.1.0) multi_json (1.15.0) multipart-post (2.0.0) nanaimo (0.3.0) - nap (1.1.0) naturally (2.2.1) - no_proxy_fix (0.1.2) - octokit (4.21.0) - faraday (>= 0.9) - sawyer (~> 0.8.0, >= 0.5.3) - open4 (1.3.4) os (1.1.1) - ox (2.14.4) plist (3.6.0) public_suffix (4.0.6) rake (13.0.3) - rchardet (1.8.0) representable (3.1.1) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -198,9 +160,6 @@ GEM rouge (2.0.7) ruby2_keywords (0.0.4) rubyzip (2.3.0) - sawyer (0.8.2) - addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) security (0.1.3) signet (0.15.0) addressable (~> 2.3) @@ -244,8 +203,6 @@ PLATFORMS ruby DEPENDENCIES - danger - danger-junit fastlane xcode-install