Skip to content

Commit

Permalink
Merge branch 'release/6.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed May 17, 2023
2 parents 37370eb + 2eb568c commit 1224be2
Show file tree
Hide file tree
Showing 171 changed files with 5,713 additions and 3,547 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/issuesToProject.yml

This file was deleted.

28 changes: 14 additions & 14 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 7.0.4'
# Use mysql as the database for Active Record
gem 'mysql2', '~> 0.5.5'
# Use Puma as the app server
gem 'puma', '~> 6.1.1'
gem 'puma', '~> 6.2.2'

# Use dart-sass for stylesheets
gem 'cssbundling-rails', '~> 1.1.2'
Expand Down Expand Up @@ -51,7 +51,7 @@ gem 'will_paginate', '~>3.3.1'
# markdown rendering and syntax highlighting
gem 'kramdown', '~>2.4.0'
gem 'kramdown-parser-gfm', '~>1.1.0'
gem 'rouge', '4.1.0'
gem 'rouge', '4.1.1'

# feedback table builder
gem 'builder', '~>3.2.4'
Expand All @@ -66,13 +66,13 @@ gem 'ace-rails-ap', '~>4.5'
gem 'autoprefixer-rails', '~>10.4.13'

# saml authentication
gem 'devise', '~>4.9.0'
gem 'devise', '~>4.9.2'
gem 'ruby-saml', '~> 1.15.0'

# omniauth
gem 'omniauth-google-oauth2', '~> 1.1.1'
gem 'omniauth-oauth2', '~> 1.8.0'
gem 'omniauth_openid_connect', '~> 0.6.1'
gem 'omniauth_openid_connect', '~> 0.7.1'
gem 'omniauth-rails_csrf_protection', '~> 1.0.1'

# Json webtokens
Expand Down Expand Up @@ -105,16 +105,16 @@ gem 'bcrypt_pbkdf'
gem 'ed25519'

# i18n
gem 'i18n-js', '~> 4.2.2'
gem 'rails-i18n', '~> 7.0.6'
gem 'i18n-js', '~> 4.2.3'
gem 'rails-i18n', '~> 7.0.7'

# email exceptions
gem 'exception_notification', '~> 4.5.0'
gem 'httparty', '~> 0.21.0'
gem 'slack-notifier', '~> 2.4.0'

# css styles for emails
gem 'nokogiri', '~> 1.14.2'
gem 'nokogiri', '~> 1.14.4'
gem 'premailer-rails', '~> 1.12.0'

# filtering
Expand All @@ -127,15 +127,15 @@ gem 'rubyzip', '~> 2.3.2'
gem 'dalli', '~> 3.2.4'

# Generate 'random' values like usernames, emails, ...
gem 'faker', '~> 3.1.1'
gem 'faker', '~> 3.2.0'

# Profiling
gem 'flamegraph', '~> 0.9.5'
gem 'memory_profiler', '~> 1.0.1'
gem 'rack-mini-profiler', '~> 3.0.0'
gem 'stackprof', '~> 0.2.24'
gem 'rack-mini-profiler', '~> 3.1.0'
gem 'stackprof', '~> 0.2.25'

gem 'ddtrace', '~> 1.10.1'
gem 'ddtrace', '~> 1.11.1'

# Make sure filesystem changes only happen at the end of a transaction
gem 'after_commit_everywhere', '~> 1.3.0'
Expand All @@ -156,8 +156,8 @@ group :development, :test do
gem 'byebug', '~> 11.1.3', platforms: %i[mri mingw x64_mingw]

# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 3.38.0'
gem 'selenium-webdriver', '~> 4.8.3'
gem 'capybara', '~> 3.39.1'
gem 'selenium-webdriver', '~> 4.9.1'
end

group :test do
Expand All @@ -180,7 +180,7 @@ group :development do
gem 'web-console', '~> 4.2.0'

gem 'rb-readline', '~> 0.5.5' # require for irb
gem 'rubocop-rails', '~> 2.18.0'
gem 'rubocop-rails', '~> 2.19.1'

# for opening letters
gem 'letter_opener', '~> 1.8.1'
Expand Down
Loading

0 comments on commit 1224be2

Please sign in to comment.