Moved uuidtools to master

This commit is contained in:
Priit Tark 2015-04-13 17:18:24 +03:00
parent a6186a8e90
commit 66fda380e4

View file

@ -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'