Use zammad-deps github repos for custom-patched dependencies
This commit is contained in:
parent
3d49bf32c8
commit
8b554e9d66
2 changed files with 14 additions and 9 deletions
6
Gemfile
6
Gemfile
|
@ -115,8 +115,8 @@ gem 'slack-notifier'
|
||||||
gem 'zendesk_api'
|
gem 'zendesk_api'
|
||||||
|
|
||||||
# integrations - exchange
|
# integrations - exchange
|
||||||
gem 'autodiscover', git: 'https://github.com/thorsteneckel/autodiscover.git'
|
gem 'autodiscover', git: 'https://github.com/zammad-deps/autodiscover'
|
||||||
gem 'rubyntlm', git: 'https://github.com/wimm/rubyntlm.git'
|
gem 'rubyntlm', git: 'https://github.com/wimm/rubyntlm'
|
||||||
gem 'viewpoint'
|
gem 'viewpoint'
|
||||||
|
|
||||||
# Gems used only for develop/test and not required
|
# Gems used only for develop/test and not required
|
||||||
|
@ -174,7 +174,7 @@ group :development, :test do
|
||||||
gem 'webmock'
|
gem 'webmock'
|
||||||
|
|
||||||
# record and replay TCP/HTTP transactions
|
# record and replay TCP/HTTP transactions
|
||||||
gem 'tcr'
|
gem 'tcr', git: 'https://github.com/zammad-deps/tcr'
|
||||||
gem 'vcr'
|
gem 'vcr'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
17
Gemfile.lock
17
Gemfile.lock
|
@ -1,5 +1,11 @@
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/thorsteneckel/autodiscover.git
|
remote: https://github.com/wimm/rubyntlm
|
||||||
|
revision: 53969639b87b9e5d5fef560f19cf0d977259591c
|
||||||
|
specs:
|
||||||
|
rubyntlm (0.1.2)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: https://github.com/zammad-deps/autodiscover
|
||||||
revision: ee9b53dfa797ce6d4f970b82beea7fbdd2df56bb
|
revision: ee9b53dfa797ce6d4f970b82beea7fbdd2df56bb
|
||||||
specs:
|
specs:
|
||||||
autodiscover (1.0.2)
|
autodiscover (1.0.2)
|
||||||
|
@ -9,10 +15,10 @@ GIT
|
||||||
nori
|
nori
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/wimm/rubyntlm.git
|
remote: https://github.com/zammad-deps/tcr
|
||||||
revision: 53969639b87b9e5d5fef560f19cf0d977259591c
|
revision: ddc8caf9d57a991c8af850d2870969e7a265ec59
|
||||||
specs:
|
specs:
|
||||||
rubyntlm (0.1.2)
|
tcr (0.2.1)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
|
@ -431,7 +437,6 @@ GEM
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.3.13)
|
sqlite3 (1.3.13)
|
||||||
tcr (0.2.0)
|
|
||||||
telegramAPI (1.4.2)
|
telegramAPI (1.4.2)
|
||||||
rest-client (~> 2.0, >= 2.0.2)
|
rest-client (~> 2.0, >= 2.0.2)
|
||||||
telephone_number (1.3.0)
|
telephone_number (1.3.0)
|
||||||
|
@ -575,7 +580,7 @@ DEPENDENCIES
|
||||||
spring-commands-testunit
|
spring-commands-testunit
|
||||||
sprockets
|
sprockets
|
||||||
sqlite3
|
sqlite3
|
||||||
tcr
|
tcr!
|
||||||
telegramAPI
|
telegramAPI
|
||||||
telephone_number
|
telephone_number
|
||||||
test-unit
|
test-unit
|
||||||
|
|
Loading…
Reference in a new issue