diff options
| author | Ben Beltran <ben@nsovocal.com> | 2011-10-28 23:16:07 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2011-10-28 23:16:07 -0500 |
| commit | b316fed18eb47c27fcdbf8e2da4b248a6e00ce37 (patch) | |
| tree | 315115efa7949a849521ed913a5ceb97a7014e89 /Gemfile | |
| parent | 4ef7d69d69de5799c7176cf88fce2fbb2d471c25 (diff) | |
Fixes some versions that weren't found.
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ source :rubygems gem 'sinatra', "1.1.0" gem 'haml', "3.0.0" -gem 'less', "1.2.0" +gem 'less' gem 'rdiscount', "1.6.5" gem 'dm-core', "1.0" gem 'dm-validations', "1.0" |