Skip to content

Commit

Permalink
Updated Sinatra to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed Mar 21, 2013
1 parent 0d39404 commit 9bb81e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion padrino-core/padrino-core.gemspec
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
if ENV["SINATRA_EDGE"]
s.add_dependency("sinatra")
else
s.add_dependency("sinatra", "~> 1.4.1")
s.add_dependency("sinatra", "~> 1.4.2")
end
s.add_dependency("http_router", "~> 0.11.0")
s.add_dependency("thor", "~> 0.17.0")
Expand Down
2 changes: 1 addition & 1 deletion padrino-gen/lib/padrino-gen/generators/templates/static
Submodule static updated 1 files
+74 −76 ujs/jquery.js

0 comments on commit 9bb81e2

Please sign in to comment.