-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Segmentation fault at 0x00000000000030 #30
Comments
-- Control frame information ----------------------------------------------- -- Ruby level backtrace information ---------------------------------------- -- C level backtrace information ------------------------------------------- -- Other runtime information -----------------------------------------------
This is the error which I am getting |
Do you have some more information? Which operating system? Which USB
device? Which kernel version?
Ruby-2.1.1 is ancient. I recommend to update ruby and OS first, before
continuing.
…On Thu, Oct 4, 2018, 12:42 arkit1234 ***@***.***> wrote:
-- Control frame information
-----------------------------------------------
c:0028 p:---- s:0115 e:000114 CFUNC :libusb_get_device_list
c:0027 p:0035 s:0110 e:000109 METHOD
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/libusb-0.2.2/lib/libusb/context.rb:68
c:0026 p:0011 s:0103 e:000102 METHOD
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/libusb-0.2.2/lib/libusb/context.rb:109
c:0025 p:0023 s:0099 e:000098 METHOD
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/magtek_card_reader-1.0.0/lib/magtek_card_reader/list.rb:5
c:0024 p:0011 s:0095 e:000094 EVAL (irb):1 [FINISH]
c:0023 p:---- s:0093 e:000092 CFUNC :eval
c:0022 p:0024 s:0086 e:000085 METHOD
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/workspace.rb:86
c:0021 p:0025 s:0079 e:000077 METHOD
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/context.rb:380
c:0020 p:0022 s:0073 e:000072 BLOCK
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb:492
c:0019 p:0040 s:0065 e:000064 METHOD
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb:624
c:0018 p:0009 s:0060 e:000059 BLOCK
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb:489
c:0017 p:0118 s:0056 e:000055 BLOCK
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/ruby-lex.rb:247 [FINISH]
c:0016 p:---- s:0053 e:000052 CFUNC :loop
c:0015 p:0007 s:0050 e:000049 BLOCK
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/ruby-lex.rb:233 [FINISH]
c:0014 p:---- s:0048 e:000047 CFUNC :catch
c:0013 p:0015 s:0044 e:000043 METHOD
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/ruby-lex.rb:232
c:0012 p:0030 s:0041 E:0008e8 METHOD
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb:488
c:0011 p:0008 s:0038 e:000037 BLOCK
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb:397 [FINISH]
c:0010 p:---- s:0036 e:000035 CFUNC :catch
c:0009 p:0143 s:0032 E:0026d8 METHOD
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb:396
c:0008 p:0173 s:0027 e:000026 METHOD
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/console.rb:110
c:0007 p:0011 s:0024 e:000023 METHOD
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/console.rb:9
c:0006 p:0092 s:0020 e:000019 METHOD
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:68
c:0005 p:0033 s:0016 e:000015 METHOD
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:39
c:0004 p:0116 s:0012 e:000011 TOP
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands.rb:17
[FINISH]
c:0003 p:---- s:0008 e:000007 CFUNC :require
c:0002 p:0056 s:0004 E:001598 EVAL bin/rails:8 [FINISH]
c:0001 p:0000 s:0002 E:0023a8 TOP [FINISH]
-- Ruby level backtrace information
----------------------------------------
bin/rails:8:in <main>' bin/rails:8:inrequire'
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands.rb:17:in
<top (required)>'
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:39:in
run_command!'
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:68:in
console'
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/console.rb:9:in
start'
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/console.rb:110:in
start' /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb:396:instart'
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb:396:in catch'
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb:397:inblock in
start'
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb:488:in eval_input'
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/ruby-lex.rb:232:in
each_top_level_statement'
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/ruby-lex.rb:232:in catch'
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/ruby-lex.rb:233:inblock
in each_top_level_statement'
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/ruby-lex.rb:233:in loop'
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/ruby-lex.rb:247:inblock
(2 levels) in each_top_level_statement'
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb:489:in block in
eval_input' /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb:624:in
signal_status'
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb:492:in block (2
levels) in eval_input'
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/context.rb:380:in
evaluate'
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/workspace.rb:86:in evaluate'
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/workspace.rb:86:in
eval'
(irb):1:in irb_binding'
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/magtek_card_reader-1.0.0/lib/magtek_card_reader/list.rb:5:in
available_devices'
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/libusb-0.2.2/lib/libusb/context.rb:109:in
devices'
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/libusb-0.2.2/lib/libusb/context.rb:68:in
device_list'
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/libusb-0.2.2/lib/libusb/context.rb:68:in
`libusb_get_device_list'
-- C level backtrace information
-------------------------------------------
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1e15fc)
[0x7fb8490c45fc] vm_dump.c:685
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x76f73)
[0x7fb848f59f73] error.c:307
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(rb_bug+0xb3)
[0x7fb848f5abc3] error.c:334
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x159dee)
[0x7fb84903cdee] signal.c:704
/lib/x86_64-linux-gnu/libc.so.6(+0x36d40) [0x7fb848b54d40]
/lib/x86_64-linux-gnu/libpthread.so.0(pthread_mutex_lock+0x4)
[0x7fb84890a414] Pointer.c:206
/usr/lib/x86_64-linux-gnu/libusb-1.0.so(libusb_get_device_list+0x9c)
[0x7fb83e19d7fc]
/usr/lib/x86_64-linux-gnu/libffi.so.6(ffi_call_unix64+0x4c)
[0x7fb83f774adc] Struct.c:188
/usr/lib/x86_64-linux-gnu/libffi.so.6(ffi_call+0x1fc) [0x7fb83f77440c]
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/ffi-1.9.25/lib/ffi_c.so(rbffi_CallFunction+0x11f)
[0x7fb83e3bbfcf] Call.c:433
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/ffi-1.9.25/lib/ffi_c.so(+0xaf96)
[0x7fb83e3baf96] MethodHandle.c:232
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d7ae1)
[0x7fb8490baae1] vm_insnhelper.c:1470
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1cfa44)
[0x7fb8490b2a44] insns.def:1028
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d35ec)
[0x7fb8490b65ec] vm.c:1304
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d3c4a)
[0x7fb8490b6c4a] vm_eval.c:1288
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d41ef)
[0x7fb8490b71ef] vm_eval.c:1329
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d7ae1)
[0x7fb8490baae1] vm_insnhelper.c:1470
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1cfa44)
[0x7fb8490b2a44] insns.def:1028
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d35ec)
[0x7fb8490b65ec] vm.c:1304
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1da591)
[0x7fb8490bd591] vm.c:732
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(rb_rescue2+0x10e)
[0x7fb848f6293e] eval.c:751
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1c9a8e)
[0x7fb8490aca8e] vm_eval.c:1042
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d7ae1)
[0x7fb8490baae1] vm_insnhelper.c:1470
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d0385)
[0x7fb8490b3385] insns.def:999
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d35ec)
[0x7fb8490b65ec] vm.c:1304
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1da924)
[0x7fb8490bd924] vm.c:732
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1ccb4a)
[0x7fb8490afb4a] vm_eval.c:1858
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(rb_catch_obj+0xc)
[0x7fb8490afbbc] vm_eval.c:1837
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1ccc6e)
[0x7fb8490afc6e] vm_eval.c:1823
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d7ae1)
[0x7fb8490baae1] vm_insnhelper.c:1470
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d0385)
[0x7fb8490b3385] insns.def:999
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d35ec)
[0x7fb8490b65ec] vm.c:1304
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1da924)
[0x7fb8490bd924] vm.c:732
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1ccb4a)
[0x7fb8490afb4a] vm_eval.c:1858
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(rb_catch_obj+0xc)
[0x7fb8490afbbc] vm_eval.c:1837
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1ccc6e)
[0x7fb8490afc6e] vm_eval.c:1823
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d7ae1)
[0x7fb8490baae1] vm_insnhelper.c:1470
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d0385)
[0x7fb8490b3385] insns.def:999
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d35ec)
[0x7fb8490b65ec] vm.c:1304
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(rb_iseq_eval+0x1a9)
[0x7fb8490bf3c9] vm.c:1549
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x82630)
[0x7fb848f65630] load.c:615
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(rb_require_safe+0x57e)
[0x7fb848f66dde] load.c:644
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d7ae1)
[0x7fb8490baae1] vm_insnhelper.c:1470
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1cfa44)
[0x7fb8490b2a44] insns.def:1028
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x1d35ec)
[0x7fb8490b65ec] vm.c:1304
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(rb_iseq_eval_main+0x1f6)
[0x7fb8490bf636] vm.c:1562
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(+0x7d10a)
[0x7fb848f6010a] eval.c:253
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(ruby_exec_node+0x1d)
[0x7fb848f620ad] eval.c:318
/usr/local/rvm/rubies/ruby-2.1.1/lib/libruby.so.2.1(ruby_run_node+0x1c)
[0x7fb848f644dc] eval.c:310
/usr/local/rvm/rubies/ruby-2.1.1/bin/ruby() [0x40088b] main.c:36
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fb848b3fec5]
/usr/local/rvm/rubies/ruby-2.1.1/bin/ruby() [0x4008b9] main.c:38
-- Other runtime information
-----------------------------------------------
-
Loaded script: bin/rails
-
Loaded features:
0 enumerator.so
1
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
2
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
3
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/rbconfig.rb
4 thread.rb
5
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/thread.so
6
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/compatibility.rb
7
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/defaults.rb
8
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/deprecate.rb
9
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/errors.rb
10
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/version.rb
11
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/requirement.rb
12
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/platform.rb
13
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/basic_specification.rb
14
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/stub_specification.rb
15
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/util/stringio.rb
16
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/specification.rb
17
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/exceptions.rb
18
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
19 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/monitor.rb
20
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb
21
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems.rb
22
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/pathname.so
23 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/pathname.rb
24 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/constants.rb
25
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/dependency.rb
26
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/path_support.rb
27
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/io/console.so
28
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/user_interaction.rb
29 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/etc.so
30
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/config_file.rb
31
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/ext/build_error.rb
32
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/ext/builder.rb
33
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/ext/configure_builder.rb
34 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/fileutils.rb
35 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/delegate.rb
36 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tmpdir.rb
37 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tempfile.rb
38
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/ext/ext_conf_builder.rb
39
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/ext/rake_builder.rb
40 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/optparse.rb
41
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/command.rb
42
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/ext/cmake_builder.rb
43
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/ext.rb
44 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/rubygems_integration.rb
45 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/current_ruby.rb
46 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/shared_helpers.rb
47 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/gem_path_manipulation.rb
48 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/gem_helpers.rb
49 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/match_platform.rb
50 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/rubygems_ext.rb
51 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/version.rb
52 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler.rb
53 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/uri/common.rb
54 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/uri/generic.rb
55 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/uri/ftp.rb
56 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/uri/http.rb
57 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/uri/https.rb
58 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/uri/ldap.rb
59 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/uri/ldaps.rb
60 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/uri/mailto.rb
61 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/uri.rb
62 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/settings.rb
63
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/digest.so
64 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/digest.rb
65
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
66 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/set.rb
67 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/definition.rb
68 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/dependency.rb
69 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/ruby_dsl.rb
70 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/dsl.rb
71 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/source_list.rb
72 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/source.rb
73
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/socket.so
74 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/socket.rb
75 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/timeout.rb
76 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/protocol.rb
77 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/zlib.so
78
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/stringio.so
79
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/http/exceptions.rb
80 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/http/header.rb
81
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/http/generic_request.rb
82 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/http/request.rb
83 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/http/requests.rb
84 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/http/response.rb
85
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/http/responses.rb
86
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/http/proxy_delta.rb
87 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/http/backward.rb
88 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/http.rb
89
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/date_core.so
90 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/date/format.rb
91 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/date.rb
92 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/time.rb
93
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/request/http_pool.rb
94
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/request/https_pool.rb
95
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/request/connection_pools.rb
96
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/request.rb
97 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/cgi/core.rb
98 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/cgi/util.rb
99 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/cgi/cookie.rb
100 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/cgi.rb
101
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/uri_formatter.rb
102
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/fcntl.so
103
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/openssl.so
104 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/openssl/bn.rb
105 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/openssl/cipher.rb
106 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/openssl/config.rb
107 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/openssl/digest.rb
108 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/openssl/x509.rb
109
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/openssl/buffering.rb
110 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/openssl/ssl.rb
111 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/openssl.rb
112 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/securerandom.rb
113 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/resolv.rb
114
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/remote_fetcher.rb
115
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/text.rb
116
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/name_tuple.rb
117
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/spec_fetcher.rb
118 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/source/rubygems.rb
119 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/source/path.rb
120 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/source/git.rb
121
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/strscan.so
122 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/lockfile_parser.rb
123 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/lazy_specification.rb
124 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb
125 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/forwardable.rb
126 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/spec_set.rb
127 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/environment.rb
128 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/runtime.rb
129 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/dep_proxy.rb
130 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/index.rb
131 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/remote_specification.rb
132 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/endpoint_specification.rb
133 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/source/git/git_proxy.rb
134 ***@***.***_rails4
/gems/bundler-1.9.5/lib/bundler/setup.rb
135 /var/www/apps/wl-admin/releases/20181003140820/config/boot.rb
136
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb
137 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/e2mmap.rb
138 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/init.rb
139 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/workspace.rb
140 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/inspector.rb
141 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/context.rb
142
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/extend-command.rb
143
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/output-method.rb
144 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/notifier.rb
145 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/slex.rb
146 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/ruby-token.rb
147 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/ruby-lex.rb
148 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/src_encoding.rb
149 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/magic-file.rb
150
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/readline.so
151 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/input-method.rb
152 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/locale.rb
153 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb.rb
154 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/irb/completion.rb
155
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/console.rb
156
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/ruby_version_check.rb
157
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/version.rb
158
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_delegator.rb
159
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe.rb
160
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/array/prepend_and_append.rb
161
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/hash/deep_merge.rb
162
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/hash/except.rb
163
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/hash/slice.rb
164
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/version.rb
165
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/exceptions.rb
166
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb
167
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n.rb
168
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/lazy_load_hooks.rb
169
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/config.rb
170
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/i18n.rb
171
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/non_concurrent_cache_backend.rb
172
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/mri_cache_backend.rb
173
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/cache.rb
174
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/inflector/inflections.rb
175
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/inflections.rb
176
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/inflector/methods.rb
177
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/dependencies/autoload.rb
178
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/gem_version.rb
179
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/version.rb
180
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/array/extract_options.rb
181
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/module/attribute_accessors.rb
182
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/concern.rb
183
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/logger_silence.rb
184 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/logger.rb
185
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/logger.rb
186
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support.rb
187 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/singleton.rb
188
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/kernel/singleton_class.rb
189
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/module/delegation.rb
190
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/deprecation/instance_delegator.rb
191
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/notifications/instrumenter.rb
192 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/mutex_m.rb
193
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/notifications/fanout.rb
194
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/per_thread_registry.rb
195
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/notifications.rb
196
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/deprecation/behaviors.rb
197
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/deprecation/reporting.rb
198
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/module/aliasing.rb
199
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/deprecation/method_wrappers.rb
200
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/deprecation/proxy_wrappers.rb
201
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/module/deprecation.rb
202
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/deprecation.rb
203
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/kernel/reporting.rb
204 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/exception.rb
205
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/syntax_error.rb
206
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/psych.so
207 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/omap.rb
208 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/set.rb
209
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/class_loader.rb
210
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/scalar_scanner.rb
211 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/nodes/node.rb
212
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/nodes/stream.rb
213
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/nodes/document.rb
214
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/nodes/sequence.rb
215
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/nodes/scalar.rb
216
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/nodes/mapping.rb
217
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/nodes/alias.rb
218 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/nodes.rb
219 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/streaming.rb
220
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/visitors/visitor.rb
221
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/visitors/to_ruby.rb
222
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/visitors/emitter.rb
223 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/handler.rb
224
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/tree_builder.rb
225
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/visitors/yaml_tree.rb
226
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/json/ruby_events.rb
227
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/visitors/json_tree.rb
228
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/visitors/depth_first.rb
229 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/visitors.rb
230 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/parser.rb
231 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/coder.rb
232 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/y.rb
233 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/core_ext.rb
234 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/deprecated.rb
235 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/stream.rb
236
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/json/yaml_events.rb
237
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/json/tree_builder.rb
238
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/json/stream.rb
239
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych/handlers/document_stream.rb
240 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/psych.rb
241 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/yaml.rb
242
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/hash/keys.rb
243
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/blank.rb
244
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/key_generator.rb
245 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/base64.rb
246
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/security_utils.rb
247
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/message_verifier.rb
248
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/initializable.rb
249
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/ordered_options.rb
250
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/acts_like.rb
251
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/bigdecimal.so
252
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/duplicable.rb
253
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/deep_dup.rb
254
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/itself.rb
255
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/try.rb
256
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/inclusion.rb
257
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/to_query.rb
258
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/to_param.rb
259
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/multibyte.rb
260
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/string/multibyte.rb
261
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/inflector/transliterate.rb
262
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/string/inflections.rb
263
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/date_time/calculations.rb
264
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/xml_mini/rexml.rb
265
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/xml_mini.rb
266
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/array/conversions.rb
267
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/time/acts_like.rb
268
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/duration.rb
269
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_core_support.rb
270
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/offset_rationals.rb
271
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb
272
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_definition.rb
273
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_offset.rb
274
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition.rb
275
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition_definition.rb
276
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_index_definition.rb
277
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_info.rb
278
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone_info.rb
279
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone_info.rb
280
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb
281
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_timezone_info.rb
282
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/data_source.rb
283
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_data_source.rb
284
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_data_source.rb
285
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_period.rb
286
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone.rb
287
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/info_timezone.rb
288
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone.rb
289
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone.rb
290
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_proxy.rb
291
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country_index_definition.rb
292
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country_info.rb
293
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_country_info.rb
294
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_country_info.rb
295
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country.rb
296
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country_timezone.rb
297
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo.rb
298
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/values/time_zone.rb
299
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/time/conversions.rb
300
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/time_with_zone.rb
301
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/date_and_time/zones.rb
302
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/time/zones.rb
303
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/date_and_time/calculations.rb
304
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/date/zones.rb
305
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/date/calculations.rb
306
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/time/calculations.rb
307
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/time/marshal.rb
308
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/time.rb
309
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/date/acts_like.rb
310
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/module/remove_method.rb
311
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/date/conversions.rb
312
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/date.rb
313
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/date_time/acts_like.rb
314
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/date_time/conversions.rb
315
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/date_time/zones.rb
316
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/date_time.rb
317
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/numeric/time.rb
318
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/integer/time.rb
319
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/string/conversions.rb
320
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/string/zones.rb
321
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/time.rb
322
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/array/wrap.rb
323
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/hash/reverse_merge.rb
324
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/hash/conversions.rb
325
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/conversions.rb
326
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/instance_variables.rb
327
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/json-1.8.3/lib/json/version.rb
328 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/ostruct.rb
329
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/json-1.8.3/lib/json/generic_object.rb
330
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/json-1.8.3/lib/json/common.rb
331
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/enc/utf_16be.so
332
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/enc/utf_16le.so
333
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/enc/utf_32be.so
334
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-linux/enc/utf_32le.so
335
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/json-1.8.3/lib/json/ext/parser.so
336
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/json-1.8.3/lib/json/ext/generator.so
337
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/json-1.8.3/lib/json/ext.rb
338
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/json-1.8.3/lib/json.rb
339 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/bigdecimal/util.rb
340
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/big_decimal/conversions.rb
341
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/json.rb
342
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/option_merger.rb
343
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/with_options.rb
344
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object.rb
345
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/paths.rb
346
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/rack.rb
347
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/configuration.rb
348
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/inflector.rb
349
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/module/introspection.rb
350
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/railtie.rb
351
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/engine/railties.rb
352
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/engine.rb
353
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/application.rb
354
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/gem_version.rb
355
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/version.rb
356
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/file_update_checker.rb
357
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/railtie/configuration.rb
358
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/i18n_railtie.rb
359
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/railtie.rb
360
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/class/attribute.rb
361
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/rails.rb
362
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/actionpack-4.2.6/lib/action_pack/gem_version.rb
363
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/actionpack-4.2.6/lib/action_pack/version.rb
364
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/actionpack-4.2.6/lib/action_pack.rb
365
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/rack-1.6.4/lib/rack/multipart.rb
366
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/rack-1.6.4/lib/rack/utils.rb
367
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/rack-1.6.4/lib/rack.rb
368
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/actionpack-4.2.6/lib/action_dispatch.rb
369
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/actionpack-4.2.6/lib/action_dispatch/railtie.rb
370
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails.rb
371
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activemodel-4.2.6/lib/active_model/gem_version.rb
372
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activemodel-4.2.6/lib/active_model/version.rb
373
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activemodel-4.2.6/lib/active_model.rb
374
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/crud.rb
375
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/factory_methods.rb
376
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/expressions.rb
377
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/predications.rb
378
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/window_predications.rb
379
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/math.rb
380
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/alias_predication.rb
381
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/order_predications.rb
382
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/table.rb
383
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/attributes/attribute.rb
384
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/attributes.rb
385
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/compatibility/wheres.rb
386
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/visitor.rb
387
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/depth_first.rb
388
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/reduce.rb
389
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/to_sql.rb
390
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/sqlite.rb
391
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/postgresql.rb
392
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/mysql.rb
393
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/mssql.rb
394
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/oracle.rb
395
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/where_sql.rb
396
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/dot.rb
397
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/ibm_db.rb
398
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/informix.rb
399
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors.rb
400
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/collectors/plain_string.rb
401
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/collectors/sql_string.rb
402
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/tree_manager.rb
403
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/insert_manager.rb
404
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/select_manager.rb
405
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/update_manager.rb
406
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/delete_manager.rb
407
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/node.rb
408
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/select_statement.rb
409
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/select_core.rb
410
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/insert_statement.rb
411
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/update_statement.rb
412
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/bind_param.rb
413
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/terminal.rb
414
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/true.rb
415
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/false.rb
416
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/unary.rb
417
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/grouping.rb
418
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/ascending.rb
419
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/descending.rb
420
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/unqualified_column.rb
421
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/with.rb
422
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/binary.rb
423
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/equality.rb
424
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/in.rb
425
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/join_source.rb
426
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/delete_statement.rb
427
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/table_alias.rb
428
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/infix_operation.rb
429
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/over.rb
430
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/matches.rb
431
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/and.rb
432
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/function.rb
433
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/count.rb
434
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/extract.rb
435
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/values.rb
436
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/named_function.rb
437
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/window.rb
438
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/full_outer_join.rb
439
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/inner_join.rb
440
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/outer_join.rb
441
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/right_outer_join.rb
442
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/string_join.rb
443
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/sql_literal.rb
444
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes.rb
445
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel.rb
446
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/gem_version.rb
447
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/version.rb
448
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/attribute.rb
449
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/attribute_set/builder.rb
450
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/attribute_set.rb
451
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/enumerable.rb
452
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/string/filters.rb
453
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activemodel-4.2.6/lib/active_model/attribute_methods.rb
454
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/attribute_methods.rb
455
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/decorator.rb
456
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/mutable.rb
457
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/numeric.rb
458
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/time_value.rb
459
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/value.rb
460
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/integer.rb
461
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/big_integer.rb
462
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/binary.rb
463
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/boolean.rb
464
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/date.rb
465
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/date_time.rb
466
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/decimal.rb
467
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/decimal_without_scale.rb
468
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/float.rb
469
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/serialized.rb
470
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/string.rb
471
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/text.rb
472
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/time.rb
473
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/unsigned_integer.rb
474
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/type_map.rb
475
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type/hash_lookup_type_map.rb
476
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/type.rb
477 /usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb
478
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/benchmark.rb
479
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/schema_cache.rb
480
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/schema_dumper.rb
481
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/string/strip.rb
482
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/schema_creation.rb
483
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/arel-6.0.3/lib/arel/collectors/bind.rb
484
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/quoting.rb
485
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/database_statements.rb
486
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/errors.rb
487
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/migration.rb
488
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/migration/join_table.rb
489
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/string/access.rb
490
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/schema_definitions.rb
491
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/schema_statements.rb
492
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/database_limits.rb
493
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/query_cache.rb
494
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/descendants_tracker.rb
495
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/callbacks.rb
496
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract_adapter.rb
497
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record/scoping.rb
498
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.6/lib/active_record.rb
499
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activemodel-4.2.6/lib/active_model/railtie.rb
500
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/module/attr_internal.rb
501
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/module/anonymous.rb
502
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/actionpack-4.2.6/lib/abstract_controller.rb
503
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/actionpack-4.2.6/lib/action_dispatch/http/filter_redirect.rb
504
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/rack-1.6.4/lib/rack/request.rb
505
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/rack-1.6.4/lib/rack/body_proxy.rb
506
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/rack-1.6.4/lib/rack/response.rb
507
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/actionpack-4.2.6/lib/action_dispatch/http/cache.rb
508
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/actionpack-4.2.6/lib/action_dispatch/http/response.rb
509
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/json/decoding.rb
510
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/json/encoding.rb
511
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/json.rb
512
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/actionpack-4.2.6/lib/action_controller/metal/live.rb
513
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/hash_with_indifferent_access.rb
514
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/core_ext/hash/indifferent_access.rb
515
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/rescuable.rb
516
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/actionpack-4.2.6/lib/action_dispatch/http/upload.rb
517
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/mock_session.rb
518
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test/cookie_jar.rb
519
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test/mock_digest_request.rb
520
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test/utils.rb
521
/var/www/apps/wl-admin/shared/bundle/ruby/2.1.0/gems/rack-test-0.6.3/li
|
I am using Ubuntu 16.04 x64 and I want to interface Magtek cc swiper using Libusb gem |
@arkit1234 Have you been able to solve the above issue? Maybe by a more recent ruby version? |
Can anyone tell me the reason and solution to this problem?
The text was updated successfully, but these errors were encountered: