Skip to content

Commit

Permalink
Update strscan to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Oct 19, 2023
1 parent 27c554c commit 11eb8e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def log(message=nil)
['shellwords', '0.1.0'],
['singleton', '0.1.1'],
['stringio', '3.0.8'],
['strscan', '3.0.6'],
['strscan', '3.0.7'],
['subspawn', '0.1.1'], # has 3 transitive deps:
['subspawn-posix', '0.1.1'],
['ffi-binary-libfixposix', '0.5.1.1'],
Expand Down
8 changes: 4 additions & 4 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ DO NOT MODIFY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>strscan</artifactId>
<version>3.0.6</version>
<version>3.0.7</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -1120,7 +1120,7 @@ DO NOT MODIFY - GENERATED CODE
<include>specifications/shellwords-0.1.0*</include>
<include>specifications/singleton-0.1.1*</include>
<include>specifications/stringio-3.0.8*</include>
<include>specifications/strscan-3.0.6*</include>
<include>specifications/strscan-3.0.7*</include>
<include>specifications/subspawn-0.1.1*</include>
<include>specifications/subspawn-posix-0.1.1*</include>
<include>specifications/ffi-binary-libfixposix-0.5.1.1*</include>
Expand Down Expand Up @@ -1198,7 +1198,7 @@ DO NOT MODIFY - GENERATED CODE
<include>gems/shellwords-0.1.0*/**/*</include>
<include>gems/singleton-0.1.1*/**/*</include>
<include>gems/stringio-3.0.8*/**/*</include>
<include>gems/strscan-3.0.6*/**/*</include>
<include>gems/strscan-3.0.7*/**/*</include>
<include>gems/subspawn-0.1.1*/**/*</include>
<include>gems/subspawn-posix-0.1.1*/**/*</include>
<include>gems/ffi-binary-libfixposix-0.5.1.1*/**/*</include>
Expand Down Expand Up @@ -1276,7 +1276,7 @@ DO NOT MODIFY - GENERATED CODE
<include>cache/shellwords-0.1.0*</include>
<include>cache/singleton-0.1.1*</include>
<include>cache/stringio-3.0.8*</include>
<include>cache/strscan-3.0.6*</include>
<include>cache/strscan-3.0.7*</include>
<include>cache/subspawn-0.1.1*</include>
<include>cache/subspawn-posix-0.1.1*</include>
<include>cache/ffi-binary-libfixposix-0.5.1.1*</include>
Expand Down

0 comments on commit 11eb8e1

Please sign in to comment.