Skip to content

[Snyk] Fix for 1 vulnerabilities #80

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
22 changes: 11 additions & 11 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem 'rails', '4.2.6'
gem 'rails', '7.0.0'
gem 'rails-deprecated_sanitizer', '~> 1.0.3'

# Responders respond_to and respond_with
Expand Down Expand Up @@ -61,7 +61,7 @@ gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: "omniauth-ldap"

# Git Wiki
# Required manually in config/initializers/gollum.rb to control load order
gem 'gollum-lib', '~> 4.1.0', require: false
gem 'gollum-lib', '~> 5.0.0', require: false
gem 'gollum-rugged_adapter', '~> 0.4.2', require: false

# Language detection
Expand All @@ -73,10 +73,10 @@ gem 'grape-entity', '~> 0.4.2'
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'

# Pagination
gem "kaminari", "~> 0.16.3"
gem "kaminari", "~> 1.0.0"

# HAML
gem "haml-rails", '~> 0.9.0'
gem "haml-rails", "~> 2.1.0"

# Files attachments
gem "carrierwave", '~> 0.10.0'
Expand All @@ -85,7 +85,7 @@ gem "carrierwave", '~> 0.10.0'
gem 'dropzonejs-rails', '~> 0.7.1'

# for aws storage
gem "fog", "~> 1.36.0"
gem "fog", "~> 1.37.0"
gem "unf", '~> 0.1.4'

# Authorization
Expand All @@ -95,7 +95,7 @@ gem "six", '~> 0.2.0'
gem "seed-fu", '~> 2.3.5'

# Markdown and HTML processing
gem 'html-pipeline', '~> 1.11.0'
gem 'html-pipeline', '~> 3.0.0'
gem 'task_list', '~> 1.0.2', require: 'task_list/railtie'
gem 'github-markup', '~> 1.3.1'
gem 'redcarpet', '~> 3.3.3'
Expand All @@ -109,7 +109,7 @@ gem 'rouge', '~> 1.10.1'

# See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s
# and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM
gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2'
gem 'nokogiri', '~> 1.15.7'

# Diffs
gem 'diffy', '~> 3.0.3'
Expand Down Expand Up @@ -203,10 +203,10 @@ gem 'mousetrap-rails', '~> 1.4.6'
# Detect and convert string character encoding
gem 'charlock_holmes', '~> 0.7.3'

gem "sass-rails", '~> 5.0.0'
gem "sass-rails", "~> 6.0.0"
gem "coffee-rails", '~> 4.1.0'
gem "uglifier", '~> 2.7.2'
gem 'turbolinks', '~> 2.5.0'
gem 'turbolinks', '~> 5.0.0'
gem 'jquery-turbolinks', '~> 2.1.0'

gem 'addressable', '~> 2.3.8'
Expand Down Expand Up @@ -245,7 +245,7 @@ group :development do
gem 'rerun', '~> 0.11.0'
gem 'bullet', require: false
gem 'rblineprof', platform: :mri, require: false
gem 'web-console', '~> 2.0'
gem 'web-console', '~> 3.0', '>= 3.0.0'

# Better errors handler
gem 'better_errors', '~> 1.0.1'
Expand Down Expand Up @@ -333,4 +333,4 @@ gem 'oauth2', '~> 1.0.0'
gem "paranoia", "~> 2.0"

# Health check
gem 'health_check', '~> 1.5.1'
gem 'health_check', '~> 1.7.2'