2022-12-04 21:58:53 +05:30
|
|
|
We have to use openssl available in the archive
|
|
|
|
|
|
|
|
--- a/Gemfile
|
|
|
|
+++ b/Gemfile
|
2023-06-20 11:34:45 +05:30
|
|
|
@@ -19,7 +19,7 @@ gem 'bootsnap', '~> 1.16', require: fals
|
2022-12-04 21:58:53 +05:30
|
|
|
|
|
|
|
# Pin openssl to match the version bundled with our supported Rubies.
|
|
|
|
# See https://stdgems.org/openssl/#gem-version.
|
2023-03-05 00:11:28 +05:30
|
|
|
-gem 'openssl', '2.2.2'
|
|
|
|
+#gem 'openssl', '2.2.2'
|
2023-06-20 11:34:45 +05:30
|
|
|
gem 'ipaddr', '~> 1.2.5'
|
|
|
|
|
|
|
|
# Responders respond_to and respond_with
|