13 lines
346 B
Diff
13 lines
346 B
Diff
We have to use openssl available in the archive
|
|
|
|
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -19,7 +19,7 @@
|
|
|
|
# Pin openssl to match the version bundled with our supported Rubies.
|
|
# See https://stdgems.org/openssl/#gem-version.
|
|
-gem 'openssl', '2.2.2'
|
|
+#gem 'openssl', '2.2.2'
|
|
gem 'ipaddr', '~> 1.2', '>= 1.2.5'
|
|
|
|
# Responders respond_to and respond_with
|