Sha256: f709ef081e39e4542aa1581a6278955418d6d5dacbfdce7159ea205dbb6b74cb
Contents?: true
Size: 870 Bytes
Versions: 1
Compression:
Stored size: 870 Bytes
Contents
source 'http://rubygems.org' gem 'rails', '3.0.7' gem 'pg' #gem 'mysql' gem 'datatable', :path => "../" gem "jquery-rails" # # ruby-debug can't be installed using bundler on Linx under rvm with Ruby 1.9 because it # tries to download header files to folders not owned by the current user. The easiest # way to work around this is to put ruby-debug in an optional group and that can be # excluded when bundle install is run. # # bundle install --exclude=debug # # If you want you can install ruby-debug manually in this situation # # gem install ruby-debug19 -- --with-ruby-include=$rvm_path/src/$RUBY_VERSION/ # group :test, :development do gem 'require_relative' gem 'ruby-debug', :platform => :ruby_18 gem 'rake', '0.8.7' gem "i18n" gem "webrat" gem "activesupport" gem "rspec" gem "rspec-rails" gem "factory_girl_rails" gem "webrat" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datatable-0.2pre6 | example_app/Gemfile |