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'