Rails console, points at encoding without error -


i keep getting message whenever start rails console. isnt effecting wish rid of it

from: /users/me/.rvm/gems/jruby-1.7.0@global/bundler/gems/mongoid_optimistic_locking-f9a685139364/mongoid_optimistic_locking.gemspec @ line 1 :   => 1: # -*- encoding: utf-8 -*-     2: $:.push file.expand_path("../lib", __file__)     3: require "mongoid/optimistic_locking/version"     4:     5: gem::specification.new |s|     6:   s.name        = "mongoid_optimistic_locking" [4] pry(main)> 

and there before propmt. if has clues why happening greatful.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -