diff options
author | Sean Griffin <sean@thoughtbot.com> | 2014-10-30 09:45:29 -0600 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2014-10-30 09:47:15 -0600 |
commit | b6a025551910621ef8e86aba88a09161ed0a6fd3 (patch) | |
tree | 4001c36e10990da88eaa2809fa0c9679cca11535 /Gemfile | |
parent | 7cf4d5465deb48f448000e9b484a150261e1054f (diff) | |
download | rails-b6a025551910621ef8e86aba88a09161ed0a6fd3.tar.gz rails-b6a025551910621ef8e86aba88a09161ed0a6fd3.tar.bz2 rails-b6a025551910621ef8e86aba88a09161ed0a6fd3.zip |
Use `#between`, rather than `#in` for passing Ranges to Arel
Passing ranges to `#in` has been deprecated in Arel.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ gem 'rack-cache', '~> 1.2' gem 'jquery-rails', '~> 4.0.0.beta2' gem 'coffee-rails', '~> 4.1.0' gem 'turbolinks' +gem 'arel', github: 'rails/arel', branch: 'master' # require: false so bcrypt is loaded only when has_secure_password is used. # This is to avoid ActiveModel (and by extension the entire framework) |