Skip to content

Commit

Permalink
Point epp-xml gem to branch epp-xml-6
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Beljajev committed Jan 12, 2017
1 parent 9e08747 commit 66c029b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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', git: 'https://github.com/internetee/epp.git'
gem 'epp-xml', git: 'https://github.com/internetee/epp-xml.git'
gem 'epp-xml', git: 'https://github.com/internetee/epp-xml.git', branch: 'epp-xml-6'
gem 'uuidtools', '~> 2.1.4' # For unique IDs (used by the epp gem)

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

Expand Down

0 comments on commit 66c029b

Please sign in to comment.