Hi All, Im experiencing difficulties trying to get api/v3/projects and anything below that URL from the API. Browser returns {"message":"500 Internal Server Error"}. Other API calls work fine. Anyone have an idea whats going on here?
Running on; - Freebsd 10 - GitLab 8.6.6 (fresh install from ports) - Git 2.8.1 - Ruby 2.2.4 - Redis 2.8.0 unicorn.stderr.log; caught error of type NoMethodError in after callback inside Grape::Middleware::Formatter : undefined method `[]=' for #<Grape::Entity::Options:0x00000816c68658> production.log; NoMethodError (undefined method `[]=' for #<Grape::Entity::Options:0x0000081423e648>): /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activerecord-4.2.6/lib/active_record/serialization.rb:14:in `serializable_hash' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/carrierwave-0.11.0/lib/carrierwave/orm/activerecord.rb:65:in `serializable_hash' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-entity-0.5.1/lib/grape_entity/exposure/base.rb:66:in `serializable_value' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-entity-0.5.1/lib/grape_entity/exposure/nesting_exposure.rb:61:in `block (2 levels) in serializable_value' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-entity-0.5.1/lib/grape_entity/exposure/base.rb:109:in `block in with_attr_path' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-entity-0.5.1/lib/grape_entity/options.rb:120:in `with_attr_path' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-entity-0.5.1/lib/grape_entity/exposure/base.rb:108:in `with_attr_path' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-entity-0.5.1/lib/grape_entity/exposure/nesting_exposure.rb:60:in `block in serializable_value' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-entity-0.5.1/lib/grape_entity/exposure/nesting_exposure.rb:59:in `each' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-entity-0.5.1/lib/grape_entity/exposure/nesting_exposure.rb:59:in `each_with_object' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-entity-0.5.1/lib/grape_entity/exposure/nesting_exposure.rb:59:in `serializable_value' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-entity-0.5.1/lib/grape_entity/entity.rb:465:in `serializable_hash' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activesupport-4.2.6/lib/active_support/core_ext/object/json.rb:140:in `block in as_json' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activesupport-4.2.6/lib/active_support/core_ext/object/json.rb:140:in `map' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activesupport-4.2.6/lib/active_support/core_ext/object/json.rb:140:in `as_json' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activesupport-4.2.6/lib/active_support/json/encoding.rb:35:in `encode' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activesupport-4.2.6/lib/active_support/json/encoding.rb:22:in `encode' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activesupport-4.2.6/lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/formatter/json.rb:6:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/middleware/formatter.rb:44:in `block in build_formatted_response' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/middleware/formatter.rb:44:in `collect' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/middleware/formatter.rb:44:in `build_formatted_response' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/middleware/formatter.rb:28:in `after' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/middleware/base.rb:33:in `call!' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/middleware/base.rb:23:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/middleware/base.rb:30:in `call!' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/middleware/base.rb:23:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-oauth2-1.3.0/lib/rack/oauth2/server/resource.rb:20:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-oauth2-1.3.0/lib/rack/oauth2/server/resource/bearer.rb:8:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/middleware/error.rb:29:in `block in call!' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/middleware/error.rb:28:in `catch' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/middleware/error.rb:28:in `call!' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/middleware/base.rb:23:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-1.6.4/lib/rack/head.rb:13:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/endpoint.rb:214:in `call!' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/endpoint.rb:208:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152:in `block in call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96:in `block in recognize' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:68:in `optimized_each' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95:in `recognize' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/api.rb:101:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/api.rb:43:in `call!' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/grape-0.15.0/lib/grape/api.rb:38:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/routing/mapper.rb:51:in `serve' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/journey/router.rb:43:in `block in serve' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/journey/router.rb:30:in `each' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/journey/router.rb:30:in `serve' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/routing/route_set.rb:817:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/omniauth-1.3.1/lib/omniauth/strategy.rb:186:in `call!' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/omniauth-1.3.1/lib/omniauth/strategy.rb:164:in `call' /usr/local/www/gitlab/lib/gitlab/middleware/go.rb:16:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-cors-0.4.0/lib/rack/cors.rb:80:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-attack-4.4.1/lib/rack/attack.rb:107:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/warden-1.2.6/lib/warden/manager.rb:35:in `block in call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/warden-1.2.6/lib/warden/manager.rb:34:in `catch' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/warden-1.2.6/lib/warden/manager.rb:34:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-1.6.4/lib/rack/etag.rb:24:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-1.6.4/lib/rack/conditionalget.rb:25:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-1.6.4/lib/rack/head.rb:13:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/flash.rb:260:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:225:in `context' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:220:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/cookies.rb:560:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activerecord-4.2.6/lib/active_record/query_cache.rb:36:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activesupport-4.2.6/lib/active_support/callbacks.rb:88:in `__run_callbacks__' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activesupport-4.2.6/lib/active_support/callbacks.rb:778:in `_run_call_callbacks' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activesupport-4.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/remote_ip.rb:78:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/railties-4.2.6/lib/rails/rack/logger.rb:38:in `call_app' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/railties-4.2.6/lib/rails/rack/logger.rb:20:in `block in call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activesupport-4.2.6/lib/active_support/tagged_logging.rb:68:in `block in tagged' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activesupport-4.2.6/lib/active_support/tagged_logging.rb:26:in `tagged' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/activesupport-4.2.6/lib/active_support/tagged_logging.rb:68:in `tagged' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/railties-4.2.6/lib/rails/rack/logger.rb:20:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/request_store-1.3.1/lib/request_store/middleware.rb:9:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/request_id.rb:21:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-1.6.4/lib/rack/methodoverride.rb:22:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-1.6.4/lib/rack/runtime.rb:18:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-1.6.4/lib/rack/sendfile.rb:113:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/sentry-raven-0.15.6/lib/raven/integrations/rack.rb:53:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/railties-4.2.6/lib/rails/engine.rb:518:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/railties-4.2.6/lib/rails/application.rb:165:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/railties-4.2.6/lib/rails/railtie.rb:194:in `public_send' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/railties-4.2.6/lib/rails/railtie.rb:194:in `method_missing' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-1.6.4/lib/rack/urlmap.rb:66:in `block in call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-1.6.4/lib/rack/urlmap.rb:50:in `each' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/rack-1.6.4/lib/rack/urlmap.rb:50:in `call' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/unicorn-5.1.0/lib/unicorn/http_server.rb:562:in `process_client' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/unicorn-worker-killer-0.4.4/lib/unicorn/worker_killer.rb:52:in `process_client' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/unicorn-5.1.0/lib/unicorn/http_server.rb:658:in `worker_loop' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/unicorn-5.1.0/lib/unicorn/http_server.rb:508:in `spawn_missing_workers' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/unicorn-5.1.0/lib/unicorn/http_server.rb:132:in `start' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/gems/unicorn-5.1.0/bin/unicorn_rails:209:in `<top (required)>' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/bin/unicorn_rails:22:in `load' /usr/local/www/gitlab/vendor/bundle/ruby/2.2/bin/unicorn_rails:22:in `<main>' # gem list *** LOCAL GEMS *** ace-rails-ap (4.0.2) actionmailer (4.2.6) actionpack (4.2.6) actionview (4.2.6) activejob (4.2.6) activemodel (4.2.6) activerecord (4.2.6) activerecord-deprecated_finders (1.0.4) activerecord-session_store (0.1.2) activeresource (4.0.0) activesupport (4.2.6) acts-as-taggable-on (3.5.0) addressable (2.4.0) after_commit_queue (1.3.0) akismet (2.0.0) arel (6.0.3) asana (0.5.0) asciidoctor (1.5.4) atomic (1.1.99) attr_encrypted (1.4.0) attr_required (1.0.1) autoprefixer-rails (6.3.6) axiom-types (0.1.1) babosa (1.0.2) bcrypt (3.1.11) binding_of_caller (0.7.2) bootstrap-sass (3.3.6) browser (2.0.3) builder (3.2.2, 3.0.4) bundler (1.11.2) byebug (8.2.4) cal-heatmap-rails (3.5.1) carrierwave (0.11.0) CFPropertyList (2.3.2) charlock_holmes (0.7.3) coercible (1.0.0) coffee-rails (4.1.1) coffee-script (2.4.1) coffee-script-source (1.10.0) colorize (0.7.7) concurrent-ruby (1.0.1) connection_pool (2.2.0) crack (0.4.3) crass (1.0.2) creole (0.5.0) css_parser (1.4.1) d3_rails (3.5.16) debug_inspector (0.0.2) default_value_for (3.0.1) descendants_tracker (0.0.4) devise (3.5.6) devise-async (0.10.1) devise-two-factor (2.1.0) diff-lcs (1.2.5) diffy (3.1.0) doorkeeper (3.1.0) dropzonejs-rails (0.7.3) email_reply_parser (0.5.8) encryptor (1.3.0) equalizer (0.0.11) erubis (2.7.0) escape_utils (1.2.1) eventmachine (1.2.0.1) excon (0.49.0) execjs (2.6.0) expression_parser (0.9.0) faraday (0.9.2) faraday_middleware (0.10.0) faraday_middleware-multi_json (0.0.6) fission (0.5.0) flowdock (0.7.1) fog (1.38.0) fog-aliyun (0.1.0) fog-atmos (0.1.0) fog-aws (0.9.2) fog-brightbox (0.10.1) fog-cloudatcost (0.2.1) fog-core (1.38.0) fog-dynect (0.0.3) fog-ecloud (0.3.0) fog-google (0.3.0) fog-json (1.0.2) fog-local (0.3.0) fog-openstack (0.1.3) fog-powerdns (0.1.1) fog-profitbricks (0.0.5) fog-rackspace (0.1.1) fog-radosgw (0.0.5) fog-riakcs (0.1.0) fog-sakuracloud (1.7.5) fog-serverlove (0.1.2) fog-softlayer (1.1.0) fog-storm_on_demand (0.1.1) fog-terremark (0.1.0) fog-vmfusion (0.1.0) fog-voxel (0.1.0) fog-vsphere (0.6.4) fog-xenserver (0.2.3) fog-xml (0.1.2) font-awesome-rails (4.6.1.0) formatador (0.2.5) gemnasium-gitlab-service (0.2.6) gemojione (2.2.1) get_process_mem (0.2.0) github-linguist (4.8.3) github-markup (1.4.0) gitlab-flowdock-git-hook (1.0.1) gitlab-grit (2.8.1) gitlab_emoji (0.3.1) gitlab_git (10.0.1) gitlab_meta (7.0) gitlab_omniauth-ldap (1.2.1) globalid (0.3.6) gollum-grit_adapter (1.0.1) gollum-lib (4.2.0) gollum-rugged_adapter (0.4.2) gon (6.0.1) grape (0.15.0) grape-entity (0.5.1) haml (4.0.7) haml-rails (0.9.0) hashie (3.4.3) hipchat (1.5.3) html-pipeline (1.11.0) html2haml (2.0.0) htmlentities (4.3.4) http_parser.rb (0.6.0) httparty (0.13.7) httpclient (2.7.1) i18n (0.7.0) ice_nine (0.11.2) inflecto (0.0.2) ipaddress (0.8.3) jbuilder (2.4.1) jquery-atwho-rails (1.3.2) jquery-rails (4.1.1) jquery-scrollto-rails (1.4.3) jquery-turbolinks (2.1.0) jquery-ui-rails (5.0.5) json (1.8.3) json_pure (1.8.3) jwt (1.5.4) kaminari (0.16.3) kgio (2.10.0) loofah (2.0.3) macaddr (1.7.1) mail (2.6.4) mail_room (0.6.1) mime-types (2.99.1, 1.25.1) mimemagic (0.3.1) minitest (5.8.4) mousetrap-rails (1.4.6) multi_json (1.11.2) multi_xml (0.5.5) multipart-post (2.0.0) mysql2 (0.4.3) nested_form (0.3.2) net-ldap (0.14.0) net-ssh (3.1.1) newrelic-grape (2.1.0) newrelic_rpm (3.15.0.314) nokogiri (1.6.7.2) nokogumbo (1.4.7) oauth (0.5.1) oauth2 (1.1.0) octokit (4.3.0) omniauth (1.3.1) omniauth-auth0 (1.4.1) omniauth-azure-oauth2 (0.0.6) omniauth-bitbucket (0.0.2) omniauth-cas3 (1.1.3) omniauth-facebook (3.0.0) omniauth-github (1.1.2) omniauth-gitlab (1.0.2) omniauth-google-oauth2 (0.4.1) omniauth-oauth (1.1.0) omniauth-oauth2 (1.4.0) omniauth-saml (1.5.0) omniauth-shibboleth (1.2.1) omniauth-twitter (1.2.1) omniauth_crowd (2.2.3) org-ruby (0.9.12) orm_adapter (0.5.0) paranoia (2.1.5) pg (0.18.4) posix-spawn (0.3.11) premailer (1.8.6) premailer-rails (1.9.2) pyu-ruby-sasl (0.0.3.3) rack (1.6.4) rack-accept (0.4.5) rack-attack (4.4.1) rack-cors (0.4.0) rack-mount (0.8.3) rack-oauth2 (1.3.0) rack-protection (1.5.3) rack-test (0.6.3) rails (4.2.6) rails-deprecated_sanitizer (1.0.3) rails-dom-testing (1.0.7) rails-html-sanitizer (1.0.3) rails-observers (0.1.2) railties (4.2.6) raindrops (0.16.0) rake (11.1.2) raphael-rails (2.1.2) rbvmomi (1.8.2) rdoc (4.2.2) recaptcha (1.3.0) redcarpet (3.3.4) RedCloth (4.2.9) redis (3.3.0) redis-actionpack (4.0.1) redis-activesupport (4.1.5) redis-namespace (1.5.2) redis-rack (1.5.0) redis-rails (4.0.0) redis-store (1.1.7) request_store (1.3.1) responders (2.1.2) rinku (1.7.3) rotp (2.1.2) rouge (1.10.1) rqrcode (0.4.2) rqrcode-rails3 (0.1.7) ruby-fogbugz (0.2.1) ruby-saml (1.1.2) ruby-termios (0.9.6) ruby_parser (3.6.6) rubyntlm (0.6.0) rubypants (0.2.0) rufus-scheduler (3.2.0) rugged (0.24.0) safe_yaml (1.0.4) sanitize (4.0.1) sass (3.4.22) sass-rails (5.0.4) sawyer (0.7.0) sdoc (0.4.1) seed-fu (2.3.5) select2-rails (3.5.9.3) sentry-raven (0.15.6) settingslogic (2.0.9) sexp_processor (4.7.0) sidekiq (4.1.1) sidekiq-cron (0.4.2) simple_oauth (0.3.1) sinatra (1.4.7) six (0.2.0) slack-notifier (1.5.1) spring (1.7.1) sprockets (3.6.0) sprockets-rails (3.0.4) sqlite3 (1.3.11) state_machines (0.4.0) state_machines-activemodel (0.3.0) state_machines-activerecord (0.3.0) stringex (2.6.0) systemu (2.6.4) task_list (1.0.2) thor (0.19.1) thread_safe (0.3.5, 0.1.3) tilt (2.0.2) tinder (1.10.1) trollop (2.1.2) turbolinks (2.5.3) twitter-stream (0.1.16) twitter-text (1.13.0) tzinfo (1.2.2) uglifier (3.0.0) underscore-rails (1.8.3) unf (0.1.4) unf_ext (0.0.7.2) unicorn (5.1.0) unicorn-worker-killer (0.4.4) uuid (2.3.8) version_sorter (2.0.0) virtus (1.0.5) warden (1.2.6) web-console (2.3.0) wikicloth (0.8.3) xml-simple (1.1.5) Thanks and kind regards, Tony -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to gitlabhq+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/66d075e6-65c1-4b29-a2ed-8504c3692721%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.