mirror of
https://github.com/internetee/registry.git
synced 2025-05-30 09:30:03 +02:00
Moved uuidtools to master
This commit is contained in:
parent
a6186a8e90
commit
66fda380e4
1 changed files with 3 additions and 4 deletions
7
Gemfile
7
Gemfile
|
@ -66,10 +66,13 @@ gem 'digidoc_client', '~> 0.2.1'
|
|||
|
||||
# epp
|
||||
gem 'epp', '~> 1.4.2', github: 'gitlabeu/epp'
|
||||
gem 'epp-xml', '~> 0.10.4' # EPP XMLs
|
||||
gem 'uuidtools', '~> 2.1.4' # For unique IDs (used by the epp gem)
|
||||
|
||||
# for importing legacy db
|
||||
gem 'activerecord-import', '~> 0.7.0' # for inserting dummy data
|
||||
|
||||
|
||||
group :development do
|
||||
# dev tools
|
||||
gem 'spring', '~> 1.3.3'
|
||||
|
@ -104,10 +107,6 @@ group :development, :test do
|
|||
gem 'database_cleaner', '~> 1.3.0' # For cleaning db in feature and epp tests
|
||||
gem 'faker', '~> 1.3.0' # Library to generate fake data
|
||||
|
||||
# EPP
|
||||
gem 'epp-xml', '~> 0.10.4' # EPP XMLs
|
||||
gem 'uuidtools', '~> 2.1.4' # For unique IDs (used by the epp gem)
|
||||
|
||||
# debug
|
||||
gem 'pry', '~> 0.10.1'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue