aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/activerecord.gemspec
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-04-29 12:03:14 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-04-29 12:03:14 -0300
commit9848e8916f74df3f64d223d1300053698730aa53 (patch)
tree3b7a2a54f0515de6fdf389ffef695b2f581148d0 /activerecord/activerecord.gemspec
parenta91bde349f736477e3ed44845655e377edaf44bb (diff)
downloadrails-9848e8916f74df3f64d223d1300053698730aa53.tar.gz
rails-9848e8916f74df3f64d223d1300053698730aa53.tar.bz2
rails-9848e8916f74df3f64d223d1300053698730aa53.zip
Bump activerecord-deprecated_finders. Fixes #10304
Diffstat (limited to 'activerecord/activerecord.gemspec')
-rw-r--r--activerecord/activerecord.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec
index ce403d7a36..337106cb92 100644
--- a/activerecord/activerecord.gemspec
+++ b/activerecord/activerecord.gemspec
@@ -25,5 +25,5 @@ Gem::Specification.new do |s|
s.add_dependency 'activemodel', version
s.add_dependency 'arel', '~> 4.0.0'
- s.add_dependency 'activerecord-deprecated_finders', '~> 1.0.1'
+ s.add_dependency 'activerecord-deprecated_finders', '~> 1.0.2'
end