mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Reference master git branch of e_invoice gem
This commit is contained in:
parent
90b5baa29d
commit
a2b26a0c82
2 changed files with 6 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -64,7 +64,7 @@ gem 'jquery-ui-rails', '5.0.5'
|
||||||
gem 'airbrake'
|
gem 'airbrake'
|
||||||
|
|
||||||
gem 'company_register', github: 'internetee/company_register', branch: :master
|
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 'lhv', github: 'internetee/lhv', branch: 'master'
|
||||||
gem 'domain_name'
|
gem 'domain_name'
|
||||||
gem 'haml', '~> 5.0'
|
gem 'haml', '~> 5.0'
|
||||||
|
|
|
@ -18,8 +18,8 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/internetee/e_invoice.git
|
remote: https://github.com/internetee/e_invoice.git
|
||||||
revision: 8a1aea2a1f0d46e1a8f3145b7b46a1810318d229
|
revision: 5f8d0029bf1affdbf2bd6e3d1ce87d34066add4d
|
||||||
branch: make-payable-configurable
|
branch: master
|
||||||
specs:
|
specs:
|
||||||
e_invoice (0.1.0)
|
e_invoice (0.1.0)
|
||||||
builder (~> 3.2)
|
builder (~> 3.2)
|
||||||
|
@ -238,7 +238,7 @@ GEM
|
||||||
http-cookie (1.0.3)
|
http-cookie (1.0.3)
|
||||||
domain_name (~> 0.5)
|
domain_name (~> 0.5)
|
||||||
httpclient (2.8.3)
|
httpclient (2.8.3)
|
||||||
httpi (2.4.4)
|
httpi (2.4.5)
|
||||||
rack
|
rack
|
||||||
socksify
|
socksify
|
||||||
i18n (1.8.5)
|
i18n (1.8.5)
|
||||||
|
@ -467,7 +467,8 @@ GEM
|
||||||
i18n
|
i18n
|
||||||
warden (1.2.8)
|
warden (1.2.8)
|
||||||
rack (>= 2.0.6)
|
rack (>= 2.0.6)
|
||||||
wasabi (3.5.0)
|
wasabi (3.6.1)
|
||||||
|
addressable
|
||||||
httpi (~> 2.0)
|
httpi (~> 2.0)
|
||||||
nokogiri (>= 1.4.2)
|
nokogiri (>= 1.4.2)
|
||||||
webdrivers (4.4.1)
|
webdrivers (4.4.1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue