diff --git a/Gemfile b/Gemfile index b519ba55fbff..5476ca55d4e3 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' # core - base ruby '3.0.4' -gem 'rails', '~> 6.1.0' +gem 'rails', '~> 7.0.0' # core - rails additions gem 'activerecord-import' @@ -187,7 +187,7 @@ group :development, :test do gem 'test-unit' # for testing Pundit authorisation policies in RSpec - gem 'pundit-matchers' + gem 'pundit-matchers', '>= 3.0.0' # UI tests w/ Selenium gem 'capybara'