Easy query

This commit is contained in:
Karel Pičman 2018-10-08 12:53:04 +02:00
parent b3412ebfa6
commit 43c4f9aa9a

View File

@ -35,3 +35,9 @@ end
# Dav4Rack # Dav4Rack
gem 'ox' gem 'ox'
if Dir.exist?(File.expand_path("../../easy_extensions", __FILE__))
group :default, :rys do
gem 'dmsf_easy_query', git: 'git@git.easy.cz:platform-2.0/features/dmsf_easy_query.git', branch: 'master'
end
end