Skip to content

Commit

Permalink
add rexml gem to Gemlock.
Browse files Browse the repository at this point in the history
unicorn fails to start under ruby 3 without rexml gem in the Gemfile
Needs to be futher investigated
  • Loading branch information
alexskr committed Sep 23, 2024
1 parent 6347d6b commit 9e7d5b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem 'oj', '~> 3.0'
gem 'parseconfig'
gem 'rack'
gem 'rake', '~> 10.0'
gem 'rexml' # Investigate why unicorn fails to start under ruby 3 without adding rexml gem to the Gemfile
gem 'sinatra', '~> 1.0'
gem 'sinatra-advanced-routes'
gem 'sinatra-contrib', '~> 1.0'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ DEPENDENCIES
redis
redis-rack-cache (~> 2.0)
redis-store (~> 1.10)
rexml
rubocop
shotgun!
simplecov
Expand Down

0 comments on commit 9e7d5b6

Please sign in to comment.