mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Merge pull request #1684 from internetee/update-e_invoice-gem
Reference newer version of e_invoice
This commit is contained in:
commit
5e4cc9f4aa
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue