Sha256: 45378bc5c4da3f2bdffe943991972f4ffbb1327a8214baad0ef444ced804983b

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

source "http://rubygems.org"

gem 'rubydoctest', :git => 'git://github.com/bryanlarsen/rubydoctest.git'
gem 'rails', '3.2.12'
gemspec :path => "../dryml"
gemspec :path => "../hobo_support"
gemspec :path => "../hobo_fields"
gemspec
gem 'will_paginate', :git => 'git://github.com/Hobo/will_paginate.git'
platform :ruby do
  gem 'sqlite3'
end
platform :jruby do
  gem 'activerecord-jdbcsqlite3-adapter'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hobo-2.0.1 Gemfile
hobo-2.0.0 Gemfile