Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-10-01 03:53:12 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-10-01 03:55:50 +0300
commit185f8a1404878fdf3fbe8cc8b628f359ce26d4a2 (patch)
treee115452138edd190eb11ab5b5e312626d743d27f /Gemfile
parent03796e8fe2421ddfbc5380b8194ee68afbe3b88b (diff)
Replace sprockets-es6 with babel-transpiler
Sprockets 4 now has direct babel support, so we can remove the temporary sprockets-es6 dependency and use babel-transpiler directly.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3a1a2dd91..bcb823d83 100644
--- a/Gemfile
+++ b/Gemfile
@@ -87,12 +87,12 @@ gem "uuid", "2.3.9"
# JavaScript
+gem "babel-transpiler", "0.7.0"
gem "handlebars_assets", "0.23.9"
gem "jquery-rails", "4.5.0"
gem "jquery-ui-rails", "5.0.5"
gem "js_image_paths", "0.2.0"
gem "js-routes", "2.2.4"
-gem "sprockets-es6", "0.9.2"
# Localization