Skip to content

Commit

Permalink
Upgrade appraisal to fix bundle issue
Browse files Browse the repository at this point in the history
No such file or directory @ rb_sysopen -
/home/rkrage/pg_ha_migrations/gemfiles/rails_6.1.gemfile.lock
(Errno::ENOENT)
  • Loading branch information
rkrage committed Apr 22, 2024
1 parent ae48a07 commit c854ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg_ha_migrations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "db-query-matchers", "~> 0.12.0"
spec.add_development_dependency "pry"
spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "appraisal", "~> 2.2.0"
spec.add_development_dependency "appraisal", "~> 2.5"

spec.add_dependency "rails", ">= 6.1", "< 7.2"
spec.add_dependency "relation_to_struct", ">= 1.5.1"
Expand Down

0 comments on commit c854ab6

Please sign in to comment.