mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 13:36:15 +02:00
Update dependency haml to v6
This commit is contained in:
parent
c33dff517f
commit
73dfa2caeb
2 changed files with 6 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -75,7 +75,7 @@ gem 'company_register', github: 'internetee/company_register',
|
||||||
branch: 'master'
|
branch: 'master'
|
||||||
gem 'domain_name'
|
gem 'domain_name'
|
||||||
gem 'e_invoice', github: 'internetee/e_invoice', branch: :master
|
gem 'e_invoice', github: 'internetee/e_invoice', branch: :master
|
||||||
gem 'haml', '~> 5.2'
|
gem 'haml', '~> 6.0'
|
||||||
gem 'lhv', github: 'internetee/lhv', branch: 'master'
|
gem 'lhv', github: 'internetee/lhv', branch: 'master'
|
||||||
gem 'rexml'
|
gem 'rexml'
|
||||||
gem 'wkhtmltopdf-binary', '~> 0.12.5.1'
|
gem 'wkhtmltopdf-binary', '~> 0.12.5.1'
|
||||||
|
|
|
@ -246,8 +246,9 @@ GEM
|
||||||
googleapis-common-protos-types (~> 1.0)
|
googleapis-common-protos-types (~> 1.0)
|
||||||
gyoku (1.3.1)
|
gyoku (1.3.1)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
haml (5.2.2)
|
haml (6.0.0)
|
||||||
temple (>= 0.8.0)
|
temple (>= 0.8.2)
|
||||||
|
thor
|
||||||
tilt
|
tilt
|
||||||
hashdiff (1.0.1)
|
hashdiff (1.0.1)
|
||||||
hashie (4.1.0)
|
hashie (4.1.0)
|
||||||
|
@ -483,7 +484,7 @@ GEM
|
||||||
httpclient (>= 2.4)
|
httpclient (>= 2.4)
|
||||||
temple (0.8.2)
|
temple (0.8.2)
|
||||||
thor (1.2.1)
|
thor (1.2.1)
|
||||||
tilt (2.0.10)
|
tilt (2.0.11)
|
||||||
truemail (2.4.9)
|
truemail (2.4.9)
|
||||||
simpleidn (~> 0.2.1)
|
simpleidn (~> 0.2.1)
|
||||||
tzinfo (2.0.4)
|
tzinfo (2.0.4)
|
||||||
|
@ -557,7 +558,7 @@ DEPENDENCIES
|
||||||
epp!
|
epp!
|
||||||
epp-xml (= 1.2.0)!
|
epp-xml (= 1.2.0)!
|
||||||
figaro (~> 1.2)
|
figaro (~> 1.2)
|
||||||
haml (~> 5.2)
|
haml (~> 6.0)
|
||||||
isikukood
|
isikukood
|
||||||
iso8601 (= 0.13.0)
|
iso8601 (= 0.13.0)
|
||||||
jquery-rails
|
jquery-rails
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue