game tryout
This commit is contained in:
14
Gemfile
14
Gemfile
@ -9,22 +9,12 @@ gem 'volt-mongo', '~> 0.1.0'
|
||||
# Twitter bootstrap
|
||||
gem 'volt-bootstrap', '~> 0.0.10'
|
||||
|
||||
# Simple theme for bootstrap, remove to theme yourself.
|
||||
gem 'volt-bootstrap_jumbotron_theme', '~> 0.1.0'
|
||||
|
||||
# Use rbnacl for message bus encrpytion
|
||||
# (optional, if you don't need encryption, disable in app.rb and remove)
|
||||
#
|
||||
# Message Bus encryption is not supported on Windows at the moment.
|
||||
platform :ruby, :jruby do
|
||||
gem 'rbnacl', require: false
|
||||
gem 'rbnacl-libsodium', require: false
|
||||
end
|
||||
|
||||
# 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 'opal-phaser' , :path => "../opal-phaser"
|
||||
|
||||
group :test do
|
||||
# Testing dependencies
|
||||
gem 'rspec', '~> 3.2.0'
|
||||
|
Reference in New Issue
Block a user