Skip to content

Commit

Permalink
manually add openssl gem to Gemfile and Gemfile.lock to resolve ssl d…
Browse files Browse the repository at this point in the history
…ependency loop...
  • Loading branch information
lukas2511 committed Jan 19, 2024
1 parent 77f0156 commit b661254
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

gem 'openssl'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0'
gem 'dotenv-rails'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
openssl (3.1.0)
aasm (5.4.0)
concurrent-ruby (~> 1.0)
actioncable (7.0.8)
Expand Down Expand Up @@ -140,6 +141,7 @@ GEM
responders
warden (~> 1.2.3)
dotenv (2.8.1)
openssl (3.1.0)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
Expand Down Expand Up @@ -462,6 +464,7 @@ DEPENDENCIES
coffee-rails
devise
dotenv-rails
openssl
ed25519
elasticsearch-model (~> 6.1.1)
elasticsearch-rails (~> 6.1.0)
Expand Down

0 comments on commit b661254

Please sign in to comment.