Sha256: d1ea6d49427045bb500246b470352d6acd4c60455f6584061c5c8378c928d24a

Contents?: true

Size: 414 Bytes

Versions: 5

Compression:

Stored size: 414 Bytes

Contents

# 0.9.2 to 0.9.3

Add the following to your gemfile:

```ruby
# Use rbnacl for message bus encrpytion
# (optional, if you don't need encryption, disable in app.rb and remove)
gem 'rbnacl', require: false
gem 'rbnacl-libsodium', require: false

# Asset compilation gems, they will be required when needed.
gem 'csso-rails', '~> 0.3.4', require: false
gem 'uglifier', '>= 2.4.0', require: false

gem 'volt-mongo'
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
volt-0.9.3 docs/UPGRADE_GUIDE.md
volt-0.9.3.pre6 docs/UPGRADE_GUIDE.md
volt-0.9.3.pre5 docs/UPGRADE_GUIDE.md
volt-0.9.3.pre4 docs/UPGRADE_GUIDE.md
volt-0.9.3.pre3 docs/UPGRADE_GUIDE.md