Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #619

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.0.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.3.2'
gem 'rails', '~> 6.1.7.8'

# Use Puma as the app server
gem 'puma', '~> 4.3.11'

# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem 'sass-rails', '~> 6.0.0'
gem 'webpacker', '>= 5.2.1'
gem 'webpacker', '>= 5.2.2'

# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5.2.1'
Expand All @@ -32,7 +32,7 @@ gem 'parallel', require: false
gem 'ruby-progressbar', require: false

# seo
gem 'meta-tags', '>= 2.14.0'
gem 'meta-tags', '>= 2.15.0'

# For managing cros
gem 'rack-cors', require: 'rack/cors'
Expand Down Expand Up @@ -71,7 +71,7 @@ group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'binding_of_caller'
gem 'pry-rails'
gem 'web-console', '>= 4.1.0'
gem 'web-console', '>= 4.2.0'

gem 'annotate', '>= 3.1.1'
gem 'puma-ngrok-tunnel', '>= 1.2.0'
Expand Down
Loading
Loading