Gemfile in twilio-3.1.0 vs Gemfile in twilio-3.1.1
- old
+ new
@@ -1,4 +1,6 @@
source "http://rubygems.org"
+gemspec
-# Specify your gem's dependencies in twilio.gemspec
-gemspec
\ No newline at end of file
+platforms :jruby do
+ gem 'jruby-openssl'
+end