Reference development branch of e_invoice

This commit is contained in:
Karl Erik Õunapuu 2020-09-16 12:33:12 +03:00
parent 09e952184c
commit 6e9382848a
No known key found for this signature in database
GPG key ID: C9DD647298A34764
2 changed files with 4 additions and 4 deletions

View file

@ -64,7 +64,7 @@ gem 'jquery-ui-rails', '5.0.5'
gem 'airbrake'
gem 'company_register', github: 'internetee/company_register', branch: :master
gem 'e_invoice', github: 'internetee/e_invoice', branch: :master
gem 'e_invoice', github: 'internetee/e_invoice', branch: 'payment-total-sum-zero-for-paid-invoice'
gem 'lhv', github: 'internetee/lhv', branch: 'master'
gem 'domain_name'
gem 'haml', '~> 5.0'

View file

@ -18,8 +18,8 @@ GIT
GIT
remote: https://github.com/internetee/e_invoice.git
revision: 5f8d0029bf1affdbf2bd6e3d1ce87d34066add4d
branch: master
revision: 7fa00fe72cc8da6199c6175cd46e5eba5c056ff1
branch: payment-total-sum-zero-for-paid-invoice
specs:
e_invoice (0.1.0)
builder (~> 3.2)
@ -321,7 +321,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
public_suffix (4.0.5)
public_suffix (4.0.6)
puma (4.3.5)
nio4r (~> 2.0)
que (0.14.3)