Skip to content

Commit

Permalink
Update epp and epp-xml gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Beljajev committed Dec 16, 2016
1 parent 3c428c9 commit fd1fd53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ gem 'jquery-rails', '~> 4.1.0' # jquery
gem 'turbolinks', '~> 2.5.3'
gem 'therubyracer', '~> 0.12.2', platforms: :ruby

gem 'epp', '~> 1.4.2', github: 'internetee/epp'
gem 'epp-xml', '1.0.5', github: 'internetee/epp-xml' # EIS EPP XMLs
gem 'epp', '1.5.0', github: 'internetee/epp'
gem 'epp-xml', '1.1.0', github: 'internetee/epp-xml'
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,16 +1,16 @@
GIT
remote: git://github.com/internetee/epp-xml.git
revision: 475f650951f2cf5015e00d48f408a2194ecc1662
revision: 5dd542e67ef26d58365f30e553254d6db809277d
specs:
epp-xml (1.0.5)
epp-xml (1.1.0)
activesupport (~> 4.1)
builder (~> 3.2)

GIT
remote: git://github.com/internetee/epp.git
revision: 505c3f2739eb1da918e54111aecfb138a822739d
revision: 1a50f2144f15a2d975337e56fb1ccaba5d956e9d
specs:
epp (1.4.2)
epp (1.5.0)
hpricot
libxml-ruby

Expand Down Expand Up @@ -139,7 +139,7 @@ GEM
activesupport (>= 3.0.0)
kgio (2.10.0)
libv8 (3.16.14.13)
libxml-ruby (2.8.0)
libxml-ruby (2.9.0)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
Expand Down Expand Up @@ -268,8 +268,8 @@ DEPENDENCIES
coderay (~> 1.1.1)
coffee-rails (~> 4.1.1)
countries (~> 1.2.5)
epp (~> 1.4.2)!
epp-xml (= 1.0.5)!
epp (= 1.5.0)!
epp-xml (= 1.1.0)!
figaro (~> 1.1.1)
guard-livereload (= 2.5.2)
guard-rubocop (~> 1.1.0)
Expand All @@ -293,4 +293,4 @@ DEPENDENCIES
uuidtools (~> 2.1.4)

BUNDLED WITH
1.12.2
1.13.1

0 comments on commit fd1fd53

Please sign in to comment.