Move d3 to package.json and include I18n JS library though Gemfile

Also, update bundle to make it installable again (a version had been removed)
This commit is contained in:
Sebastian Serth
2019-03-05 18:21:26 +01:00
parent 3e4efdfca9
commit 26c2069e02
15 changed files with 3011 additions and 2490 deletions

View File

@ -19,6 +19,7 @@ gem 'puma'
gem 'pundit'
gem 'rails', '5.2.2'
gem 'rails-i18n'
gem 'i18n-js'
gem 'ransack'
gem 'rubytree'
gem 'sass-rails'
@ -31,7 +32,6 @@ gem 'tubesock', git: 'https://github.com/gosukiwi/tubesock', branch: 'patch-1' #
gem 'faye-websocket'
gem 'eventmachine', '1.0.9.1' # explicitly added, this is used by faye-websocket, newer versions might crash or
gem 'nokogiri'
gem 'd3-rails'
gem 'webpacker'
gem 'rest-client'
gem 'rubyzip'