Skip to content

Commit 7dcfccb

Browse files
committed
Version 6.3.35
1 parent 8a30895 commit 7dcfccb

File tree

6 files changed

+162
-131
lines changed

6 files changed

+162
-131
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## Next release
44

5+
## v6.3.35 2024 November 13
6+
57
- Fix a bug: unable to run rails db:migrate if the database is empty
8+
- Fix a bug: timeout error when search projects with openprojects
9+
- Fix a security issue: updated omniauth-saml to 2.2.1 to fix [CVE-2024-45409](https://github.com/advisories/GHSA-jw9c-mfg7-9rx2)
10+
- Fix a security issue: puma to 6.4.3 to fix [CVE-2024-45614](https://security.snyk.io/vuln/SNYK-RUBY-PUMA-8062124)
11+
- Fix a security issue: rails to 7.0.86 to fix [CVE-2024-47889](https://vulert.com/vuln-db/CVE-2024-47889)
612

713
## v6.3.34 2024 October 21
814

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
source 'https://rubygems.org'
44

55
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
6-
gem 'rails', '~> 7.0'
6+
gem 'rails', '7.0.8.6'
77
# Used by rails 5.2 to reduce the app boot time by over 50%
88
gem 'bootsnap'
99
# Use Puma as web server
10-
gem 'puma', '6.4.2'
10+
gem 'puma', '6.4.3'
1111
gem 'shakapacker', '6.6.0'
1212

1313
# rails 6 compatibility with ruby 3 (may not be required after upgrade to rails 7)
@@ -42,7 +42,7 @@ group :development do
4242
gem 'foreman'
4343
gem 'web-console', '>= 4.2.0'
4444
# Preview mail in the browser
45-
gem 'listen', "~> 3.5"
45+
gem 'listen', '~> 3.5'
4646
gem 'overcommit'
4747
gem 'rb-readline'
4848
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
@@ -72,8 +72,8 @@ gem 'devise', '>= 4.9'
7272
gem 'omniauth', '~> 2.1'
7373
gem 'omniauth-oauth2'
7474
gem 'omniauth_openid_connect'
75-
gem 'omniauth-saml'
7675
gem 'omniauth-rails_csrf_protection', '~> 1.0'
76+
gem 'omniauth-saml'
7777

7878
gem 'rolify'
7979

@@ -151,7 +151,7 @@ gem 'acts_as_list'
151151
gem 'sentry-rails'
152152
gem 'sentry-ruby'
153153

154-
gem "reverse_markdown"
154+
gem 'reverse_markdown'
155155

156-
gem "ancestry"
156+
gem 'ancestry'
157157
gem 'silencer', require: false

0 commit comments

Comments
 (0)