Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Installing a Ruby Development Environment Installing a Ruby Development Environment Installing Ruby on Mac

Dana Leventhal
PLUS
Dana Leventhal
Courses Plus Student 13,120 Points

Connecting to rails server

Hi Guys, Now I got through everything, but when I run bin/rails server i get a error message of: Warning: You're using Rubygems 2.0.14 with Spring. Upgrade to at least Rubygems 2.1.0 and run gem pristine --all for better startup performance. /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/common.rb:67: [BUG] Segmentation fault

The welcome aboard message does not come in my browser. Can you help me figure out what im doing wrong? Thank you! DL

4 Answers

Try running gem update --system, and then running your app again. Might not fix it, but worth a shot.

Dana Leventhal
PLUS
Dana Leventhal
Courses Plus Student 13,120 Points

Thanks Ryan, tried that, still didnt work ;/ appreciate the feedback though!

Dana Leventhal
PLUS
Dana Leventhal
Courses Plus Student 13,120 Points

here is the full code if anyone can help me out: danas-air:soleteam danaleventhal$ bin/rails server Warning: You're using Rubygems 2.0.14 with Spring. Upgrade to at least Rubygems 2.1.0 and run gem pristine --all for better startup performance. /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/common.rb:67: [BUG] Segmentation fault ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-darwin13.4.0]

-- Crash Report log information -------------------------------------------- See Crash Report log file under the one of following: * ~/Library/Logs/CrashReporter * /Library/Logs/CrashReporter * ~/Library/Logs/DiagnosticReports * /Library/Logs/DiagnosticReports the more detail of.

-- Control frame information ----------------------------------------------- c:0045 p:---- s:0159 e:000158 CFUNC :initialize c:0044 p:---- s:0157 e:000156 CFUNC :new c:0043 p:0075 s:0154 e:000151 METHOD /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/common.rb:67 c:0042 p:0070 s:0143 e:000141 CLASS /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/ext.rb:17 c:0041 p:0011 s:0140 e:000139 CLASS /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/ext.rb:12 c:0040 p:0057 s:0138 e:000137 TOP /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/ext.rb:9 [FINISH] c:0039 p:---- s:0136 e:000135 CFUNC :require c:0038 p:0019 s:0132 e:000131 CLASS /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json.rb:58 c:0037 p:0017 s:0130 e:000129 TOP /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json.rb:54 [FINISH] c:0036 p:---- s:0128 e:000127 CFUNC :require c:0035 p:0007 s:0124 e:000123 TOP /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object/json.rb:2 [FINISH] c:0034 p:---- s:0122 e:000121 CFUNC :require c:0033 p:0071 s:0118 e:000117 TOP /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object.rb:11 [FINISH] c:0032 p:---- s:0116 e:000115 CFUNC :require c:0031 p:0015 s:0112 e:000111 TOP /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/configuration.rb:2 [FINISH] c:0030 p:---- s:0110 e:000109 CFUNC :require c:0029 p:0015 s:0106 e:000105 TOP /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/railtie.rb:2 [FINISH] c:0028 p:---- s:0104 e:000103 CFUNC :require c:0027 p:0007 s:0100 e:000099 TOP /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/engine.rb:1 [FINISH] c:0026 p:---- s:0098 e:000097 CFUNC :require c:0025 p:0047 s:0094 e:000093 TOP /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/application.rb:6 [FINISH] c:0024 p:---- s:0092 e:000091 CFUNC :require c:0023 p:0063 s:0088 e:000087 TOP /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails.rb:11 [FINISH] c:0022 p:---- s:0086 e:000085 CFUNC :require c:0021 p:0031 s:0082 e:000081 TOP /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/commands/server.rb:4 [FINISH] c:0020 p:---- s:0080 e:000079 CFUNC :require c:0019 p:0014 s:0076 e:000075 METHOD /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/commands/commands_tasks.rb:128 c:0018 p:0015 s:0072 e:000071 METHOD /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/commands/commands_tasks.rb:74 c:0017 p:0033 s:0069 e:000068 METHOD /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/commands/commands_tasks.rb:40 c:0016 p:0116 s:0065 e:000064 TOP /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/commands.rb:17 [FINISH] c:0015 p:---- s:0061 e:000060 CFUNC :require c:0014 p:0056 s:0057 e:000056 TOP /Users/danaleventhal/soleteam/bin/rails:8 [FINISH] c:0013 p:---- s:0055 e:000054 CFUNC :load c:0012 p:0127 s:0051 e:000050 METHOD /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client/rails.rb:27 c:0011 p:0011 s:0047 e:000046 METHOD /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client/command.rb:7 c:0010 p:0015 s:0043 e:000042 METHOD /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client.rb:26 c:0009 p:0292 s:0038 e:000037 TOP /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/bin/spring:48 [FINISH] c:0008 p:---- s:0034 e:000033 CFUNC :load c:0007 p:0122 s:0030 e:000029 TOP /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/binstub.rb:11 [FINISH] c:0006 p:---- s:0025 e:000024 CFUNC :require c:0005 p:0101 s:0021 e:000020 METHOD /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53 c:0004 p:0159 s:0011 e:000010 TOP /Users/danaleventhal/soleteam/bin/spring:16 [FINISH] c:0003 p:---- s:0008 e:000007 CFUNC :load c:0002 p:0020 s:0004 E:001038 EVAL bin/rails:3 [FINISH] c:0001 p:0000 s:0002 E:000e98 TOP [FINISH]

