Update some deps

This commit is contained in:
Thomas Reynolds 2015-01-03 14:32:21 -06:00
parent eb1a658b25
commit 302a891bbb
2 changed files with 4 additions and 4 deletions

View file

@ -138,7 +138,7 @@ Feature: Minify Javascript
</script>
<script type='text/javascript'>
//<!--
!function(){line(),here()}();
!function(){one,line(),here()}();
//-->
</script>
<script type='text/html'>

View file

@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency('hooks', ['~> 0.3'])
# Helpers
s.add_dependency('activesupport', ['~> 4.1.0'])
s.add_dependency('activesupport', ['~> 4.2.0'])
s.add_dependency('padrino-helpers', ['~> 0.12.3'])
s.add_dependency("addressable", ["~> 2.3.5"])
@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_dependency('listen', ['>= 2.7.9', '< 3.0'])
# i18n
s.add_dependency('i18n', ['~> 0.6.9'])
s.add_dependency('i18n', ['~> 0.7.0'])
# Automatic Image Sizes
s.add_dependency('fastimage', ['~> 1.6.2'])
@ -47,7 +47,7 @@ Gem::Specification.new do |s|
s.add_dependency('compass-import-once', ['~> 1.0.4'])
# Minify JS
s.add_dependency('uglifier', ['~> 2.5'])
s.add_dependency('uglifier', ['~> 2.6'])
s.add_dependency('execjs', ['~> 2.0'])
# Testing