Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
  • Loading branch information
snyk-bot committed Oct 5, 2023
1 parent 77f9f2d commit 3e6694f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~>7"
gem "rails", "~> 7", ">= 7.1.0"
# Use sqlite3 as the database for Active Record
# gem 'sqlite3'
# Use Puma as the app server
Expand Down Expand Up @@ -139,6 +139,6 @@ gem "annotate", group: [:development]
gem "branding_repo", git: "https://github.com/murb/branding_repo.git"
gem "omniauth-central_login", git: "https://gitlab.com/murb-org/omniauth-centrallogin.git"
gem "invisible_captcha"
gem "jsbundling-rails", "~> 1.0"
gem "jsbundling-rails", "~> 1.2", ">= 1.2.0"
gem "pupprb", git: "https://gitlab.com/murb/pupprb.git"
gem "stimulus-rails"

0 comments on commit 3e6694f

Please sign in to comment.