]> git.r.bdr.sh - rbdr/grita/commitdiff
Changes gemfile to avoid versions.
authorBen Beltran <redacted>
Sat, 29 Oct 2011 04:01:57 +0000 (23:01 -0500)
committerBen Beltran <redacted>
Sat, 29 Oct 2011 04:01:57 +0000 (23:01 -0500)
Gemfile

diff --git a/Gemfile b/Gemfile
index c5e2123501ae57b1d5e9e3fea279d6fff46769bf..7cc88a54eda9385a83aab385824a209f0311d228 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -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