Skip to content

Commit a6f20bc

Browse files
evgenitbrisker
authored andcommitted
Refs #31533 - pin rake to < 13.0.2 to avoid test failures
Tests currently fail to run with Rake 13.0.2 with uninitialized constant ApplicationRecord::ApipieDSL (NameError) Pin Rake until we know how to properly fix that.
1 parent d6208c4 commit a6f20bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ else
1212
raise "Unsupported Ruby on Rails version configured in settings.yaml: #{SETTINGS[:rails]}"
1313
end
1414

15+
gem 'rake', '< 13.0.2'
1516
gem 'rest-client', '>= 2.0.0', '< 3', :require => 'rest_client'
1617
gem 'audited', '>= 4.9.0', '< 5'
1718
gem 'will_paginate', '>= 3.1.7', '< 4'

0 commit comments

Comments
 (0)