Sha256: d2fdc967d24840f220f3ca68c1bac09668ea63f6c277cac2e0c47ac1fd26c064
Contents?: true
Size: 664 Bytes
Versions: 1
Compression:
Stored size: 664 Bytes
Contents
source 'http://rubygems.org' gemspec # volt-mongo gem for testing gem 'volt-mongo' group :development do # For testing the kitchen sink app # Twitter bootstrap gem 'volt-bootstrap' # Simple theme for bootstrap, remove to theme yourself. gem 'volt-bootstrap_jumbotron_theme' # For testing gem 'volt-fields' # For testing gem 'volt-user_templates' # For running rubocop gem 'rubocop', require: false end group :development, :test do gem 'bson_ext' # For running tests gem 'thin' end platform :mri do # The implementation of ReadWriteLock in Volt uses concurrent ruby and ext helps performance. gem 'concurrent-ruby-ext' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
volt-0.9.3.pre1 | Gemfile |