remove babel from gemfile
This commit is contained in:
parent
fa9d12bde9
commit
c628e83da4
2 changed files with 0 additions and 6 deletions
1
Gemfile
1
Gemfile
|
@ -36,7 +36,6 @@ group :production do
|
|||
# Autoprefixing for class
|
||||
gem 'autoprefixer-rails'
|
||||
gem 'htmlcompressor'
|
||||
gem 'babel-transpiler'
|
||||
end
|
||||
|
||||
group :nanoc do
|
||||
|
|
|
@ -7,10 +7,6 @@ GEM
|
|||
rack (>= 1.0.0, < 3.0.0)
|
||||
autoprefixer-rails (8.5.0)
|
||||
execjs
|
||||
babel-source (5.8.35)
|
||||
babel-transpiler (0.7.0)
|
||||
babel-source (>= 4.0, < 6)
|
||||
execjs (~> 2.0)
|
||||
builder (3.2.3)
|
||||
coderay (1.1.2)
|
||||
coffee-script (2.4.1)
|
||||
|
@ -117,7 +113,6 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
adsf
|
||||
autoprefixer-rails
|
||||
babel-transpiler
|
||||
builder
|
||||
coffee-script
|
||||
guard-nanoc
|
||||
|
|
Loading…
Reference in a new issue