diff options
| author | Ben Beltran <ben@nsovocal.com> | 2011-10-28 23:01:57 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2011-10-28 23:01:57 -0500 |
| commit | 00ff0af3998fa1592d795a3ba7fa61be5720fd54 (patch) | |
| tree | 183b930cdc69c04f16a50906ea45f10b17d5d1a7 /Gemfile | |
| parent | 9316ecf28350d6f4e22774e9c53283a0628e10a6 (diff) | |
Changes gemfile to avoid versions.
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,12 +1,12 @@ source :rubygems -gem 'sinatra', ">=1.1.0" -gem 'haml', ">=3.0.0" -gem 'less', ">=1.2.0" -gem 'rdiscount', ">=1.6.5" -gem 'dm-core', ">=1.0" -gem 'dm-validations', ">=1.0" -gem 'dm-migrations', ">=1.0" -gem 'dm-timestamps', ">=1.0" -gem 'dm-postgres-adapter', ">=1.0" -gem 'rqr', ">=0.2.2"
\ No newline at end of file +gem 'sinatra' +gem 'haml' +gem 'less' +gem 'rdiscount' +gem 'dm-core' +gem 'dm-validations' +gem 'dm-migrations' +gem 'dm-timestamps' +gem 'dm-postgres-adapter' +gem 'rqr'
\ No newline at end of file |