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 committed Jun 2, 2018
1 parent e186938 commit 164c441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/refinerycms-core.gemspec
Original file line number Diff line number Diff line change
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 164c441

Please sign in to comment.