Skip to content

Commit

Permalink
Update net-ftp to JRuby-compatible 0.3.7
Browse files Browse the repository at this point in the history
Previous versions were missing our patch to disable OpenSSL
session caching.

See ruby/net-ftp#38
  • Loading branch information
headius committed Jun 26, 2024
1 parent 5456d09 commit baec29e
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 @@ -126,7 +126,7 @@ def log(message=nil)
# ['debug', '1.4.0'],
['matrix', '0.4.2'],
['minitest', '5.15.0'],
['net-ftp', '0.1.3'],
['net-ftp', '0.3.7'],
['net-imap', '0.2.3'],
['net-pop', '0.1.1'],
['net-smtp', '0.3.1'],
Expand Down
8 changes: 4 additions & 4 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ DO NOT MODIFY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>net-ftp</artifactId>
<version>0.1.3</version>
<version>0.3.7</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -1148,7 +1148,7 @@ DO NOT MODIFY - GENERATED CODE
<include>specifications/yaml-0.2.0*</include>
<include>specifications/matrix-0.4.2*</include>
<include>specifications/minitest-5.15.0*</include>
<include>specifications/net-ftp-0.1.3*</include>
<include>specifications/net-ftp-0.3.7*</include>
<include>specifications/net-imap-0.2.3*</include>
<include>specifications/net-pop-0.1.1*</include>
<include>specifications/net-smtp-0.3.1*</include>
Expand Down Expand Up @@ -1227,7 +1227,7 @@ DO NOT MODIFY - GENERATED CODE
<include>gems/yaml-0.2.0*/**/*</include>
<include>gems/matrix-0.4.2*/**/*</include>
<include>gems/minitest-5.15.0*/**/*</include>
<include>gems/net-ftp-0.1.3*/**/*</include>
<include>gems/net-ftp-0.3.7*/**/*</include>
<include>gems/net-imap-0.2.3*/**/*</include>
<include>gems/net-pop-0.1.1*/**/*</include>
<include>gems/net-smtp-0.3.1*/**/*</include>
Expand Down Expand Up @@ -1306,7 +1306,7 @@ DO NOT MODIFY - GENERATED CODE
<include>cache/yaml-0.2.0*</include>
<include>cache/matrix-0.4.2*</include>
<include>cache/minitest-5.15.0*</include>
<include>cache/net-ftp-0.1.3*</include>
<include>cache/net-ftp-0.3.7*</include>
<include>cache/net-imap-0.2.3*</include>
<include>cache/net-pop-0.1.1*</include>
<include>cache/net-smtp-0.3.1*</include>
Expand Down

0 comments on commit baec29e

Please sign in to comment.