forked from voltrb/volt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
39 lines (29 loc) · 956 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
source 'http://rubygems.org'
gemspec
# gem 'rspec', '3.0.0.beta1'
# gem 'opal', git: 'https://github.com/opal/opal.git'
# gem 'opal-jquery', :git => 'https://github.com/opal/opal-jquery.git'
#---------------------
# Needed at the moment
gem 'volt-sockjs', require: false, platforms: :mri
# gem 'thor'
# gem 'rack'
# gem 'sprockets'
# gem 'sprockets-sass'
# gem 'sass'
# gem 'mongo', require: false
# gem 'pry', require: false
# gem 'thin', require: false, platforms: :mri
# Json parsing with multi_json, et al
# gem 'multi_json'
# gem 'oj', :platforms => :mri, :require => false
# gem 'jrjackson', :platforms => :jruby, :require => false
# gem 'rake', '10.0.4'
# # Needed to get opal to work on rbx
# gem 'racc', platforms: :rbx
group :development do
# gem 'guard', '2.0.1' # bug in current guard
# gem 'guard-rspec'
# gem 'opal-rspec', '0.3.0.beta2'#, git: 'https://github.com/adambeynon/opal-rspec.git'
# gem 'yard', require: false
end