diff --git a/Gemfile.lock b/Gemfile.lock index e6e4f2c..441f222 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: . specs: - danger-xcodebuild (0.0.2) - danger (~> 2.1) + danger-xcodebuild (0.0.3) + danger (~> 3.0) GEM remote: https://rubygems.org/ @@ -15,27 +15,31 @@ GEM open4 (~> 1.3) coderay (1.1.1) colored (1.2) - cork (0.1.0) + cork (0.2.0) colored (~> 1.2) - danger (2.1.1) + danger (3.0.3) claide (~> 1.0) claide-plugins (> 0.9.0) colored (~> 1.2) cork (~> 0.1) - faraday (~> 0) + faraday (~> 0.9) faraday-http-cache (~> 1.0) git (~> 1) + gitlab (~> 3.7.0) kramdown (~> 1.5) octokit (~> 4.2) terminal-table (~> 1) diff-lcs (1.2.5) faraday (0.9.2) multipart-post (>= 1.2, < 3) - faraday-http-cache (1.3.0) + faraday-http-cache (1.3.1) faraday (~> 0.8) ffi (1.9.14) formatador (0.2.5) git (1.3.0) + gitlab (3.7.0) + httparty (~> 0.13.0) + terminal-table guard (2.14.0) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) @@ -50,12 +54,17 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - kramdown (1.11.1) + httparty (0.13.7) + json (~> 1.8) + multi_xml (>= 0.5.2) + json (1.8.3) + kramdown (1.12.0) listen (3.0.7) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9.7) lumberjack (1.0.10) method_source (0.8.2) + multi_xml (0.5.5) multipart-post (2.0.0) nap (1.1.0) nenv (0.3.0) @@ -91,8 +100,10 @@ GEM faraday (~> 0.8, < 0.10) shellany (0.0.1) slop (3.6.0) - terminal-table (1.6.0) + terminal-table (1.7.0) + unicode-display_width (~> 1.1) thor (0.19.1) + unicode-display_width (1.1.0) yard (0.9.5) PLATFORMS diff --git a/danger-xcodebuild.gemspec b/danger-xcodebuild.gemspec index 2410c26..6fe0eed 100644 --- a/danger-xcodebuild.gemspec +++ b/danger-xcodebuild.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] - spec.add_runtime_dependency 'danger', '~>2.1' + spec.add_runtime_dependency 'danger', '~>3.0' # General ruby development spec.add_development_dependency 'bundler', '~> 1.3' diff --git a/lib/xcodebuild/gem_version.rb b/lib/xcodebuild/gem_version.rb index f346289..35a0c64 100644 --- a/lib/xcodebuild/gem_version.rb +++ b/lib/xcodebuild/gem_version.rb @@ -1,3 +1,3 @@ module Xcodebuild - VERSION = "0.0.2".freeze + VERSION = "0.0.3".freeze end