bin/rails:3:in <main>' bin/rails:3:inload' /Users/danaleventhal/soleteam/bin/spring:16:in <top (required)>' /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:inrequire' /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in require' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/binstub.rb:11:in<top (required)>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/binstub.rb:11:in load' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/bin/spring:48:in<top (required)>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client.rb:26:in run' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client/command.rb:7:incall' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client/rails.rb:27:in call' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client/rails.rb:27:inload' /Users/danaleventhal/soleteam/bin/rails:8:in <top (required)>' /Users/danaleventhal/soleteam/bin/rails:8:inrequire' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/commands.rb:17:in <top (required)>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/commands/commands_tasks.rb:40:inrun_command!' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/commands/commands_tasks.rb:74:in server' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/commands/commands_tasks.rb:128:inrequire_command!' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/commands/commands_tasks.rb:128:in require' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/commands/server.rb:4:in<top (required)>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/commands/server.rb:4:in require' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails.rb:11:in<top (required)>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails.rb:11:in require' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/application.rb:6:in<top (required)>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/application.rb:6:in require' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/engine.rb:1:in<top (required)>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/engine.rb:1:in require' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/railtie.rb:2:in<top (required)>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/railtie.rb:2:in require' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/configuration.rb:2:in<top (required)>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/configuration.rb:2:in require' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object.rb:11:in<top (required)>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object.rb:11:in require' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object/json.rb:2:in<top (required)>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object/json.rb:2:in require' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json.rb:54:in<top (required)>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json.rb:58:in <module:JSON>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json.rb:58:inrequire' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/ext.rb:9:in <top (required)>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/ext.rb:12:in<module:JSON>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/ext.rb:17:in <module:Ext>' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/common.rb:67:ingenerator=' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/common.rb:67:in new' /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/common.rb:67:ininitialize'

-- C level backtrace information -------------------------------------------

