jlong / serve

Serve is a small Rack-based web server and rapid prototyping framework for Web applications (specifically Rails apps). Serve is meant to be a lightweight version of the Views part of the Rails MVC. This makes Serve an ideal framework for prototyping Rails applications or creating simple websites. Serve has full support for Rails-style partials and layouts.
http://get-serve.com
Other
836 stars 90 forks source link

Update Gemfile to use https://rubygems.org #91

Closed jaimeiniesta closed 11 years ago

jaimeiniesta commented 11 years ago

The source :rubygems is deprecated because HTTP requests are insecure.

jlong commented 11 years ago

This was already merged.