Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update haml gem #1384

Merged
merged 1 commit into from
Oct 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ gem 'company_register', github: 'internetee/company_register', branch: :master
gem 'e_invoice', github: 'internetee/e_invoice', branch: :master
gem 'lhv', github: 'internetee/lhv', tag: 'v0.1.0'
gem 'domain_name'
gem 'haml'
gem 'haml', '~> 5.0'
gem 'wkhtmltopdf-binary'

group :development do
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ GEM
virtus (>= 1.0.0)
gyoku (1.3.1)
builder (>= 2.1.2)
haml (4.0.7)
haml (5.1.2)
temple (>= 0.8.0)
tilt
hashdiff (1.0.0)
hpricot (0.8.6)
Expand Down Expand Up @@ -382,9 +383,10 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
temple (0.8.2)
thor (0.20.3)
thread_safe (0.3.6)
tilt (1.4.1)
tilt (2.0.10)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (4.1.11)
Expand Down Expand Up @@ -447,7 +449,7 @@ DEPENDENCIES
epp-xml (= 1.1.0)!
figaro (= 1.1.1)
grape
haml
haml (~> 5.0)
isikukood
iso8601 (= 0.8.6)
jquery-rails
Expand Down