Sha256: 1a70ad9308a65d63bd5350f7aa51852f4e0552d8d1ff27c8956dc49bc14ba3de

Contents?: true

Size: 418 Bytes

Versions: 7

Compression:

Stored size: 418 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in <%=config[:name]%>.gemspec
gemspec

# Optional Gems for testing/dev

# The implementation of ReadWriteLock in Volt uses concurrent ruby and ext helps performance.
gem 'concurrent-ruby-ext', '~> 0.8.0'

# For mongo (optional)
gem 'bson_ext', '~> 1.9.0'

# Gems you use for development should be added to the gemspec file as
# development dependencies.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
volt-0.9.6.pre2 templates/newgem/Gemfile.tt
volt-0.9.6.pre1 templates/newgem/Gemfile.tt
volt-0.9.5 templates/newgem/Gemfile.tt
volt-0.9.5.pre12 templates/newgem/Gemfile.tt
volt-0.9.5.pre11 templates/newgem/Gemfile.tt
volt-0.9.5.pre9 templates/newgem/Gemfile.tt
volt-0.9.5.pre8 templates/newgem/Gemfile.tt