Skip to content

Commit

Permalink
change actionmailer dependency to avoid dependency conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama authored and cwise committed Nov 16, 2013
1 parent fc3aa05 commit d543eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentication/refinerycms-authentication.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 = ['>= 3.1.3', '< 3.3']
rails_version = ['>= 3.1.11', '< 3.3'] | 0.upto(11).map{|i| "!= 3.2.#{i}"}

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

0 comments on commit d543eb1

Please sign in to comment.