Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock 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-ACTIONPACK-8496389
  • Loading branch information
snyk-bot committed Dec 12, 2024
1 parent eef5bab commit f585d07
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 89 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'aasm'
gem 'activerecord-import'
gem 'activerecord-session_store'
gem 'micro_token'
gem 'rails', '~> 6.1'
gem 'rails', '~> 7.0', '>= 7.0.8.7'
gem 'tzinfo-data'

# Rails views and UI
Expand Down
Loading

0 comments on commit f585d07

Please sign in to comment.