Sha256: dce8edda3567fdd9a1ecdcca3862db20b2713001fe5df09b461c76cfe91653cd
Contents?: true
Size: 700 Bytes
Versions: 5
Compression:
Stored size: 700 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 'best_in_place', :path => ".." # 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' # end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
best_in_place-0.1.9 | test_app/Gemfile |
best_in_place-0.1.8 | test_app/Gemfile |
best_in_place-0.1.7 | test_app/Gemfile |
best_in_place-0.1.6 | test_app/Gemfile |
best_in_place-0.1.5 | test_app/Gemfile |