Skip to content

Commit 8e55f3f

Browse files
committed
switch to Kenneth-KT version of google visual r
1 parent 3c4e3de commit 8e55f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gemspec
88
# TODO: later we will use the recent version of daru gem.
99
gem "daru", '0.2.0'
1010
gem "nyaplot", git: 'https://github.com/SciRuby/nyaplot.git'
11-
gem 'google_visualr', git: 'https://github.com/winston/google_visualr.git'
11+
gem 'google_visualr_rails5'
1212

1313
gem 'daru-data_tables', git: 'https://github.com/Shekharrajak/daru-data_tables.git'
1414

daru-view.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
3636
spec.add_development_dependency 'rubocop'
3737

3838
# fetching latest gem from the Gemfile
39-
spec.add_runtime_dependency 'google_visualr'
39+
spec.add_runtime_dependency 'google_visualr_rails5'
4040
spec.add_runtime_dependency 'lazy_high_charts'
4141
spec.add_runtime_dependency 'daru'
4242
spec.add_runtime_dependency 'nyaplot'

0 commit comments

Comments
 (0)