mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 13:51:26 +00:00
Removed uglifier from deprecated assets group
This commit is contained in:
parent
ed95f1b3c7
commit
2dcc14b0a3
1 changed files with 1 additions and 4 deletions
5
Gemfile
5
Gemfile
|
@ -38,14 +38,11 @@ gem 'bourbon', '~> 3.1.8'
|
||||||
gem 'neat', '~> 1.6.0'
|
gem 'neat', '~> 1.6.0'
|
||||||
gem 'haml', '~> 4.0.5'
|
gem 'haml', '~> 4.0.5'
|
||||||
gem 'rails_autolink', '~> 1.1.5'
|
gem 'rails_autolink', '~> 1.1.5'
|
||||||
|
gem 'uglifier', '~> 2.5.0'
|
||||||
|
|
||||||
# Legacy feature shims
|
# Legacy feature shims
|
||||||
gem 'protected_attributes', '~> 1.1.3'
|
gem 'protected_attributes', '~> 1.1.3'
|
||||||
|
|
||||||
group :assets do
|
|
||||||
gem 'uglifier', '~> 2.5.0'
|
|
||||||
end
|
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'capistrano', '~> 3.1.0'
|
gem 'capistrano', '~> 3.1.0'
|
||||||
gem 'capistrano-rbenv', '~> 2.0.2'
|
gem 'capistrano-rbenv', '~> 2.0.2'
|
||||||
|
|
Loading…
Reference in a new issue