-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
49 lines (44 loc) · 1.11 KB
/
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
40
41
42
43
44
45
46
47
48
49
source 'https://rubygems.org'
# mingw32
gem "activerecord", "2.3.15"
gem "activesupport", "2.3.15"
# gem "columnize", "0.3.6"
gem "configatron", "3.2.0"
gem "little-plugger", "1.1.3"
# gem "logging", "1.7.2"
gem "logging", "1.8.2"
gem "pg", "0.15.0"
# gem "rubyzip", "0.9.9"
gem "rubyzip", '~> 1.1.3'
# gem "sqlite3", "1.3.6"
gem "sqlite3", '~> 1.3.9'
gem "wxruby-ruby19", "2.0.1"
# gem "yamler", "0.1.0"
# gem 'win32-service', '~> 0.8.4'
# gem "thor", "0.17.0"
gem "thor", '~> 0.19.1'
# gem "ocra", "1.3.0"
gem "ocra", '~> 1.3.1'
group :development do
gem "pry"
end
# osx
#gem 'memcache-client', '>= 1.7.4'
#gem 'builder', '~> 2.1.2'
#gem 'tzinfo', '~> 0.3.12'
#gem 'i18n', '>= 0.4.1'
#gem "activerecord", "2.3.18"
#gem "activesupport", "2.3.18"
#gem "columnize", "0.3.1"
#gem "configatron", "2.6.3"
#gem "little-plugger", "1.1.2"
#gem "logging", "1.4.3"
#gem "pg", "0.9.0"
#gem "rubyzip", "0.9.4"
#gem "sqlite3", "1.3.3"
##gem "wxruby-ruby19", "2.0.1"
#gem "yamler", "0.1.0"
#gem "thor", "0.14.6"
##gem "debugger", "1.5.0", :require => "ruby-debug"
##gem "debugger-linecache", "1.2.0"
##gem "debugger-ruby_core_source", "1.2.0"