Commit ec5482a0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Explicitly require addressable gem feature you need. Fixes Buildbox CI integration

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent d6db6dda
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
# properties :text # properties :text
# #
require "addressable/uri"
class BuildboxService < CiService class BuildboxService < CiService
prop_accessor :project_url, :token prop_accessor :project_url, :token
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment