Skip to content

Commit b60f976

Browse files
committed
Fix appraisals and bundle exec in build script
1 parent 353b2b9 commit b60f976

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bin/release

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010

1111
printf "# frozen_string_literal: true\n\nmodule SolidCache\n VERSION = \"$VERSION\"\nend\n" > ./lib/solid_cache/version.rb
1212
bundle
13-
appraisal
13+
bundle exec appraisal
1414
git add Gemfile.lock lib/solid_cache/version.rb gemfiles/rails*
1515
git commit -m "Bump version for $VERSION"
1616
git push

gemfiles/rails_7.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GIT
4545
PATH
4646
remote: ..
4747
specs:
48-
solid_cache (0.5.2)
48+
solid_cache (0.5.3)
4949
activejob (>= 7)
5050
activerecord (>= 7)
5151
railties (>= 7)

gemfiles/rails_7_1.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GIT
5050
PATH
5151
remote: ..
5252
specs:
53-
solid_cache (0.5.2)
53+
solid_cache (0.5.3)
5454
activejob (>= 7)
5555
activerecord (>= 7)
5656
railties (>= 7)

gemfiles/rails_main.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GIT
5050
PATH
5151
remote: ..
5252
specs:
53-
solid_cache (0.5.2)
53+
solid_cache (0.5.3)
5454
activejob (>= 7)
5555
activerecord (>= 7)
5656
railties (>= 7)

0 commit comments

Comments
 (0)