Skip to content

Commit 2f6cc65

Browse files
authored
Merge pull request rails#54734 from yahonda/bump_bundler
Bump bundler inside the devcontainer
2 parents a4065fb + b162377 commit 2f6cc65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.devcontainer/boot.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
22

3+
bundle update --bundler
34
bundle install
45

56
if [ -n "${NVM_DIR}" ]; then

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,4 +815,4 @@ DEPENDENCIES
815815
websocket-client-simple
816816

817817
BUNDLED WITH
818-
2.5.16
818+
2.6.5

0 commit comments

Comments
 (0)