removed sass-rails version number
This commit is contained in:
parent
414e59e280
commit
ac27da08dc
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -20,7 +20,7 @@ gem 'best_in_place'
|
||||||
# Gems used only for assets and not required
|
# Gems used only for assets and not required
|
||||||
# in production environments by default.
|
# in production environments by default.
|
||||||
group :assets do
|
group :assets do
|
||||||
gem 'sass-rails', '3.2.3'
|
gem 'sass-rails'
|
||||||
gem 'coffee-rails', '~> 3.2.1'
|
gem 'coffee-rails', '~> 3.2.1'
|
||||||
|
|
||||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||||
|
|
Loading…
Reference in a new issue