mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Swap epp-xml for rubygems gem
This commit is contained in:
parent
95b5094d52
commit
cee79625c0
2 changed files with 5 additions and 10 deletions
2
Gemfile
2
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'
|
||||
|
|
13
Gemfile.lock
13
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue