mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Merge pull request #1390 from internetee/remove-uuidtools-gem
Remove `uuidtools` gem
This commit is contained in:
commit
e3b98e6c9f
2 changed files with 5 additions and 7 deletions
3
Gemfile
3
Gemfile
|
@ -59,9 +59,8 @@ gem 'digidoc_client',
|
||||||
ref: '1645e83a5a548addce383f75703b0275c5310c32'
|
ref: '1645e83a5a548addce383f75703b0275c5310c32'
|
||||||
|
|
||||||
|
|
||||||
gem 'epp', '1.5.0', github: 'internetee/epp'
|
gem 'epp', github: 'internetee/epp', branch: :master
|
||||||
gem 'epp-xml', '1.1.0', github: 'internetee/epp-xml'
|
gem 'epp-xml', '1.1.0', github: 'internetee/epp-xml'
|
||||||
gem 'uuidtools', '2.1.5' # For unique IDs (used by the epp gem)
|
|
||||||
|
|
||||||
# que
|
# que
|
||||||
gem 'que', '0.10.0'
|
gem 'que', '0.10.0'
|
||||||
|
|
|
@ -27,7 +27,8 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/internetee/epp.git
|
remote: https://github.com/internetee/epp.git
|
||||||
revision: 1a50f2144f15a2d975337e56fb1ccaba5d956e9d
|
revision: 76f9fd487d0ca3865b6f706c5a72703951c03996
|
||||||
|
branch: master
|
||||||
specs:
|
specs:
|
||||||
epp (1.5.0)
|
epp (1.5.0)
|
||||||
hpricot
|
hpricot
|
||||||
|
@ -221,7 +222,7 @@ GEM
|
||||||
kaminari-core (= 1.1.1)
|
kaminari-core (= 1.1.1)
|
||||||
kaminari-core (1.1.1)
|
kaminari-core (1.1.1)
|
||||||
keystores (0.4.0)
|
keystores (0.4.0)
|
||||||
libxml-ruby (3.0.0)
|
libxml-ruby (3.1.0)
|
||||||
loofah (2.3.1)
|
loofah (2.3.1)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
|
@ -401,7 +402,6 @@ GEM
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.2)
|
unf_ext (0.0.7.2)
|
||||||
unicode_utils (1.4.0)
|
unicode_utils (1.4.0)
|
||||||
uuidtools (2.1.5)
|
|
||||||
validates_email_format_of (1.6.3)
|
validates_email_format_of (1.6.3)
|
||||||
i18n
|
i18n
|
||||||
virtus (1.0.5)
|
virtus (1.0.5)
|
||||||
|
@ -449,7 +449,7 @@ DEPENDENCIES
|
||||||
digidoc_client!
|
digidoc_client!
|
||||||
domain_name
|
domain_name
|
||||||
e_invoice!
|
e_invoice!
|
||||||
epp (= 1.5.0)!
|
epp!
|
||||||
epp-xml (= 1.1.0)!
|
epp-xml (= 1.1.0)!
|
||||||
figaro (= 1.1.1)
|
figaro (= 1.1.1)
|
||||||
grape
|
grape
|
||||||
|
@ -483,7 +483,6 @@ DEPENDENCIES
|
||||||
simplecov
|
simplecov
|
||||||
simpleidn (= 0.0.7)
|
simpleidn (= 0.0.7)
|
||||||
uglifier
|
uglifier
|
||||||
uuidtools (= 2.1.5)
|
|
||||||
validates_email_format_of (= 1.6.3)
|
validates_email_format_of (= 1.6.3)
|
||||||
webdrivers
|
webdrivers
|
||||||
webmock
|
webmock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue