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 09fd78c commit 99a928f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ gem 'deep_cloneable', '2.1.1'
# id + mid login
gem 'digidoc_client', '0.2.1'

# EPP
gem 'epp', '1.5.0', github: 'internetee/epp'
gem 'epp-xml', '1.1.0', github: 'internetee/epp-xml'
gem 'uuidtools', '2.1.5' # For unique IDs (used by the epp gem)
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ GIT

GIT
remote: https://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: https://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 @@ -299,7 +299,7 @@ GEM
launchy (2.4.3)
addressable (~> 2.3)
libv8 (3.16.14.11)
libxml-ruby (2.8.0)
libxml-ruby (2.9.0)
liquid (3.0.6)
listen (3.0.3)
rb-fsevent (>= 0.9.3)
Expand Down Expand Up @@ -593,8 +593,8 @@ DEPENDENCIES
deep_cloneable (= 2.1.1)
devise (= 3.5.4)
digidoc_client (= 0.2.1)
epp (= 1.4.2)!
epp-xml (= 1.0.5)!
epp (= 1.5.0)!
epp-xml (= 1.1.0)!
fabrication (= 2.13.2)
factory_girl_rails
figaro (= 1.1.1)
Expand Down

0 comments on commit 99a928f

Please sign in to comment.