Skip to content

Commit bd78944

Browse files
committed
Bundler is now a default gem with RubyGems 3
1 parent 3d85f95 commit bd78944

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ci/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ WORKDIR /usr/src/app
1111
COPY . .
1212

1313
RUN gem update --system
14-
RUN gem uninstall bundler
1514
RUN gem install bundler
1615
RUN bundle install
1716
RUN bundle exec rake bundle:clean

0 commit comments

Comments
 (0)