Update epp gem

This commit is contained in:
Martin Lensment 2015-03-27 11:35:23 +02:00
parent d0bffdd5fc
commit 2efa89d88d
2 changed files with 24 additions and 21 deletions

View file

@ -67,8 +67,9 @@ gem 'deep_cloneable', '~> 2.1.1'
gem 'digidoc_client', '~> 0.2.1' gem 'digidoc_client', '~> 0.2.1'
# epp + repp client # epp + repp client
gem 'depp', github: 'domify/depp', ref: '730b264929613033d334a636a29b04a39693b107' # gem 'depp', github: 'domify/depp', ref: '730b264929613033d334a636a29b04a39693b107'
# gem 'depp', path: '/home/martin/projects/depp' gem 'depp', path: '/home/martin/projects/depp'
gem 'epp', '~> 1.4.2', github: 'gitlabeu/epp'
group :development do group :development do
# dev tools # dev tools
@ -106,7 +107,6 @@ group :development, :test do
gem 'faker', '~> 1.3.0' # Library to generate fake data gem 'faker', '~> 1.3.0' # Library to generate fake data
# EPP # EPP
gem 'epp', '~> 1.4.0' # EPP client
gem 'epp-xml', '~> 0.10.4' # EPP XMLs gem 'epp-xml', '~> 0.10.4' # EPP XMLs
gem 'uuidtools', '~> 2.1.4' # For unique IDs (used by the epp gem) gem 'uuidtools', '~> 2.1.4' # For unique IDs (used by the epp gem)

View file

@ -9,9 +9,26 @@ GIT
request_store (~> 1.1.0) request_store (~> 1.1.0)
GIT GIT
remote: git://github.com/domify/depp.git remote: git://github.com/gitlabeu/epp.git
revision: 730b264929613033d334a636a29b04a39693b107 revision: 505c3f2739eb1da918e54111aecfb138a822739d
ref: 730b264929613033d334a636a29b04a39693b107 specs:
epp (1.4.2)
hpricot
libxml-ruby
GIT
remote: git://github.com/haml/html2haml.git
revision: 6984f50bdbbd6291535027726a5697f28778ee8d
ref: 6984f50bdbbd6291535027726a5697f28778ee8d
specs:
html2haml (2.0.0.beta.2)
erubis (~> 2.7.0)
haml (~> 4.0.0)
nokogiri (~> 1.6.0)
ruby_parser (~> 3.5)
PATH
remote: /home/martin/projects/depp
specs: specs:
depp (0.0.2) depp (0.0.2)
coderay (>= 1.1.0) coderay (>= 1.1.0)
@ -27,17 +44,6 @@ GIT
uglifier (>= 2.6.1) uglifier (>= 2.6.1)
uuidtools (>= 2.1.4) uuidtools (>= 2.1.4)
GIT
remote: git://github.com/haml/html2haml.git
revision: 6984f50bdbbd6291535027726a5697f28778ee8d
ref: 6984f50bdbbd6291535027726a5697f28778ee8d
specs:
html2haml (2.0.0.beta.2)
erubis (~> 2.7.0)
haml (~> 4.0.0)
nokogiri (~> 1.6.0)
ruby_parser (~> 3.5)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
@ -174,9 +180,6 @@ GEM
nokogiri (>= 1.4.0) nokogiri (>= 1.4.0)
savon (>= 2.4.0) savon (>= 2.4.0)
docile (1.1.5) docile (1.1.5)
epp (1.4.0)
hpricot
libxml-ruby
epp-xml (0.10.4) epp-xml (0.10.4)
activesupport (~> 4.1) activesupport (~> 4.1)
builder (~> 3.2) builder (~> 3.2)
@ -521,7 +524,7 @@ DEPENDENCIES
depp! depp!
devise (~> 3.4.1) devise (~> 3.4.1)
digidoc_client (~> 0.2.1) digidoc_client (~> 0.2.1)
epp (~> 1.4.0) epp (~> 1.4.2)!
epp-xml (~> 0.10.4) epp-xml (~> 0.10.4)
fabrication (~> 2.12.2) fabrication (~> 2.12.2)
faker (~> 1.3.0) faker (~> 1.3.0)