Skip to content

Commit

Permalink
Switch to released ffi 1.15.4
Browse files Browse the repository at this point in the history
Fixes #6793
  • Loading branch information
headius committed Sep 2, 2021
1 parent f62a512 commit b359126
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
Expand Up @@ -17,7 +17,7 @@ def log(message=nil)
default_gems = [
['cmath', '1.0.0'],
['csv', '1.0.0'],
['ffi', '1.15.4.pre1'],
['ffi', '1.15.4'],
['fileutils', '1.1.0'],
['io-console', '0.5.9'],
['ipaddr', '1.2.0'],
Expand Down
8 changes: 4 additions & 4 deletions lib/pom.xml
Expand Up @@ -60,7 +60,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>ffi</artifactId>
<version>1.15.4.pre1</version>
<version>1.15.4</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -353,7 +353,7 @@ DO NOT MODIFIY - GENERATED CODE
<include>specifications/default/*</include>
<include>specifications/cmath-1.0.0*</include>
<include>specifications/csv-1.0.0*</include>
<include>specifications/ffi-1.15.4.pre1*</include>
<include>specifications/ffi-1.15.4*</include>
<include>specifications/fileutils-1.1.0*</include>
<include>specifications/io-console-0.5.9*</include>
<include>specifications/ipaddr-1.2.0*</include>
Expand All @@ -376,7 +376,7 @@ DO NOT MODIFIY - GENERATED CODE
<include>specifications/xmlrpc-0.3.0*</include>
<include>gems/cmath-1.0.0*/**/*</include>
<include>gems/csv-1.0.0*/**/*</include>
<include>gems/ffi-1.15.4.pre1*/**/*</include>
<include>gems/ffi-1.15.4*/**/*</include>
<include>gems/fileutils-1.1.0*/**/*</include>
<include>gems/io-console-0.5.9*/**/*</include>
<include>gems/ipaddr-1.2.0*/**/*</include>
Expand All @@ -399,7 +399,7 @@ DO NOT MODIFIY - GENERATED CODE
<include>gems/xmlrpc-0.3.0*/**/*</include>
<include>cache/cmath-1.0.0*</include>
<include>cache/csv-1.0.0*</include>
<include>cache/ffi-1.15.4.pre1*</include>
<include>cache/ffi-1.15.4*</include>
<include>cache/fileutils-1.1.0*</include>
<include>cache/io-console-0.5.9*</include>
<include>cache/ipaddr-1.2.0*</include>
Expand Down

0 comments on commit b359126

Please sign in to comment.