Skip to content

Commit

Permalink
Loosen dependencies to allow Rails 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Dec 22, 2014
1 parent 5441303 commit 3c663f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion authentication/refinerycms-authentication.gemspec
Expand Up @@ -2,7 +2,7 @@
require File.expand_path('../../core/lib/refinery/version', __FILE__)

version = Refinery::Version.to_s
rails_version = ['>= 4.0.2', '< 4.2']
rails_version = ['>= 4.1.5', '< 4.3']

Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
Expand Down
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 = '~> 4.1.5'
rails_version = ['>= 4.1.5', '< 4.3']

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

0 comments on commit 3c663f2

Please sign in to comment.