-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathGemfile
More file actions
30 lines (26 loc) · 687 Bytes
/
Copy pathGemfile
File metadata and controls
30 lines (26 loc) · 687 Bytes
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
source "https://rubygems.org"
gem "debugger-ruby_core_source"
gem 'require_all'
gem 'tmx', '0.1.2'
gem 'rb-readline'
gem 'pry'
gem 'pry-remote'
# gem 'pry-debugger'
gem "gosu", '0.13.3'
gem "gamebox", git: 'https://github.com/shawn42/gamebox.git'
gem "conject", '>= 0.0.8'
gem 'kvo', '0.1.0'
gem "mocha"
gem "rspec", '2.14.1'
gem "rspec-core", '2.14.1'
gem "rspec-mocks", '2.14.1'
gem "rspec-expectations", '2.14.1'
gem "rake"
gem "simplecov", require: false
# gem 'listen', '0.5.3'
# gem 'rb-fsevent', '~> 0.9.1'
# gem 'perftools.rb'
# gem "ruby-prof"
# gem 'releasy', '0.2.2'
# TURD to allow debugger to compile for newest version of ruby 1.9.3
# gem 'debugger-linecache', '1.1.1'