remove babel from gemfile

This commit is contained in:
Lorin Werthen 2018-06-05 13:50:14 +02:00
parent fa9d12bde9
commit c628e83da4
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
2 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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