aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthew Eagar <meagar@gmail.com>2017-01-25 10:27:37 -0500
committerGitHub <noreply@github.com>2017-01-25 10:27:37 -0500
commit255babc98b650db7469653aba6405a60efc9e608 (patch)
tree82b8a1fe278d81bb11266648c44e55db5f53c46c /Gemfile
parente524327e510996ad741ba44c5403fe7353519e40 (diff)
parentc6f7c18e25a7fb3719ae15c2d3662e340f63c164 (diff)
downloadrails-255babc98b650db7469653aba6405a60efc9e608.tar.gz
rails-255babc98b650db7469653aba6405a60efc9e608.tar.bz2
rails-255babc98b650db7469653aba6405a60efc9e608.zip
Merge branch 'master' into fix-missing-partial-iteration
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e810e0357e..2a42a4aea0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -51,6 +51,9 @@ gem "dalli", ">= 2.2.1"
gem "listen", ">= 3.0.5", "< 3.2", require: false
gem "libxml-ruby", platforms: :ruby
+# Action View. For testing Erubis handler deprecation.
+gem "erubis", "~> 2.7.0", require: false
+
# Active Job.
group :job do
gem "resque", github: "resque/resque", require: false