Skip to content

Commit 5d33f73

Browse files
committed
Update charty
1 parent 1675926 commit 5d33f73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datascience/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN \
126126
gem install numpy -v ">= 0.4.0" && \
127127
gem install matplotlib -v ">= 1.2.0" && \
128128
gem install pandas -v ">= 0.3.8" && \
129-
gem install charty -v ">= 0.2.11" && \
129+
gem install charty -v ">= 0.2.12" && \
130130
gem install red-datasets -v ">= 0.1.4" && \
131131
gem install unicode_plot -v ">= 0.0.5" && \
132132
\

minimal/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ RUN \
127127
gem install numpy -v ">= 0.4.0" && \
128128
gem install matplotlib -v ">= 1.2.0" && \
129129
gem install pandas -v ">= 0.3.8" && \
130-
gem install charty -v ">= 0.2.11" && \
130+
gem install charty -v ">= 0.2.12" && \
131131
gem install red-datasets -v ">= 0.1.4" && \
132132
gem install unicode_plot -v ">= 0.0.5" && \
133133
\

0 commit comments

Comments
 (0)