Skip to content

Commit

Permalink
Bump compass-rails to 4.0.0
Browse files Browse the repository at this point in the history
The final, last-ever version of compass-rails.

> **Don't use compass, it is no longer supported, see the [compass
> statement](Compass/compass#2094
  • Loading branch information
koppen committed Sep 2, 2022
1 parent d2561b5 commit 37b8c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -207,7 +207,7 @@ PLATFORMS
ruby

DEPENDENCIES
compass-rails (~> 3.0)
compass-rails (= 4.0.0)
fancy-buttons
haml
pg (< 1.0)
Expand Down

0 comments on commit 37b8c9f

Please sign in to comment.