Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 8, 2024
1 parent 5d2aca1 commit a5f2e33
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 96 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'http://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1', '>= 6.1.7.8'
gem 'rails', '~> 7.0', '>= 7.0.0'
# Use sqlite3 as the database for Active Record
# gem 'sqlite3', '~> 1.3'
# Use postgres as the database for Active Record
Expand Down Expand Up @@ -56,7 +56,7 @@ gem 'simple_oauth', git: 'https://github.com/blindsidenetworks/simple_oauth.git'
gem 'activerecord-session_store', '>= 2.1.0'

# frontend
gem 'bootstrap', '~> 5.0.0'
gem 'bootstrap', '~> 5.3.2'
gem 'font-awesome-sass', '~> 6.4.0'
gem 'popper_js', '>= 1.16'

Expand Down
Loading

0 comments on commit a5f2e33

Please sign in to comment.