Skip to content

Commit

Permalink
fetch branch from ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 14, 2024
1 parent 1bd27eb commit a8d043a
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 @@ -14,7 +14,8 @@ group :test do
gem 'mocha', '~> 1'
gem 'rack-test'
gem 'rake', '~> 13'
gem 'smart_proxy', :git => 'https://github.com/theforeman/smart-proxy', :branch => 'develop'
gem 'smart_proxy', :git => 'https://github.com/theforeman/smart-proxy',
:branch => ENV.fetch('SMART_PROXY_BRANCH', 'develop')
gem 'test-unit', '~> 3'
gem 'webmock', '~> 3'
end

0 comments on commit a8d043a

Please sign in to comment.