Launch Week Day 4: Introducing Data Exports.Learn More
Socket
Book a DemoSign in
Socket

dry-stack

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dry-stack - rubygems Package Compare versions

Comparing version
0.1.47
to
0.1.48
+1
-0
lib/dry-stack/stack.rb

@@ -235,2 +235,3 @@ # frozen_string_literal: true

rule << "PathPrefix(`#{ing[:path]}`)" if ing[:path]
rule << "PathRegexp(`#{ing[:path_regexp]}`)" if ing[:path_regexp]
rule << "#{ing[:rule]}" if ing[:rule]

@@ -237,0 +238,0 @@

+1
-1
module Dry
class Stack
VERSION = '0.1.47'
VERSION = '0.1.48'
end
end