From fa313564d776f85efa8eb477cfcf574877e15af5 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Mon, 29 Apr 2019 16:23:13 +1000 Subject: [PATCH] DEV: update rails multisite This gives us Rails 6 support, should not impact existing behavior --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b441d9a71f..8eaa0efa2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -312,9 +312,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.0.4) loofah (~> 2.2, >= 2.2.2) - rails_multisite (2.0.6) - activerecord (> 4.2, < 6) - railties (> 4.2, < 6) + rails_multisite (2.0.7) + activerecord (> 4.2, < 7) + railties (> 4.2, < 7) railties (5.2.3) actionpack (= 5.2.3) activesupport (= 5.2.3)