Skip to content

Commit

Permalink
switched to fxruby 1.6.38
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schmidt committed Aug 18, 2017
1 parent df89236 commit c15e0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'mechanize', '2.7.5'
# we need fxruby version 1.6.29
# later versions (<= 1.6.33) will result in random crashes
gem 'fxruby', '1.6.37.rc1'
gem 'fxruby', '1.6.38'
gem 'jwt', '1.5.4'
gem 'nfqueue', '1.0.4' if RUBY_PLATFORM =~ /linux/
gem 'net-http-pipeline', '1.0.1' if RUBY_PLATFORM =~ /linux/
Expand Down
2 changes: 1 addition & 1 deletion modules/passive/disclosure_ipaddr.rb
Expand Up @@ -41,7 +41,7 @@ def do_test(chat)
unless chat.response.has_body?
if chat.response.content_type =~ /(text|script)/ then
body = chat.response.body_encoded
data << body
data << body unless body.nil?
end
end

Expand Down

0 comments on commit c15e0ed

Please sign in to comment.