aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-25 16:29:20 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-25 16:29:20 -0300
commitefabcb4cb4de2fff1e17baa2e4097f5ef470e1b4 (patch)
tree163956e38c130ab21e7ee3eb4ae129593ad32f7d /Gemfile
parentcf863ce27c92da1cefa03a29f006abeeebe80106 (diff)
downloadrails-efabcb4cb4de2fff1e17baa2e4097f5ef470e1b4.tar.gz
rails-efabcb4cb4de2fff1e17baa2e4097f5ef470e1b4.tar.bz2
rails-efabcb4cb4de2fff1e17baa2e4097f5ef470e1b4.zip
I released 0.0.3 some time ago
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5f166a3dac..9388dcf808 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,7 @@ gem 'jquery-rails', '~> 2.2.0'
gem 'turbolinks'
gem 'coffee-rails', github: 'rails/coffee-rails'
-gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders', branch: 'master'
+gem 'activerecord-deprecated_finders', '~> 0.0.3'
# Needed for compiling the ActionDispatch::Journey parser
gem 'racc', '>=1.4.6', require: false