This repository was archived by the owner on May 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,13 +6,16 @@ gemspec
66
77group :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'
Original file line number Diff line number Diff 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' ;
Original file line number Diff line number Diff 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'
2221end
You can’t perform that action at this time.
0 commit comments