Skip to content

Commit

Permalink
Update Gemspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanstout committed Oct 17, 2015
1 parent f97f546 commit 8349abf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'http://rubygems.org'
gemspec

# volt-mongo gem for testing
gem 'volt-mongo', path: '/Users/ryanstout/Sites/volt/apps/volt-mongo'
gem 'volt-mongo'

# Use rbnacl for message bus encrpytion
# (optional, if you don't need encryption, disable in app.rb and remove)
Expand Down
2 changes: 1 addition & 1 deletion spec/apps/kitchen_sink/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'volt', path: '../../../'

# volt uses mongo as the default data store.
gem 'volt-mongo', path: '/Users/ryanstout/Sites/volt/apps/volt-mongo'
gem 'volt-mongo'

# The following gem's are optional for themeing
# Twitter bootstrap
Expand Down
3 changes: 0 additions & 3 deletions templates/newgem/Gemfile.tt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ gemspec
# 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.
1 change: 0 additions & 1 deletion templates/project/Gemfile.tt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ platform :mri, :mingw, :x64_mingw do

# Thin is the default volt server, Puma is also supported
gem 'thin', '~> 1.6.0'
gem 'bson_ext', '~> 1.9.0'
end

group :production do
Expand Down

0 comments on commit 8349abf

Please sign in to comment.