X-Git-Url: https://git.r.bdr.sh/rbdr/grita/blobdiff_plain/5573b3c2672a04d58a91ce1c74f9c543e14fb423..8aee5d71386821b34a2ff7df28e610fe04037c09:/Gemfile?ds=inline diff --git a/Gemfile b/Gemfile index 7043675..90fde98 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +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-timestamps', ">=1.0" -gem 'dm-mysql-adapter', ">=1.0" \ No newline at end of file +gem 'sinatra', "1.1.0" +gem 'haml', "3.0.0" +gem 'less' +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