Skip to content

Commit 976dd5d

Browse files
committed
fix: remove Gemfile.lock and update gem versions in Dockerfile
1 parent 0075303 commit 976dd5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ RUN echo "Searching for OpenStudio installation..." \
8686
&& sed -i 's/, :github => .*//' /var/oscli/Gemfile \
8787
&& sed -i 's/gem .rubocop., .*/gem "rubocop", "= 1.50.0"/' /var/oscli/Gemfile \
8888
&& sed -i 's/gem .json., .*/gem "json", "~> 2.3"/' /var/oscli/Gemfile \
89+
&& rm /var/oscli/Gemfile.lock \
8990
&& ln -s ${OPENSTUDIO_FOLDER} /usr/local/openstudio-${OPENSTUDIO_VERSION}
9091

9192
ENV RUBYLIB=/usr/local/openstudio-${OPENSTUDIO_VERSION}/Ruby

0 commit comments

Comments
 (0)