Skip to content

Commit b31d093

Browse files
Revert: "TEMP be sure we run against rails 6" (#3521)
Reverted 1430e8f - "TEMP be sure we run against rails 6" Seems like this shouldn't have been left in the code. The main readme says `An open source content management system for Rails 5.1+` So far as I can tell, refinery should support at least rails 5.2 and rails 6.X If this is not a correct understanding, I would urge the readme to be updated appropriately.
1 parent 04f07c1 commit b31d093

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/refinerycms-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require File.expand_path('../core/lib/refinery/version', __dir__)
44

55
version = Refinery::Version.to_s
6-
rails_version = ['>= 6.0.0', '< 7']
6+
rails_version = ['>= 5.2.0', '< 7']
77

88
Gem::Specification.new do |s|
99
s.platform = Gem::Platform::RUBY

0 commit comments

Comments
 (0)