Skip to content

Commit

Permalink
Allow up to 5.1 versioned migrations
Browse files Browse the repository at this point in the history
manageiq isn't yet on rails 5.2 so it can't process 5.2 versioned
migrations as seen at least once already, such as ManageIQ#379.

ManageIQ/manageiq#18076 is adding rails 5.1
support to manageiq, so let's change schema to 5.1 for now while we work
on 5.2 for manageiq.
  • Loading branch information
jrafanie committed Jun 19, 2019
1 parent 88dfe84 commit e076e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency "more_core_extensions", "~> 3.5"
s.add_dependency "pg"
s.add_dependency "pg-pglogical", "~> 2.1.1"
s.add_dependency "rails", ">= 5.0.7.1", "!= 5.2.0.x", "!= 5.2.1.0", "< 5.3"
s.add_dependency "rails", ">= 5.0.7.1", "< 5.2"

s.add_development_dependency "codeclimate-test-reporter", "~> 1.0.0"
s.add_development_dependency "rspec"
Expand Down

0 comments on commit e076e6a

Please sign in to comment.