Skip to content

Commit

Permalink
Now use Rails ['>= 5.2.0', '< 6']
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez authored and parndt committed Jun 13, 2018
1 parent b7a54d6 commit e49a6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/refinerycms-core.gemspec
Expand Up @@ -2,7 +2,7 @@
require File.expand_path('../../core/lib/refinery/version', __FILE__)

version = Refinery::Version.to_s
rails_version = ['>= 5.2.0.rc2', '< 6']
rails_version = ['>= 5.2.0', '< 6']

Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
Expand Down

0 comments on commit e49a6be

Please sign in to comment.