-
Notifications
You must be signed in to change notification settings - Fork 6
/
Gemfile.orig
54 lines (44 loc) · 1.18 KB
/
Gemfile.orig
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
source 'https://rubygems.org'
#gemspec
<<<<<<< HEAD
ruby '2.1.2'
#gem 'mongo', '~> 1', require: false
#gem 'bson_ext', '~> 1', require: false
=======
>>>>>>> devready
gem 'distribution', '~> 0'
#TODO: Check out this for a repacement of of statistics2
#TODO: https://github.com/thirtysixthspan/descriptive_statistics
gem 'statistics2', '~> 0'
gem 'debase', '~> 0'
gem 'aquarium', '~> 0'
gem 'thor', '~> 0'
gem 'awesome_print', '~> 1'
gem 'deep_dive', '~> 0'
# So our console can have name completion
gem 'bond', '~> 0.5'
gem 'rb-readline', '~> 0.5'
gem 'queue_ding', '>= 0'
group :development do
gem 'rspec', '~> 2'
gem 'yard', '~> 0'
gem 'guard', '~> 2'
gem 'guard-rspec', '~> 4'
gem 'semver', '~> 1'
<<<<<<< HEAD
gem "juwelier", "~> 2"
gem "simplecov", '~> 0'
#gem 'debugger'
#gem 'ruby-debug-ide', '~> 1'
=======
gem 'juwelier', '~> 2'
gem 'simplecov', '~> 0'
>>>>>>> devready
end
#======================================================
#= Ancillary libraries
# For demo purposes, we include the gosu library, but
# don't want this to be part of the mainstream.
gem 'gosu', '~> 0', require: false
# So we can generate some nice graphics.
gem 'rubyvis', '~> 0', require: false