diff options
author | Matthew Eagar <meagar@gmail.com> | 2017-01-25 10:27:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-25 10:27:37 -0500 |
commit | 255babc98b650db7469653aba6405a60efc9e608 (patch) | |
tree | 82b8a1fe278d81bb11266648c44e55db5f53c46c /Gemfile | |
parent | e524327e510996ad741ba44c5403fe7353519e40 (diff) | |
parent | c6f7c18e25a7fb3719ae15c2d3662e340f63c164 (diff) | |
download | rails-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-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |