Skip to content

Commit

Permalink
updating bundler version
Browse files Browse the repository at this point in the history
Signed-off-by: RoyShravani <[email protected]>
  • Loading branch information
RoyShravani committed Jan 16, 2025
1 parent 1c2cbfc commit ce090e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bk_tests/bk_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ asdf local erlang 24.3.2
erl -eval 'erlang:display(erlang:system_info(otp_release)), halt().' -noshell

echo "Installing Bundler"
gem install bundler --version '~> 1.17' --no-document
gem install bundler --version '~> 2.1' --no-document

echo "Installing Lua"
export LUALIB=~/.luarocks/lib/lua/5.2
Expand Down

0 comments on commit ce090e9

Please sign in to comment.