Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 6d3229d

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8732769 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8732779
1 parent 82b08bb commit 6d3229d

File tree

2 files changed

+174
-130
lines changed

2 files changed

+174
-130
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '~> 3.0'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 6.1'
7+
gem 'rails', '~> 7.0', '>= 7.0.0'
88
# Use Puma as the app server
99
gem 'puma', '~> 5.0'
1010
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
@@ -50,4 +50,4 @@ end
5050
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
5151
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
5252
gem "twilio-ruby", "~> 5.46"
53-
gem "bootstrap", "~> 4.5"
53+
gem "bootstrap", "~> 4.6", ">= 4.6.2.1"

0 commit comments

Comments
 (0)