From 628fec8c6c6ef6e78993e0e5d6198db62b1b82f7 Mon Sep 17 00:00:00 2001 From: Daniel Kastl Date: Fri, 7 Jun 2024 17:54:50 +0900 Subject: [PATCH] Attempt to fix GH actions Signed-off-by: Daniel Kastl --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index bf86fd38..71548ff8 100644 --- a/Gemfile +++ b/Gemfile @@ -16,3 +16,4 @@ gem "pg", "~> #{gem_versions[:pg]}" gem "rgeo-activerecord", "~> #{gem_versions[:rgeo_activerecord]}" gem 'activerecord-postgis-adapter', "~> #{gem_versions[:activerecord_postgis_adapter]}" gem 'rails-controller-testing' # This gem brings back assigns to your controller tests as well as assert_template to both controller and integration tests. +gem 'blankslate', '~> 3.1.3'