Sha256: c1daaa08ce86339b99137f271c04b86bc9f7ef828ddf43e85a63b985e1acca1b
Contents?: true
Size: 536 Bytes
Versions: 4
Compression:
Stored size: 536 Bytes
Contents
source 'http://rubygems.org' gem 'rails', '3.0.10' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'sqlite3' gem 'jquery-rails' gem 'bootstrap_helpers' group :test do gem 'rspec-rails', ">=2.5.0" gem 'capybara', :git=>'git://github.com/jnicklas/capybara.git' gem 'guard-rspec' gem 'libnotify', :require => false if RUBY_PLATFORM =~ /linux/i gem 'rb-inotify', :require => false if RUBY_PLATFORM =~ /linux/i gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_helpers-0.0.9 | test_app/Gemfile |
bootstrap_helpers-0.0.8 | test_app/Gemfile |
bootstrap_helpers-0.0.7 | test_app/Gemfile |
bootstrap_helpers-0.0.5 | test_app/Gemfile |