Skip to content

Commit decce15

Browse files
committed
Now use Rails ['>= 5.2.0', '< 6']
1 parent 9d47cd1 commit decce15

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
@@ -2,7 +2,7 @@
22
require File.expand_path('../../core/lib/refinery/version', __FILE__)
33

44
version = Refinery::Version.to_s
5-
rails_version = ['>= 5.2.0.rc2', '< 6']
5+
rails_version = ['>= 5.2.0', '< 6']
66

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

0 commit comments

Comments
 (0)