Sha256: 1e3ed7c81267c37020949094730a2cbbf1d244eb97d0338483f96d60ca2c0835

Contents?: true

Size: 717 Bytes

Versions: 5

Compression:

Stored size: 717 Bytes

Contents

source 'http://rubygems.org'

gem 'rails', '3.0.0'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3-ruby', :require => 'sqlite3'

gem 'restfulie'

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug'


# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'

# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
  gem 'webrat'
  gem "rspec-rails", ">= 2.0.0.beta.19"
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
restfulie-nosqlite-1.0.4 full-examples/rest_from_scratch/part_2/Gemfile
restfulie-1.1.1 full-examples/rest_from_scratch/part_2/Gemfile
restfulie-1.1.0 full-examples/rest_from_scratch/part_2/Gemfile
restfulie-nosqlite-1.0.3 full-examples/rest_from_scratch/part_2/Gemfile
restfulie-1.0.3 full-examples/rest_from_scratch/part_2/Gemfile