Skip to content

Commit

Permalink
Merge a55eaab into 6e60d27
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Sep 24, 2019
2 parents 6e60d27 + a55eaab commit fd41f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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', '< 6']
rails_version = ['>= 5.2.0']

Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
Expand Down
2 changes: 1 addition & 1 deletion testing/refinerycms-testing.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")

s.add_dependency 'refinerycms-core', version
s.add_dependency 'database_cleaner', '~> 1.6'
s.add_dependency 'database_cleaner', '>= 1.6'
s.add_dependency 'factory_bot_rails', '~> 4.8'
s.add_dependency 'rspec-rails', '~> 3.5'
s.add_dependency 'capybara', '>= 2.18'
Expand Down

0 comments on commit fd41f44

Please sign in to comment.