diff --git a/Gemfile b/Gemfile index 12b826e3c..3a8d814b8 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index a49c9becb..aebd702ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)