diff --git a/devops-service/Gemfile b/devops-service/Gemfile index eb749a4..4b42a3b 100644 --- a/devops-service/Gemfile +++ b/devops-service/Gemfile @@ -19,7 +19,7 @@ gem 'wisper' gem 'rake', '10.0.0' gem 'rack', '1.5.2' -gem "devops-nibr", :path => "/home/amartynov/workspace/github/devops-service/devops-service/plugins/devops-nibr" +gem "devops-nibr", :path => "plugins/devops-nibr" group :test do gem 'cucumber'