Skip to content

Commit

Permalink
Get epp-xml gem via https
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Beljajev committed Jan 11, 2017
1 parent 37de4f4 commit b3f35e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'turbolinks', '~> 2.5.3'
gem 'therubyracer', '~> 0.12.2', platforms: :ruby

gem 'epp', '1.5.0', github: 'internetee/epp'
gem 'epp-xml', github: 'internetee/epp-xml'
gem 'epp-xml', git: 'https://github.com/internetee/epp-xml.git'
gem 'uuidtools', '~> 2.1.4' # For unique IDs (used by the epp gem)

gem 'nokogiri', '~> 1.6.6.2' # For XML parsing
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
GIT
remote: git://github.com/internetee/epp-xml.git
revision: 5dd542e67ef26d58365f30e553254d6db809277d
specs:
epp-xml (1.1.0)
activesupport (~> 4.1)
builder (~> 3.2)

GIT
remote: git://github.com/internetee/epp.git
revision: 1a50f2144f15a2d975337e56fb1ccaba5d956e9d
Expand All @@ -14,6 +6,14 @@ GIT
hpricot
libxml-ruby

GIT
remote: https://github.com/internetee/epp-xml.git
revision: 5dd542e67ef26d58365f30e553254d6db809277d
specs:
epp-xml (1.1.0)
activesupport (~> 4.1)
builder (~> 3.2)

GEM
remote: https://rubygems.org/
specs:
Expand Down

0 comments on commit b3f35e2

Please sign in to comment.