We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2779727 commit ffd07efCopy full SHA for ffd07ef
1 file changed
Gemfile
@@ -14,7 +14,7 @@ group :development, :test do
14
gem 'activerecord', '~> 7.0'
15
# see https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
16
gem 'concurrent-ruby', '1.3.4'
17
- when '7.1', '7.2', '8.0'
+ when '7.1', '7.2', '8.0', '8.1'
18
gem 'activerecord', "~> #{orm_version}.0"
19
when 'edge'
20
git 'https://github.com/rails/rails.git', branch: 'main' do
0 commit comments