Maintenance: Remove forked dependency with official one in newer version.
This commit is contained in:
parent
35135d78a5
commit
bc015d759b
2 changed files with 3 additions and 8 deletions
2
Gemfile
2
Gemfile
|
@ -209,7 +209,7 @@ group :development, :test do
|
||||||
gem 'webmock'
|
gem 'webmock'
|
||||||
|
|
||||||
# record and replay TCP/HTTP transactions
|
# record and replay TCP/HTTP transactions
|
||||||
gem 'tcr', git: 'https://github.com/zammad-deps/tcr'
|
gem 'tcr'
|
||||||
gem 'vcr'
|
gem 'vcr'
|
||||||
|
|
||||||
# handle deprecations in core and addons
|
# handle deprecations in core and addons
|
||||||
|
|
|
@ -16,12 +16,6 @@ GIT
|
||||||
mail (2.7.2.edge)
|
mail (2.7.2.edge)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: https://github.com/zammad-deps/tcr
|
|
||||||
revision: ddc8caf9d57a991c8af850d2870969e7a265ec59
|
|
||||||
specs:
|
|
||||||
tcr (0.2.1)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -581,6 +575,7 @@ GEM
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sync (0.5.0)
|
sync (0.5.0)
|
||||||
|
tcr (0.2.2)
|
||||||
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.4.12)
|
telephone_number (1.4.12)
|
||||||
|
@ -747,7 +742,7 @@ DEPENDENCIES
|
||||||
spring-commands-rspec
|
spring-commands-rspec
|
||||||
spring-commands-testunit
|
spring-commands-testunit
|
||||||
sprockets (~> 3.7.2)
|
sprockets (~> 3.7.2)
|
||||||
tcr!
|
tcr
|
||||||
telegramAPI
|
telegramAPI
|
||||||
telephone_number
|
telephone_number
|
||||||
test-unit
|
test-unit
|
||||||
|
|
Loading…
Reference in a new issue