Sha256: f1e9976551412508b7d45b4c92050ed3c60f7c8b0a337f5a9983886dbd92d5b8
Contents?: true
Size: 480 Bytes
Versions: 2
Compression:
Stored size: 480 Bytes
Contents
source 'https://rubygems.org' gemspec gem 'tabulatr2', path: './' gem 'jquery-rails' gem 'slim' group :development do gem 'better_errors' gem 'binding_of_caller' end group :development, :test do gem 'sqlite3', :require => 'sqlite3' gem 'rspec' gem 'rspec-rails' gem 'capybara' gem 'launchy' gem 'database_cleaner', '< 1.1.0' gem 'poltergeist' gem 'sass-rails', '~> 4.0.0' gem 'bootstrap-sass', github: 'thomas-mcdonald/bootstrap-sass', branch: '3' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tabulatr2-0.8.4 | Gemfile |
tabulatr2-0.8.3 | Gemfile |