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

Commit cd06f5c

Browse files
committed
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-8720151
1 parent 729741d commit cd06f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

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

88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
9-
gem 'rails', '~> 6.1.4'
9+
gem 'rails', '~> 7.0.0'
1010
# Use sqlite3 as the database for Active Record
1111
gem 'sqlite3', '~> 1.4'
1212
# Use Puma as the app server
@@ -30,7 +30,7 @@ gem 'rails-controller-testing'
3030
# Use jquery as the JavaScript library
3131
gem 'jquery-rails'
3232

33-
gem 'bootstrap', '~> 5.0'
33+
gem 'bootstrap', '~> 5.3', '>= 5.3.2'
3434
# Use bootstrap themes
3535
gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'
3636

0 commit comments

Comments
 (0)