Skip to content

Commit

Permalink
Fix appraisals and bundle exec in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
djmb committed Feb 29, 2024
1 parent 353b2b9 commit b60f976
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

printf "# frozen_string_literal: true\n\nmodule SolidCache\n VERSION = \"$VERSION\"\nend\n" > ./lib/solid_cache/version.rb
bundle
appraisal
bundle exec appraisal
git add Gemfile.lock lib/solid_cache/version.rb gemfiles/rails*
git commit -m "Bump version for $VERSION"
git push
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GIT
PATH
remote: ..
specs:
solid_cache (0.5.2)
solid_cache (0.5.3)
activejob (>= 7)
activerecord (>= 7)
railties (>= 7)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GIT
PATH
remote: ..
specs:
solid_cache (0.5.2)
solid_cache (0.5.3)
activejob (>= 7)
activerecord (>= 7)
railties (>= 7)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GIT
PATH
remote: ..
specs:
solid_cache (0.5.2)
solid_cache (0.5.3)
activejob (>= 7)
activerecord (>= 7)
railties (>= 7)
Expand Down

0 comments on commit b60f976

Please sign in to comment.