Skip to content

Commit

Permalink
fetch proxy branch from env
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 16, 2024
1 parent 7b5711b commit 887412b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ group :development do
gem 'rack-test'
gem 'webmock'
gem 'mocha'
gem 'smart_proxy', :github => "theforeman/smart-proxy", :branch => 'develop'
gem 'smart_proxy', :github => "theforeman/smart-proxy",
:branch => ENV.fetch('SMART_PROXY_BRANCH', 'develop')
end

# load local gemfile
Expand Down

0 comments on commit 887412b

Please sign in to comment.