Skip to content

Commit

Permalink
Add appraisal gemfile after release
Browse files Browse the repository at this point in the history
  • Loading branch information
djmb committed Jan 8, 2024
1 parent 1c9b331 commit 7887e4a
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
printf "module SolidCache\n VERSION = \"$VERSION\"\nend\n" > ./lib/solid_cache/version.rb
bundle
appraisal
git add Gemfile.lock lib/solid_cache/version.rb
git add Gemfile.lock lib/solid_cache/version.rb gemfiles/rails*
git commit -m "Bump version for $VERSION"
git push
git tag v$VERSION
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"
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.2.0)
solid_cache (0.3.0)
activejob (>= 7)
activerecord (>= 7)
railties (>= 7)
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"
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.2.0)
solid_cache (0.3.0)
activejob (>= 7)
activerecord (>= 7)
railties (>= 7)
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/rails_main.gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"
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.2.0)
solid_cache (0.3.0)
activejob (>= 7)
activerecord (>= 7)
railties (>= 7)
Expand Down

0 comments on commit 7887e4a

Please sign in to comment.