mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Added Sass to Gemfile
This commit is contained in:
parent
c0b362ea43
commit
1124ab6c87
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -38,6 +38,7 @@ platform :jruby do
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'ruby-debug', require: nil
|
gem 'ruby-debug', require: nil
|
||||||
|
gem 'sass', require: nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -124,6 +124,7 @@ GEM
|
||||||
rmagick (2.13.2)
|
rmagick (2.13.2)
|
||||||
rubyzip (1.1.2)
|
rubyzip (1.1.2)
|
||||||
safe_yaml (1.0.1)
|
safe_yaml (1.0.1)
|
||||||
|
sass (3.3.5)
|
||||||
selenium-webdriver (2.40.0)
|
selenium-webdriver (2.40.0)
|
||||||
childprocess (>= 0.5.0)
|
childprocess (>= 0.5.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
@ -216,6 +217,7 @@ DEPENDENCIES
|
||||||
rmagick
|
rmagick
|
||||||
ruby-debug
|
ruby-debug
|
||||||
rubyzip
|
rubyzip
|
||||||
|
sass
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
sequel
|
sequel
|
||||||
sequel_pg
|
sequel_pg
|
||||||
|
|
Loading…
Add table
Reference in a new issue