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
|
# Autoprefixing for class
|
||||||
gem 'autoprefixer-rails'
|
gem 'autoprefixer-rails'
|
||||||
gem 'htmlcompressor'
|
gem 'htmlcompressor'
|
||||||
gem 'babel-transpiler'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :nanoc do
|
group :nanoc do
|
||||||
|
|
|
@ -7,10 +7,6 @@ GEM
|
||||||
rack (>= 1.0.0, < 3.0.0)
|
rack (>= 1.0.0, < 3.0.0)
|
||||||
autoprefixer-rails (8.5.0)
|
autoprefixer-rails (8.5.0)
|
||||||
execjs
|
execjs
|
||||||
babel-source (5.8.35)
|
|
||||||
babel-transpiler (0.7.0)
|
|
||||||
babel-source (>= 4.0, < 6)
|
|
||||||
execjs (~> 2.0)
|
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
coderay (1.1.2)
|
coderay (1.1.2)
|
||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
|
@ -117,7 +113,6 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
adsf
|
adsf
|
||||||
autoprefixer-rails
|
autoprefixer-rails
|
||||||
babel-transpiler
|
|
||||||
builder
|
builder
|
||||||
coffee-script
|
coffee-script
|
||||||
guard-nanoc
|
guard-nanoc
|
||||||
|
|
Loading…
Reference in a new issue