-- Other runtime information -----------------------------------------------

  • Loaded script: bin/rails

  • Loaded features:

    0 enumerator.so 1 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/enc/encdb.bundle 2 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/enc/trans/transdb.bundle 3 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/rbconfig.rb 4 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/compatibility.rb 5 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/defaults.rb 6 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/deprecate.rb 7 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/errors.rb 8 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/version.rb 9 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/requirement.rb 10 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/platform.rb 11 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/specification.rb 12 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/exceptions.rb 13 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/core_ext/kernel_gem.rb 14 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/thread.rb 15 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/monitor.rb 16 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb 17 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems.rb 18 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/path_support.rb 19 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/dependency.rb 20 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/etc.bundle 21 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb 22 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/pathname.bundle 23 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/pathname.rb 24 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/gem_path_manipulation.rb 25 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/gem_helpers.rb 26 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/match_platform.rb 27 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/rubygems_ext.rb 28 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/user_interaction.rb 29 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/config_file.rb 30 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/rubygems_integration.rb 31 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/version.rb 32 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/constants.rb 33 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/current_ruby.rb 34 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler.rb 35 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/shared_helpers.rb 36 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/settings.rb 37 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/errors.rb 38 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/stringio.bundle 39 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/json.rb 40 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/digest.bundle 41 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/digest.rb 42 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/digest/md5.bundle 43 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/tmpdir.rb 44 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/version.rb 45 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/fiddle.bundle 46 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fiddle/function.rb 47 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fiddle/closure.rb 48 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fiddle.rb 49 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/sid.rb 50 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/configuration.rb 51 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/env.rb 52 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client/command.rb 53 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/socket.bundle 54 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/socket.rb 55 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client/run.rb 56 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client/help.rb 57 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/set.rb 58 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client/binstub.rb 59 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client/stop.rb 60 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client/status.rb 61 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client/rails.rb 62 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client/version.rb 63 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/spring-1.2.0/lib/spring/client.rb 64 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/digest/sha1.bundle 65 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/definition.rb 66 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/dependency.rb 67 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/ruby_dsl.rb 68 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/dsl.rb 69 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/source_list.rb 70 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/source.rb 71 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/uri/common.rb 72 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/uri/generic.rb 73 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/uri/ftp.rb 74 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/uri/http.rb 75 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/uri/https.rb 76 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/uri/ldap.rb 77 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/uri/ldaps.rb 78 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/uri/mailto.rb 79 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/uri.rb 80 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/cgi/core.rb 81 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/cgi/util.rb 82 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/cgi/cookie.rb 83 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/cgi.rb 84 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/fcntl.bundle 85 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/timeout.rb 86 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/openssl.bundle 87 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/openssl/bn.rb 88 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/openssl/cipher.rb 89 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/openssl/config.rb 90 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/openssl/digest.rb 91 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/openssl/x509.rb 92 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/openssl/buffering.rb 93 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/openssl/ssl.rb 94 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/openssl.rb 95 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/securerandom.rb 96 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/resolv.rb 97 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/remote_fetcher.rb 98 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/text.rb 99 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/name_tuple.rb 100 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/rubygems/spec_fetcher.rb 101 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/source/rubygems.rb 102 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/strscan.bundle 103 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/source/path.rb 104 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/source/git.rb 105 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/lockfile_parser.rb 106 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/lazy_specification.rb 107 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/tsort.rb 108 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/forwardable.rb 109 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/spec_set.rb 110 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/environment.rb 111 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/runtime.rb 112 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/index.rb 113 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/remote_specification.rb 114 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/endpoint_specification.rb 115 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/dep_proxy.rb 116 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/bundler-1.7.8/lib/bundler/setup.rb 117 /Users/danaleventhal/soleteam/config/boot.rb 118 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/commands/commands_tasks.rb 119 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/optparse.rb 120 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/thread_safe-0.3.4/lib/thread_safe/version.rb 121 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/delegate.rb 122 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/thread_safe-0.3.4/lib/thread_safe/synchronized_delegator.rb 123 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/thread_safe-0.3.4/lib/thread_safe.rb 124 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/array/prepend_and_append.rb 125 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/hash/deep_merge.rb 126 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/hash/except.rb 127 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/hash/slice.rb 128 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/i18n-0.6.11/lib/i18n/version.rb 129 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/i18n-0.6.11/lib/i18n/exceptions.rb 130 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/i18n-0.6.11/lib/i18n/interpolate/ruby.rb 131 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/i18n-0.6.11/lib/i18n.rb 132 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/lazy_load_hooks.rb 133 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/i18n-0.6.11/lib/i18n/config.rb 134 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/i18n.rb 135 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/thread_safe-0.3.4/lib/thread_safe/non_concurrent_cache_backend.rb 136 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/thread_safe-0.3.4/lib/thread_safe/mri_cache_backend.rb 137 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/thread_safe-0.3.4/lib/thread_safe/cache.rb 138 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/inflector/inflections.rb 139 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/inflections.rb 140 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/inflector/methods.rb 141 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/dependencies/autoload.rb 142 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/gem_version.rb 143 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/version.rb 144 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/array/extract_options.rb 145 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/module/attribute_accessors.rb 146 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/concern.rb 147 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/logger_silence.rb 148 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/logger.rb 149 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/logger.rb 150 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support.rb 151 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object/blank.rb 152 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/kernel/singleton_class.rb 153 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/module/remove_method.rb 154 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/class/attribute.rb 155 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/module/delegation.rb 156 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/singleton.rb 157 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/deprecation/instance_delegator.rb 158 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/notifications/instrumenter.rb 159 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/mutex_m.rb 160 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/notifications/fanout.rb 161 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/per_thread_registry.rb 162 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/notifications.rb 163 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/deprecation/behaviors.rb 164 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/deprecation/reporting.rb 165 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/module/aliasing.rb 166 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/deprecation/method_wrappers.rb 167 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/deprecation/proxy_wrappers.rb 168 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/module/deprecation.rb 169 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/deprecation.rb 170 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/rails.rb 171 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/actionpack-4.1.8/lib/action_pack/gem_version.rb 172 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/actionpack-4.1.8/lib/action_pack/version.rb 173 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/actionpack-4.1.8/lib/action_pack.rb 174 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/tempfile.rb 175 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/rack-1.5.2/lib/rack/multipart.rb 176 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/date_core.bundle 177 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/date/format.rb 178 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/date.rb 179 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/time.rb 180 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/rack-1.5.2/lib/rack/utils.rb 181 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/rack-1.5.2/lib/rack.rb 182 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/actionpack-4.1.8/lib/action_dispatch.rb 183 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/ruby_version_check.rb 184 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/kernel/reporting.rb 185 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/hash/keys.rb 186 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/key_generator.rb 187 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/base64.rb 188 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/message_verifier.rb 189 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/railties-4.1.8/lib/rails/initializable.rb 190 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/ordered_options.rb 191 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object/acts_like.rb 192 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/bigdecimal.bundle 193 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object/duplicable.rb 194 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object/deep_dup.rb 195 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object/try.rb 196 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object/inclusion.rb 197 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object/to_query.rb 198 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object/to_param.rb 199 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/multibyte.rb 200 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/string/multibyte.rb 201 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/inflector/transliterate.rb 202 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/string/inflections.rb 203 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/date_time/calculations.rb 204 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/xml_mini/rexml.rb 205 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/xml_mini.rb 206 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/array/conversions.rb 207 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/time/acts_like.rb 208 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/proxy_object.rb 209 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/duration.rb 210 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/ruby_core_support.rb 211 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/offset_rationals.rb 212 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb 213 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/timezone_definition.rb 214 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/timezone_offset.rb 215 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition.rb 216 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition_definition.rb 217 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/timezone_index_definition.rb 218 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/timezone_info.rb 219 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone_info.rb 220 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone_info.rb 221 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb 222 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_timezone_info.rb 223 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/data_source.rb 224 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/ruby_data_source.rb 225 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_data_source.rb 226 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/timezone_period.rb 227 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/timezone.rb 228 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/info_timezone.rb 229 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone.rb 230 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone.rb 231 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/timezone_proxy.rb 232 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/country_index_definition.rb 233 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/country_info.rb 234 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/ruby_country_info.rb 235 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_country_info.rb 236 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/country.rb 237 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo/country_timezone.rb 238 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/tzinfo-1.2.2/lib/tzinfo.rb 239 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/values/time_zone.rb 240 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/time/conversions.rb 241 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/time_with_zone.rb 242 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/date_and_time/zones.rb 243 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/time/zones.rb 244 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/date_and_time/calculations.rb 245 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/time/calculations.rb 246 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/time/marshal.rb 247 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/time.rb 248 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/date/acts_like.rb 249 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/date/zones.rb 250 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/date/calculations.rb 251 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/date/conversions.rb 252 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/date.rb 253 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/date_time/acts_like.rb 254 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/date_time/conversions.rb 255 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/date_time/zones.rb 256 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/date_time.rb 257 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/numeric/time.rb 258 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/integer/time.rb 259 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/string/conversions.rb 260 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/string/zones.rb 261 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/time.rb 262 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/array/wrap.rb 263 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/hash/reverse_merge.rb 264 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/hash/conversions.rb 265 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object/conversions.rb 266 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/activesupport-4.1.8/lib/active_support/core_ext/object/instance_variables.rb 267 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/version.rb 268 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/ostruct.rb 269 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/generic_object.rb 270 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/common.rb 271 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/enc/utf_16be.bundle 272 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/enc/utf_16le.bundle 273 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/enc/utf_32be.bundle 274 /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/enc/utf_32le.bundle 275 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/ext/parser.bundle 276 /Users/danaleventhal/.rvm/gems/ruby-1.9.3-p547/gems/json-1.8.1/lib/json/ext/generator.bundle

[NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html

Abort trap: 6 danas-air:soleteam danaleventhal$

thank you!

Dana Leventhal
PLUS
Dana Leventhal
Courses Plus Student 13,120 Points

Here is what fixed it in case anyone runs into this error: type the following in the terminal:

rvm gemset pristine

DL