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 #10

Open
wants to merge 1 commit into
base: dev
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
18 changes: 9 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ gem 'activemodel-serializers-xml', '~> 1.0.1'
gem 'activerecord-import', '~> 1.5.0'
gem 'activerecord-session_store', '~> 2.1.0'
gem 'ox'
gem 'rails', '~> 7.0', '>= 7.0.3.1'
gem 'rails', '~> 7.0', '>= 7.0.8.4'
gem 'responders', '~> 3.0'

gem 'ffi', '~> 1.15'

gem 'rdoc', '>= 2.4.2'

gem 'doorkeeper', '~> 5.6.6'
gem 'doorkeeper', '~> 5.6.9'
# Maintain our own omniauth due to relative URL root issues
# see upstream PR: https://github.com/omniauth/omniauth/pull/903
gem 'omniauth', git: 'https://github.com/opf/omniauth', ref: 'fe862f986b2e846e291784d2caa3d90a658c67f0'
Expand Down Expand Up @@ -161,7 +161,7 @@ gem 'prawn', '~> 2.4'
# prawn implicitly depends on matrix gem no longer in ruby core with 3.1
gem 'matrix', '~> 0.4.2'

gem 'meta-tags', '~> 2.20.0'
gem 'meta-tags', '~> 2.21.0'

gem "paper_trail", "~> 12.3"

Expand All @@ -173,7 +173,7 @@ group :production do
end

gem 'i18n-js', '~> 4.2.3'
gem 'rails-i18n', '~> 7.0.0'
gem 'rails-i18n', '~> 7.0.9'

gem 'sprockets', '~> 3.7.2' # lock sprockets below 4.0
gem 'sprockets-rails', '~> 3.4.2'
Expand Down Expand Up @@ -220,7 +220,7 @@ gem 'factory_bot', '~> 6.4.0', require: false
# require factory_bot_rails for convenience in core development
gem 'factory_bot_rails', '~> 6.4.0', require: false

gem 'turbo-rails', "~> 1.1"
gem 'turbo-rails', '~> 2.0', '>= 2.0.0'

gem 'httpx'

Expand All @@ -237,7 +237,7 @@ group :test do
gem 'rack_session_access'
gem 'rspec', '~> 3.12.0'
# also add to development group, so "spec" rake task gets loaded
gem 'rspec-rails', '~> 6.1.0', group: :development
gem 'rspec-rails', '~> 6.1.1', group: :development

# Retry failures within the same environment
gem 'retriable', '~> 3.1.1'
Expand Down Expand Up @@ -304,7 +304,7 @@ group :development do
end

group :development, :test do
gem 'dotenv-rails'
gem 'dotenv-rails', '>= 3.0.0'

# Tracing and profiling gems
gem 'flamegraph', require: false
Expand Down Expand Up @@ -335,7 +335,7 @@ group :development, :test do
gem 'brakeman', '~> 6.1.0'

# i18n-tasks helps find and manage missing and unused translations.
gem 'i18n-tasks', '~> 1.0.13'
gem 'i18n-tasks', '~> 1.0.14'
end

gem 'bootsnap', '~> 1.17.0', require: false
Expand Down Expand Up @@ -381,5 +381,5 @@ gemfiles.each do |file|
end

gem "openproject-octicons", '~>19.8.0'
gem "openproject-octicons_helper", '~>19.8.0'
gem "openproject-octicons_helper", "~> 19.9.0"
gem "openproject-primer_view_components", '~>0.20.0'