From 37b8c9fc04fd0f61892aed7d2be71d38408485b2 Mon Sep 17 00:00:00 2001 From: Jakob Skjerning Date: Fri, 2 Sep 2022 10:21:52 +0200 Subject: [PATCH] Bump compass-rails to 4.0.0 The final, last-ever version of compass-rails. > **Don't use compass, it is no longer supported, see the [compass > statement](https://github.com/Compass/compass/pull/2094)** --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0d053c4..a744296 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "pg", "< 1.0" gem "rails", "~> 4.2.3" gem "silent-postgres" -gem "compass-rails", "~> 3.0" +gem "compass-rails", "4.0.0" gem "fancy-buttons" gem "haml" gem "sass-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 7289579..519ebfe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM sass (>= 3.3.0, < 3.5) compass-import-once (1.0.5) sass (>= 3.2, < 3.5) - compass-rails (3.1.0) + compass-rails (4.0.0) compass (~> 1.0.0) sass-rails (< 5.1) sprockets (< 4.0) @@ -207,7 +207,7 @@ PLATFORMS ruby DEPENDENCIES - compass-rails (~> 3.0) + compass-rails (= 4.0.0) fancy-buttons haml pg (< 1.0)