Skip to content

Commit

Permalink
Merge branch 'openstreetmap:master' into diary-search
Browse files Browse the repository at this point in the history
  • Loading branch information
kcne committed Sep 3, 2024
2 parents 734bc63 + 2af5094 commit b7736c7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 29 deletions.
32 changes: 18 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ GEM
autoprefixer-rails (10.4.19.0)
execjs (~> 2)
aws-eventstream (1.3.0)
aws-partitions (1.968.0)
aws-sdk-core (3.201.5)
aws-partitions (1.970.0)
aws-sdk-core (3.202.2)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.9)
Expand Down Expand Up @@ -261,7 +261,7 @@ GEM
google-protobuf (3.25.4)
hashdiff (1.1.1)
hashie (5.0.0)
highline (3.1.0)
highline (3.1.1)
reline
htmlentities (4.3.4)
http_accept_language (2.1.1)
Expand Down Expand Up @@ -319,7 +319,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
logger (1.6.1)
logstasher (2.1.5)
activesupport (>= 5.2)
request_store
Expand Down Expand Up @@ -348,7 +348,7 @@ GEM
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.14)
net-imap (0.4.15)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -361,7 +361,12 @@ GEM
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oauth (0.4.7)
oauth (1.1.0)
oauth-tty (~> 1.0, >= 1.0.1)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
oauth-tty (1.0.5)
version_gem (~> 1.1, >= 1.1.1)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
Expand All @@ -379,7 +384,7 @@ GEM
omniauth-github (2.0.1)
omniauth (~> 2.0)
omniauth-oauth2 (~> 1.8)
omniauth-google-oauth2 (1.1.2)
omniauth-google-oauth2 (1.1.3)
jwt (>= 2.0)
oauth2 (~> 2.0)
omniauth (~> 2.0)
Expand Down Expand Up @@ -501,24 +506,23 @@ GEM
rouge (4.3.0)
rtlcss (0.2.1)
mini_racer (>= 0.6.3)
rubocop (1.65.1)
rubocop (1.66.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
rubocop-ast (1.32.2)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-minitest (0.35.1)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.21.1)
Expand Down Expand Up @@ -579,7 +583,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
terser (1.2.3)
execjs (>= 0.3.0, < 3)
thor (1.3.1)
thor (1.3.2)
tilt (2.4.0)
timeout (0.4.1)
turbo-rails (2.0.6)
Expand All @@ -606,7 +610,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
ruby
Expand Down
4 changes: 0 additions & 4 deletions app/models/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,6 @@ def create_with_history(user)
save_with_history!
end

def tags_as_hash
tags
end

def tags
@tags ||= node_tags.to_h { |t| [t.k, t.v] }
end
Expand Down
4 changes: 0 additions & 4 deletions app/models/old_node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ def tags

attr_writer :tags

def tags_as_hash
tags
end

# Pretend we're not in any ways
def ways
[]
Expand Down
7 changes: 0 additions & 7 deletions public/oauth/crossdomain.xml

This file was deleted.

0 comments on commit b7736c7

Please sign in to comment.