Sha256: 41f0512e14d27e424c560548b5975b8f778b9cddcaed062273d959ab165c9419

Contents?: true

Size: 613 Bytes

Versions: 9

Compression:

Stored size: 613 Bytes

Contents

source 'http://rubygems.org'

gem 'rails', '3.1.0'

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

gem 'sqlite3'


# Gems used only for assets and not required
# in production environments by default.
group :assets do
  gem 'sass-rails', "  ~> 3.1.0"
  gem 'coffee-rails', "~> 3.1.0"
  gem 'uglifier'
end

gem 'jquery-rails'

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

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'

group :test do
  # Pretty printed test output
  gem 'turn', :require => false
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
codesake-dawn-0.85 spec/support/hello_world_3.1.0/Gemfile
codesake-dawn-0.80.0 spec/support/hello_world_3.1.0/Gemfile
codesake-dawn-0.79.99 spec/support/hello_world_3.1.0/Gemfile
codesake-dawn-0.77 spec/support/hello_world_3.1.0/Gemfile
codesake-dawn-0.75 spec/support/hello_world_3.1.0/Gemfile
codesake-dawn-0.72 spec/support/hello_world_3.1.0/Gemfile
codesake-dawn-0.70 spec/support/hello_world_3.1.0/Gemfile
codesake-dawn-0.60 spec/support/hello_world_3.1.0/Gemfile
codesake-dawn-0.50 spec/support/hello_world_3.1.0/Gemfile