Skip to content

Commit

Permalink
Update the gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMooney committed Aug 27, 2024
1 parent 44364be commit 6921045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pg_ha_migrations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "pg"
spec.add_development_dependency "db-query-matchers", "~> 0.12.0"
spec.add_development_dependency "db-query-matchers", "~> 0.13.0"
spec.add_development_dependency "pry"
spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "appraisal", "~> 2.5"

spec.add_dependency "rails", ">= 6.1", "< 7.3"
spec.add_dependency "relation_to_struct", ">= 1.5.1"
spec.add_dependency "relation_to_struct", ">= 1.9.1"
spec.add_dependency "ruby2_keywords"
end

0 comments on commit 6921045

Please sign in to comment.