Skip to content

Commit e49a6be

Browse files
bricesanchezparndt
authored andcommitted
Now use Rails ['>= 5.2.0', '< 6']
1 parent b7a54d6 commit e49a6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)