Gemfile in ronin-gen-1.1.0.rc1 vs Gemfile in ronin-gen-1.1.0.rc2

- old
+ new

@@ -4,9 +4,13 @@ DM_VERSION = '~> 1.0.2' RONIN_URI = 'http://github.com/ronin-ruby' gemspec +platforms :jruby do + gem 'jruby-openssl', '~> 0.7.0' +end + # Ronin dependencies: # gem 'ronin-support', '~> 0.4.0.rc1', :git => "#{RONIN_URI}/ronin-support.git" # gem 'ronin', '~> 1.4.0.rc1', :git => "#{RONIN_URI}/ronin.git" group :development do