Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 28b9c44

Browse files
author
Mattia Roccoberton
committed
Remove sassc dependency
1 parent b630e70 commit 28b9c44

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

Gemfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ gemspec
66

77
group :development, :test do
88
gem 'activestorage', '~> 6.0'
9-
gem 'capybara', '~> 3.33'
109
gem 'puma', '~> 4.3'
10+
gem 'sassc', '~> 2.4'
11+
gem 'sprockets-rails', '~> 3.2'
12+
gem 'sqlite3', '~> 1.4'
13+
14+
# Testing
15+
gem 'capybara', '~> 3.33'
1116
gem 'rspec_junit_formatter', '~> 0.4'
1217
gem 'rspec-rails', '~> 4.0'
1318
gem 'selenium-webdriver', '~> 3.142'
14-
gem 'sprockets-rails', '~> 3.2'
15-
gem 'sqlite3', '~> 1.4'
1619

1720
# Linters
1821
gem 'fasterer'

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ An Active Admin plugin to use [medium-editor](https://github.com/yabwe/medium-ed
1818

1919
## Install
2020

21-
- After installing Active Admin, add to your Gemfile: `gem 'activeadmin_medium_editor'` (and execute *bundle*)
21+
- After installing Active Admin, add to your Gemfile: `gem 'activeadmin_medium_editor'`
22+
- Add also a SASS/SCSS gem to your Gemfile (ex. `gem 'sassc'`)
2223
- Add at the end of your Active Admin styles (_app/assets/stylesheets/active_admin.scss_):
2324
```scss
2425
@import 'activeadmin/medium_editor/medium_editor';

activeadmin_medium_editor.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ Gem::Specification.new do |spec|
1818
spec.require_paths = ['lib']
1919

2020
spec.add_runtime_dependency 'activeadmin', '~> 2.0'
21-
spec.add_runtime_dependency 'sassc', '~> 2.4'
2221
end

0 commit comments

Comments
 (0)