<p>This updates us (finally) to the rails 5.1 release stream.</p>
<p>A test site is live at <a href="https://tomh.apis.dev.openstreetmap.org/">https://tomh.apis.dev.openstreetmap.org/</a> if anybody wants to give it a go.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/1652'>https://github.com/openstreetmap/openstreetmap-website/pull/1652</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Update to rails 5.1.4</li>
  <li>Add rails version number to migrations</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-0">Gemfile</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-1">Gemfile.lock</a>
    (98)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-2">app/helpers/application_helper.rb</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-3">config/environment.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-4">config/environments/development.rb</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-5">config/environments/production.rb</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-6">config/initializers/wrap_parameters.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-7">db/migrate/001_create_osm_db.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-8">db/migrate/002_cleanup_osm_db.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-9">db/migrate/003_sql_session_store_setup.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-10">db/migrate/004_user_enhancements.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-11">db/migrate/005_tile_tracepoints.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-12">db/migrate/006_tile_nodes.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-13">db/migrate/007_add_relations.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-14">db/migrate/008_remove_segments.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-15">db/migrate/009_way_nodes_node_idx.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-16">db/migrate/010_diary_comments.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-17">db/migrate/011_add_user_image.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-18">db/migrate/012_add_admin_flag.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-19">db/migrate/013_add_email_valid.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-20">db/migrate/014_add_new_email.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-21">db/migrate/015_add_user_visible.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-22">db/migrate/016_add_creation_ip.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-23">db/migrate/017_add_gpx_indexes.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-24">db/migrate/018_create_acls.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-25">db/migrate/019_add_timestamp_indexes.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-26">db/migrate/020_populate_node_tags_and_remove.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-27">db/migrate/021_move_to_innodb.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-28">db/migrate/022_key_constraints.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-29">db/migrate/023_add_changesets.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-30">db/migrate/024_order_relation_members.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-31">db/migrate/025_add_end_time_to_changesets.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-32">db/migrate/026_add_changeset_user_index.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-33">db/migrate/027_add_changeset_indexes.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-34">db/migrate/028_add_more_changeset_indexes.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-35">db/migrate/029_add_user_foreign_keys.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-36">db/migrate/030_add_foreign_keys.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-37">db/migrate/031_create_countries.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-38">db/migrate/032_add_user_locale.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-39">db/migrate/033_change_diary_entries_language.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-40">db/migrate/034_create_languages.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-41">db/migrate/035_change_user_locale.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-42">db/migrate/036_add_visible_to_message.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-43">db/migrate/037_add_sender_visible_to_message.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-44">db/migrate/038_add_message_sender_index.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-45">db/migrate/039_add_more_controls_to_gpx_files.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-46">db/migrate/040_create_oauth_tables.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-47">db/migrate/041_add_fine_o_auth_permissions.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-48">db/migrate/042_add_foreign_keys_to_oauth_tables.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-49">db/migrate/043_add_referer_to_user_token.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-50">db/migrate/044_create_user_roles.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-51">db/migrate/045_create_user_blocks.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-52">db/migrate/046_alter_user_roles_and_blocks.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-53">db/migrate/047_add_visible_to_diaries.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-54">db/migrate/048_add_diary_creation_indexes.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-55">db/migrate/049_improve_changeset_user_index.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-56">db/migrate/050_add_user_index_to_diary_comments.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-57">db/migrate/051_add_status_to_user.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-58">db/migrate/052_add_contributor_terms_to_user.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-59">db/migrate/053_add_map_bug_tables.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-60">db/migrate/054_refactor_map_bug_tables.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-61">db/migrate/055_change_map_bug_comment_type.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-62">db/migrate/056_add_date_closed.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-63">db/migrate/057_add_map_bug_comment_event.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-64">db/migrate/20100513171259_add_user_date_index_to_changeset.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-65">db/migrate/20100516124737_add_open_id.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-66">db/migrate/20100910084426_add_callback_to_oauth_tokens.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-67">db/migrate/20101114011429_add_editor_preference_to_user.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-68">db/migrate/20110322001319_add_terms_seen_to_user.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-69">db/migrate/20110508145337_cleanup_bug_tables.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-70">db/migrate/20110521142405_rename_bugs_to_notes.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-71">db/migrate/20110925112722_rename_ids.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-72">db/migrate/20111116184519_update_oauth.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-73">db/migrate/20111212183945_add_lowercase_user_indexes.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-74">db/migrate/20120123184321_switch_to_paperclip.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-75">db/migrate/20120208122334_merge_acl_address_and_mask.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-76">db/migrate/20120208194454_add_domain_to_acl.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-77">db/migrate/20120214210114_add_text_format.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-78">db/migrate/20120219161649_add_user_image_fingerprint.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-79">db/migrate/20120318201948_create_redactions.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-80">db/migrate/20120328090602_drop_session_table.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-81">db/migrate/20120404205604_add_user_and_description_to_redaction.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-82">db/migrate/20120808231205_add_counter_caches.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-83">db/migrate/20121005195010_add_diary_entry_counter_caches.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-84">db/migrate/20121012044047_add_image_use_gravatar_to_users.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-85">db/migrate/20121119165817_drop_nearby_place_from_notes.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-86">db/migrate/20121202155309_remove_author_name_from_note_comment.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-87">db/migrate/20121203124841_change_note_address_to_inet.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-88">db/migrate/20130328184137_add_write_notes_permission.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-89">db/migrate/20131212124700_add_created_at_index_to_note_comments.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-90">db/migrate/20140115192822_add_text_index_to_note_comments.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-91">db/migrate/20140117185510_drop_countries.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-92">db/migrate/20140210003018_add_user_image_content_type.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-93">db/migrate/20140507110937_create_changeset_comments.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-94">db/migrate/20140519141742_add_join_table_between_users_and_changesets.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-95">db/migrate/20150110152606_change_default_formats.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-96">db/migrate/20150111192335_subscribe_old_changesets.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-97">db/migrate/20150222101847_rename_openid_url.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-98">db/migrate/20150818224516_set_default_gravatar_to_false_for_privacy.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-99">db/migrate/20161002153425_add_join_table_between_users_and_diary_entries.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-100">db/migrate/20161011010929_subscribe_authors_to_diary_entries.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-101">db/migrate/20170222134109_add_user_indexes.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652/files#diff-102">lib/rich_text.rb</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/1652.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/1652.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/1652.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/1652.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1652">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABWnLWiYGNrIIQrBto5vphtz-i7CGdrqks5stOwygaJpZM4P8k2F">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABWnLXlTM-8Dr1bnWJymedLJP1QON-rcks5stOwygaJpZM4P8k2F.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/openstreetmap/openstreetmap-website/pull/1652"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/openstreetmap/openstreetmap-website","title":"openstreetmap/openstreetmap-website","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/openstreetmap/openstreetmap-website"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Update to rails 5.1.x (#1652)"}],"action":{"name":"View Pull Request","url":"https://github.com/openstreetmap/openstreetmap-website/pull/1652"}}}</script>