diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09bfa8b54951e363f7afc8513e3e727f417f96c5..7c95f0ddcde0098ddd87d719755f27d8f4adc6ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: before_script: - ruby -v - - bundle install --path vendor gitlab-triage + - bundle install --path vendor dry-run:triage: stage: triage diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000000000000000000000000000000000000..9934f15ab84bbf1688c22ebab0fab293f4df5f99 --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ + +gem "gitlab-triage", "~> 1.0" diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000000000000000000000000000000000000..990462c3c16b967efab1502711858fb9674aae83 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,33 @@ +GEM + specs: + activesupport (5.2.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + concurrent-ruby (1.1.5) + gitlab-triage (1.0.1) + activesupport (~> 5.1) + httparty (~> 0.15) + httparty (0.17.0) + mime-types (~> 3.0) + multi_xml (>= 0.5.2) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + mime-types (3.2.2) + mime-types-data (~> 3.2015) + mime-types-data (3.2019.0331) + minitest (5.11.3) + multi_xml (0.6.0) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) + +PLATFORMS + ruby + +DEPENDENCIES + gitlab-triage (~> 1.0) + +BUNDLED WITH + 2.0.1