Skip to content

Commit

Permalink
Use the latest bundle when testing solidus installation
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Sep 29, 2023
1 parent e4ae444 commit ecdd51a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,15 @@ commands:
- run:
name: "Cleanup & check rails version"
command: |
sudo gem update --system
gem install bundler -v"~> 2.4"
gem environment path
rm -rf /tmp/my_app /tmp/.ruby-versions # cleanup previous runs
rm -rf /tmp/my_app /tmp/.gems-versions # cleanup previous runs
ruby -v >> /tmp/.ruby-versions
gem --version >> /tmp/.gems-versions
bundle --version >> /tmp/.gems-versions
gem search -eq rails >> /tmp/.gems-versions # get the latest rails from rubygems
gem search -eq solidus >> /tmp/.gems-versions # get the latest solidus from rubygems
Expand Down

0 comments on commit ecdd51a

Please sign in to comment.