Skip to content

Commit

Permalink
Refs #31533 - pin rake to < 13.0.2 to avoid test failures
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
evgeni committed Dec 19, 2020
1 parent f0a671d commit 9bd0b08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ else
raise "Unsupported Ruby on Rails version configured in settings.yaml: #{SETTINGS[:rails]}"
end

gem 'rake', '< 13.0.2'
gem 'rest-client', '>= 2.0.0', '< 3', :require => 'rest_client'
gem 'audited', '>= 4.9.0', '< 5'
gem 'will_paginate', '>= 3.1.7', '< 4'
Expand Down

0 comments on commit 9bd0b08

Please sign in to comment.