From 8e55f3f8c9b2146529412c49442c35278c598a84 Mon Sep 17 00:00:00 2001 From: Andrew Max Date: Sat, 27 Aug 2022 21:53:19 -0700 Subject: [PATCH] switch to Kenneth-KT version of google visual r --- Gemfile | 2 +- daru-view.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index c898a8e..c918b10 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec # TODO: later we will use the recent version of daru gem. gem "daru", '0.2.0' gem "nyaplot", git: 'https://github.com/SciRuby/nyaplot.git' -gem 'google_visualr', git: 'https://github.com/winston/google_visualr.git' +gem 'google_visualr_rails5' gem 'daru-data_tables', git: 'https://github.com/Shekharrajak/daru-data_tables.git' diff --git a/daru-view.gemspec b/daru-view.gemspec index dbe8da8..8d41dba 100644 --- a/daru-view.gemspec +++ b/daru-view.gemspec @@ -36,7 +36,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'rubocop' # fetching latest gem from the Gemfile - spec.add_runtime_dependency 'google_visualr' + spec.add_runtime_dependency 'google_visualr_rails5' spec.add_runtime_dependency 'lazy_high_charts' spec.add_runtime_dependency 'daru' spec.add_runtime_dependency 'nyaplot'