Sha256: 03f75cd85e0156c9889c1d1f60496c6ce9c770af6ce37b9634a8d8fd0ab44f0c

Contents?: true

Size: 869 Bytes

Versions: 8

Compression:

Stored size: 869 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

8 entries across 8 versions & 1 rubygems

Version Path
datatable-0.2pre5 example_app/Gemfile
datatable-0.2pre4 example_app/Gemfile
datatable-0.2pre3 example_app/Gemfile
datatable-0.2pre2 example_app/Gemfile
datatable-0.2pre1 example_app/Gemfile
datatable-0.1.1alpha4 example_app/Gemfile
datatable-0.1.1alpha1 example_app/Gemfile
datatable-0.1.0alpha2 example_app/Gemfile