Fix d3 at ~4.0

This commit is contained in:
Maximilian Grundke
2018-03-19 15:33:12 +01:00
parent f1f1594e5b
commit 2fc46fe9ab
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ gem 'tubesock'
gem 'faye-websocket'
gem 'eventmachine', '1.0.9.1' # explicitly added, this is used by faye-websocket, version 1.2.5 still has an error in eventmachine.rb:202: [BUG] Segmentation fault, which is not yet fixed and causes the whole ruby process to crash
gem 'nokogiri'
gem 'd3-rails'
gem 'd3-rails', '~>4.0'
gem 'rest-client'
gem 'rubyzip'
gem 'whenever', require: false