mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-05 10:31:30 -06:00
Merge pull request #1105 from dolthub/db/peg-gem-bundler
/MySQLDockerfile: peg version to match Gemfile.lock BUNDLED WITH
This commit is contained in:
@@ -83,7 +83,7 @@ RUN cpanm DBD::mysql
|
||||
COPY ./mysql-client-tests/ruby/Gemfile /mysql-client-tests/ruby/
|
||||
COPY ./mysql-client-tests/ruby/Gemfile.lock /mysql-client-tests/ruby/
|
||||
WORKDIR /mysql-client-tests/ruby
|
||||
RUN gem install bundler
|
||||
RUN gem install bundler -v 2.1.4
|
||||
RUN bundle install
|
||||
|
||||
# install dolt from source
|
||||
|
||||
Reference in New Issue
Block a user