Skip to content

Commit

Permalink
Upgrade ruby-ejs to 1.1.1 for HTML-escaping support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgica authored and Ryan Fitzgerald committed Sep 29, 2012
1 parent d6ca4c8 commit 088c8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -37,7 +37,7 @@ GEM
execjs execjs
coffee-script-source (1.2.0) coffee-script-source (1.2.0)
columnize (0.3.6) columnize (0.3.6)
ejs (1.0.0) ejs (1.1.1)
erubis (2.7.0) erubis (2.7.0)
execjs (1.3.0) execjs (1.3.0)
multi_json (~> 1.0) multi_json (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion backbone-rails.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|


s.add_dependency('railties', '>= 3.1.0') s.add_dependency('railties', '>= 3.1.0')
s.add_dependency('coffee-script', '~> 2.2.0') s.add_dependency('coffee-script', '~> 2.2.0')
s.add_dependency('ejs', '~> 1.0.0') s.add_dependency('ejs', '~> 1.1.1')


s.require_paths = ['lib'] s.require_paths = ['lib']
end end

0 comments on commit 088c8f3

Please sign in to comment.