Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-07-03 23:34:22 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-07-04 00:14:42 +0300
commita7a02e87cf7ee05287917a48cfebe2d6dfcc9482 (patch)
tree662973eff88105e0ac5cb45b95823bb4aefe5e3c /Gemfile.lock
parent485af7ea78d78704aba0da48f120b6286980dae2 (diff)
Replace unmaintained sass-rails with sassc-rails
closes #8362
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index e9faba791..2523f2112 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -646,14 +646,14 @@ GEM
rubyzip (2.3.2)
rugged (1.0.1)
sass (3.4.25)
- sass-rails (5.0.7)
- railties (>= 4.0.0, < 6)
- sass (~> 3.1)
- sprockets (>= 2.8, < 4.0)
- sprockets-rails (>= 2.0, < 4.0)
- tilt (>= 1.1, < 3)
sassc (2.4.0)
ffi (~> 1.9)
+ sassc-rails (2.1.2)
+ railties (>= 4.0.0)
+ sassc (>= 2.0)
+ sprockets (> 3.0)
+ sprockets-rails
+ tilt
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
@@ -889,7 +889,7 @@ DEPENDENCIES
rubocop-rails (= 2.9.1)
ruby-oembed (= 0.16.1)
rubyzip (= 2.3.2)
- sass-rails (= 5.0.7)
+ sassc-rails (= 2.1.2)
secure_headers (= 6.3.3)
shoulda-matchers (= 4.5.1)
sidekiq (= 6.4.2)