Sha256: ae94aba2a7a6b76b91979857bfd874c84c97ff947ba39104a47ef3b235145061

Contents?: true

Size: 636 Bytes

Versions: 10

Compression:

Stored size: 636 Bytes

Contents

# A sample Gemfile
source "http://rubygems.org"

gem 'activerecord', '=3.0.6', :require => 'active_record'
gem 'activesupport', '=3.0.6', :require => 'active_support'
gem 'sqlite3-ruby', '=1.3.1'
gem "will_paginate", "~> 3.0.pre2"
gem 'jeweler', '=1.4.0'

gem 'ruby-debug', '=0.10.3'
gem 'ruby-debug-base', '=0.10.3'
gem 'machinist', '=1.0.6'
gem "rspec", "~> 2"
gem 'test-unit', '=1.2.3'
gem 'rr', '~>1.0.2'

gem 'i18n', :require => 'I18n' # required by Faker
gem 'faker', '=0.9.5'


# Required by the ActiveSupport::Cache::FileStore.
# Get a "no such file to load -- rack/utils" otherwise.
gem 'rack'

gem 'arid_cache', :path => "./"

Version data entries

10 entries across 5 versions & 1 rubygems

Version Path
arid_cache-1.4.4 Gemfile.rails3
arid_cache-1.4.4 Gemfile
arid_cache-1.4.3 Gemfile
arid_cache-1.4.3 Gemfile.rails3
arid_cache-1.4.2 Gemfile.rails3
arid_cache-1.4.2 Gemfile
arid_cache-1.4.1 Gemfile.rails3
arid_cache-1.4.1 Gemfile
arid_cache-1.4.0 Gemfile
arid_cache-1.4.0 Gemfile.rails3