Skip to content

Commit

Permalink
Remove epp-xml gem version from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Beljajev committed Jan 11, 2017
1 parent 715c5a6 commit 37de4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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', '1.1.0', github: 'internetee/epp-xml'
gem 'epp-xml', 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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ DEPENDENCIES
coffee-rails (~> 4.1.1)
countries (~> 1.2.5)
epp (= 1.5.0)!
epp-xml (= 1.1.0)!
epp-xml!
figaro (~> 1.1.1)
guard-livereload (= 2.5.2)
guard-rubocop (~> 1.1.0)
Expand Down

0 comments on commit 37de4f4

Please sign in to comment.