Skip to content

Commit

Permalink
Fix bin/setup to use bundle exec appraisal update; run update
Browse files Browse the repository at this point in the history
  • Loading branch information
tcannonfodder committed Jul 2, 2023
1 parent 763f5b8 commit 67c4a06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -vx
bundle install

# Do any other automated setup that you need to do here
bundle exec appraisal install
bundle exec appraisal update
2 changes: 2 additions & 0 deletions gemfiles/rails_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ group :development, :test do
gem "debug"
gem "rake", "~> 13.0"
gem "rubocop", "~> 1.21"
gem "yard"
gem "webrick"
end

group :test do
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ group :development, :test do
gem "debug"
gem "rake", "~> 13.0"
gem "rubocop", "~> 1.21"
gem "yard"
gem "webrick"
end

group :test do
Expand Down

0 comments on commit 67c4a06

Please sign in to comment.