Sha256: 7b1be322a8dccfe1955956effa6061d17ec6c42b503f00279714980569eca076
Contents?: true
Size: 617 Bytes
Versions: 6
Compression:
Stored size: 617 Bytes
Contents
source 'http://rubygems.org' gemspec 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
volt-0.9.2 | Gemfile |
volt-0.9.1 | Gemfile |
volt-0.9.1.pre5 | Gemfile |
volt-0.9.1.pre4 | Gemfile |
volt-0.9.1.pre3 | Gemfile |
volt-0.9.1.pre2 | Gemfile |