Skip to content

Commit ffd07ef

Browse files
committed
Update Gemfile
1 parent 2779727 commit ffd07ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :development, :test do
1414
gem 'activerecord', '~> 7.0'
1515
# see https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
1616
gem 'concurrent-ruby', '1.3.4'
17-
when '7.1', '7.2', '8.0'
17+
when '7.1', '7.2', '8.0', '8.1'
1818
gem 'activerecord', "~> #{orm_version}.0"
1919
when 'edge'
2020
git 'https://github.com/rails/rails.git', branch: 'main' do

0 commit comments

Comments
 (0)