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-ACTIONCABLE-20338
  • Loading branch information
snyk-bot committed Oct 8, 2023
1 parent 37916db commit e116a92
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 @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.2.1'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0.8'
gem 'rails', '~> 7.1.0'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.6'
# Use Puma as the app server
Expand All @@ -27,7 +27,7 @@ gem 'aws-sdk-s3', '~> 1'
gem 'bootsnap', '~> 1.16.0', '>= 1.16.0', require: false

# For scheduling tasks
gem 'arask', '~> 1.2.3'
gem 'arask', '~> 1.2.4'

# for postgresql
gem 'activerecord-postgis-adapter', '~> 8.0.2'
Expand Down

0 comments on commit e116a92

Please sign in to comment.