diff options
| author | Ben Beltran <ben@nsovocal.com> | 2011-10-28 23:14:27 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2011-10-28 23:14:27 -0500 |
| commit | 4ef7d69d69de5799c7176cf88fce2fbb2d471c25 (patch) | |
| tree | caa9a9dd8690a0faf110b1b9417d85d8a236dae8 /Gemfile | |
| parent | cd5057c95de07e24ad06a2acce28b3d5763caccd (diff) | |
Forces some versions in gemfile.
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,12 +1,12 @@ source :rubygems -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 +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 |