Skip to content

Commit

Permalink
Merge pull request #1384 from internetee/update-haml-gem
Browse files Browse the repository at this point in the history
Update `haml` gem
  • Loading branch information
vohmar authored Oct 23, 2019
2 parents 68645a9 + 249db78 commit cb823bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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 @@ -184,7 +184,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 @@ -379,9 +380,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 @@ -442,7 +444,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

0 comments on commit cb823bb

Please sign in to comment.