diff --git a/Gemfile b/Gemfile index 95abfc56a..12b826e3c 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: 'make-payable-configurable' +gem 'e_invoice', github: 'internetee/e_invoice', branch: :master gem 'lhv', github: 'internetee/lhv', branch: 'master' gem 'domain_name' gem 'haml', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8a154953e..a49c9becb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,8 +18,8 @@ GIT GIT remote: https://github.com/internetee/e_invoice.git - revision: 8a1aea2a1f0d46e1a8f3145b7b46a1810318d229 - branch: make-payable-configurable + revision: 5f8d0029bf1affdbf2bd6e3d1ce87d34066add4d + branch: master specs: e_invoice (0.1.0) builder (~> 3.2) @@ -238,7 +238,7 @@ GEM http-cookie (1.0.3) domain_name (~> 0.5) httpclient (2.8.3) - httpi (2.4.4) + httpi (2.4.5) rack socksify i18n (1.8.5) @@ -467,7 +467,8 @@ GEM i18n warden (1.2.8) rack (>= 2.0.6) - wasabi (3.5.0) + wasabi (3.6.1) + addressable httpi (~> 2.0) nokogiri (>= 1.4.2) webdrivers (4.4.1)