diff --git a/Gemfile b/Gemfile index 76838e56d..194ba7fea 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 12c6df914..434305c5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)