Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
Remove use of untaint
  • Loading branch information
elia committed Jan 28, 2024
1 parent b1aaa7d commit 9404be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/opal/haml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def self.wrap(haml, file)
end
end

Opal.append_path File.expand_path('../../../lib-opal', __FILE__).untaint
Opal.append_path File.expand_path("#{__dir__}../../../lib-opal")
2 changes: 1 addition & 1 deletion lib/opal/haml/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Opal
module Haml
VERSION = '0.5.0'
VERSION = '0.5.1'
end
end

0 comments on commit 9404be3

Please sign in to comment.