Swap epp-xml for rubygems gem

This commit is contained in:
Martin Lensment 2014-10-23 11:43:05 +03:00
parent 95b5094d52
commit cee79625c0
2 changed files with 5 additions and 10 deletions

View file

@ -85,7 +85,7 @@ group :development, :test do
gem 'epp', '~> 1.4.0'
# EPP XMLs
gem 'epp-xml', git: 'git@github.com:gitlabeu/epp-xml.git' # TODO: get this from rubygems
gem 'epp-xml'
# Replacement for fixtures
gem 'fabrication', '~> 2.11.3'

View file

@ -1,11 +1,3 @@
GIT
remote: git@github.com:gitlabeu/epp-xml.git
revision: bd353d79764ba10ce189add76dfd2f4672649175
specs:
epp-xml (0.0.1)
activesupport (~> 4.1, >= 4.1.4)
builder (~> 3.2, >= 3.2.2)
GEM
remote: https://rubygems.org/
specs:
@ -101,6 +93,9 @@ GEM
epp (1.4.0)
hpricot
libxml-ruby
epp-xml (0.0.2)
activesupport (~> 4.1)
builder (~> 3.2)
equalizer (0.0.9)
erubis (2.7.0)
execjs (2.2.1)
@ -367,7 +362,7 @@ DEPENDENCIES
database_cleaner (~> 1.3.0)
devise (~> 3.3.0)
epp (~> 1.4.0)
epp-xml!
epp-xml
fabrication (~> 2.11.3)
faker (~> 1.3.0)
guard (~> 2.6.1)