Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-13052974
  • Loading branch information
snyk-bot committed Sep 27, 2025
commit 4e293fa55127dfeee1db0b801554385ccc468a14
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :extras do
gem 'debugger', :platform => :mri_19
end

gem 'thin' # needed by qless-web binary
gem 'thin' , '>= 1.6.0' # needed by qless-web binary

group :development do
gem 'byebug', :platforms => [:ruby_20, :ruby_21]
Expand Down