File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
# TODO: later we will use the recent version of daru gem.
9
9
gem "daru" , '0.2.0'
10
10
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 ' , git : 'https://github.com/Kenneth-KT /google_visualr'
12
12
13
13
gem 'daru-data_tables' , git : 'https://github.com/Shekharrajak/daru-data_tables.git'
14
14
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
36
36
spec . add_development_dependency 'rubocop'
37
37
38
38
# fetching latest gem from the Gemfile
39
- spec . add_runtime_dependency 'google_visualr '
39
+ spec . add_runtime_dependency 'google_visualr_rails5 '
40
40
spec . add_runtime_dependency 'lazy_high_charts'
41
41
spec . add_runtime_dependency 'daru'
42
42
spec . add_runtime_dependency 'nyaplot'
You can’t perform that action at this time.
0 commit comments