Bundle update

This commit is contained in:
Sebastian Serth
2023-11-11 20:39:12 +01:00
parent 7026f14725
commit d2e5cd4655
4 changed files with 114 additions and 157 deletions

View File

@ -36,10 +36,8 @@ gem 'proformaxml', '1.0.0'
gem 'prometheus_exporter'
gem 'puma'
gem 'pundit'
# TODO: Temporary switch to Rails 7.1 branch until the next release.
# See https://github.com/rails/rails/pull/49778
gem 'rails', github: 'rails/rails', branch: '7-1-stable'
gem 'rails_admin', '< 4.0.0'
gem 'rails', '~> 7.1.0'
gem 'rails_admin'
gem 'rails-i18n'
gem 'rails-timeago'
gem 'ransack'