Skip to content

Commit

Permalink
enforce rails < 4.2
Browse files Browse the repository at this point in the history
(See: rubysherpas#217)
Rails 4.2 use ```destroyed?``` within ```update_column```.
  • Loading branch information
littldr committed Apr 10, 2015
1 parent 1318b34 commit 100e02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paranoia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "paranoia"

s.add_dependency "activerecord", "~> 4.0"
s.add_dependency "activerecord", "~> 4.0", "< 4.2"

s.add_development_dependency "bundler", ">= 1.0.0"
s.add_development_dependency "rake"
Expand Down

0 comments on commit 100e02c

Please sign in to comment.