mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-09 08:47:11 -05:00
* fix: move foreman to global gems to fix startup crash (#1971) * Update exporting code to stream points data to file in batches to red… (#1980) * Update exporting code to stream points data to file in batches to reduce memory usage * Update changelog * Update changelog * Feature/maplibre frontend (#1953) * Add a plan to use MapLibre GL JS for the frontend map rendering, replacing Leaflet * Implement phase 1 * Phases 1-3 + part of 4 * Fix e2e tests * Phase 6 * Implement fog of war * Phase 7 * Next step: fix specs, phase 7 done * Use our own map tiles * Extract v2 map logic to separate manager classes * Update settings panel on v2 map * Update v2 e2e tests structure * Reimplement location search in maps v2 * Update speed routes * Implement visits and places creation in v2 * Fix last failing test * Implement visits merging * Fix a routes e2e test and simplify the routes layer styling. * Extract js to modules from maps_v2_controller.js * Implement area creation * Fix spec problem * Fix some e2e tests * Implement live mode in v2 map * Update icons and panel * Extract some styles * Remove unused file * Start adding dark theme to popups on MapLibre maps * Make popups respect dark theme * Move v2 maps to maplibre namespace * Update v2 references to maplibre * Put place, area and visit info into side panel * Update API to use safe settings config method * Fix specs * Fix method name to config in SafeSettings and update usages accordingly * Add missing public files * Add handling for real time points * Fix remembering enabled/disabled layers of the v2 map * Fix lots of e2e tests * Add settings to select map version * Use maps/v2 as main path for MapLibre maps * Update routing * Update live mode * Update maplibre controller * Update changelog * Remove some console.log statements * Pull only necessary data for map v2 points * Feature/raw data archive (#2009) * 0.36.2 (#2007) * fix: move foreman to global gems to fix startup crash (#1971) * Update exporting code to stream points data to file in batches to red… (#1980) * Update exporting code to stream points data to file in batches to reduce memory usage * Update changelog * Update changelog * Feature/maplibre frontend (#1953) * Add a plan to use MapLibre GL JS for the frontend map rendering, replacing Leaflet * Implement phase 1 * Phases 1-3 + part of 4 * Fix e2e tests * Phase 6 * Implement fog of war * Phase 7 * Next step: fix specs, phase 7 done * Use our own map tiles * Extract v2 map logic to separate manager classes * Update settings panel on v2 map * Update v2 e2e tests structure * Reimplement location search in maps v2 * Update speed routes * Implement visits and places creation in v2 * Fix last failing test * Implement visits merging * Fix a routes e2e test and simplify the routes layer styling. * Extract js to modules from maps_v2_controller.js * Implement area creation * Fix spec problem * Fix some e2e tests * Implement live mode in v2 map * Update icons and panel * Extract some styles * Remove unused file * Start adding dark theme to popups on MapLibre maps * Make popups respect dark theme * Move v2 maps to maplibre namespace * Update v2 references to maplibre * Put place, area and visit info into side panel * Update API to use safe settings config method * Fix specs * Fix method name to config in SafeSettings and update usages accordingly * Add missing public files * Add handling for real time points * Fix remembering enabled/disabled layers of the v2 map * Fix lots of e2e tests * Add settings to select map version * Use maps/v2 as main path for MapLibre maps * Update routing * Update live mode * Update maplibre controller * Update changelog * Remove some console.log statements --------- Co-authored-by: Robin Tuszik <mail@robin.gg> * Remove esbuild scripts from package.json * Remove sideEffects field from package.json * Raw data archivation * Add tests * Fix tests * Fix tests * Update ExceptionReporter * Add schedule to run raw data archival job monthly * Change file structure for raw data archival feature * Update changelog and version for raw data archival feature --------- Co-authored-by: Robin Tuszik <mail@robin.gg> * Set raw_data to an empty hash instead of nil when archiving * Fix storage configuration and file extraction * Consider MIN_MINUTES_SPENT_IN_CITY during stats calculation (#2018) * Consider MIN_MINUTES_SPENT_IN_CITY during stats calculation * Remove raw data from visited cities api endpoint * Use user timezone to show dates on maps (#2020) * Fix/pre epoch time (#2019) * Use user timezone to show dates on maps * Limit timestamps to valid range to prevent database errors when users enter pre-epoch dates. * Limit timestamps to valid range to prevent database errors when users enter pre-epoch dates. * Fix tests failing due to new index on stats table * Fix failing specs * Update redis client configuration to support unix socket connection * Update changelog * Fix kml kmz import issues (#2023) * Fix kml kmz import issues * Refactor KML importer to improve readability and maintainability * Implement moving points in map v2 and fix route rendering logic to ma… (#2027) * Implement moving points in map v2 and fix route rendering logic to match map v1. * Fix route spec * fix(maplibre): update date format to ISO 8601 (#2029) * Add verification step to raw data archival process (#2028) * Add verification step to raw data archival process * Add actual verification of raw data archives after creation, and only clear raw_data for verified archives. * Fix failing specs * Eliminate zip-bomb risk * Fix potential memory leak in js * Return .keep files * Use Toast instead of alert for notifications * Add help section to navbar dropdown * Update changelog * Remove raw_data_archival_job * Ensure file is being closed properly after reading in Archivable concern * Add composite index to stats table if not exists * Update changelog * Update entrypoint to always sync static assets (not only new ones) * Add family layer to MapLibre maps (#2055) * Add family layer to MapLibre maps * Update migration * Don't show family toggle if feature is disabled * Update changelog * Return changelog * Update changelog * Update tailwind file * Bump sentry-rails from 6.0.0 to 6.1.0 (#1945) Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/getsentry/sentry-ruby/releases) - [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-ruby/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: sentry-rails dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump turbo-rails from 2.0.17 to 2.0.20 (#1944) Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.17 to 2.0.20. - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/compare/v2.0.17...v2.0.20) --- updated-dependencies: - dependency-name: turbo-rails dependency-version: 2.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evgenii Burmakin <Freika@users.noreply.github.com> * Bump webmock from 3.25.1 to 3.26.1 (#1943) Bumps [webmock](https://github.com/bblimke/webmock) from 3.25.1 to 3.26.1. - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.25.1...v3.26.1) --- updated-dependencies: - dependency-name: webmock dependency-version: 3.26.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evgenii Burmakin <Freika@users.noreply.github.com> * Bump brakeman from 7.1.0 to 7.1.1 (#1942) Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/presidentbeef/brakeman/releases) - [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md) - [Commits](https://github.com/presidentbeef/brakeman/compare/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: brakeman dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump redis from 5.4.0 to 5.4.1 (#1941) Bumps [redis](https://github.com/redis/redis-rb) from 5.4.0 to 5.4.1. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.4.0...v5.4.1) --- updated-dependencies: - dependency-name: redis dependency-version: 5.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Put import deletion into background job (#2045) * Put import deletion into background job * Update changelog * fix null type error and update heatmap styling (#2037) * fix: use constant weight for maplibre heatmap layer * fix null type, update heatmap styling * improve heatmap styling * fix typo * Fix stats calculation to recursively reduce H3 resolution when too ma… (#2065) * Fix stats calculation to recursively reduce H3 resolution when too many hexagons are generated * Update CHANGELOG.md * Validate trip start and end dates (#2066) * Validate trip start and end dates * Update changelog * Update migration to clean up duplicate stats before adding unique index * Fix fog of war radius setting being ignored and applying settings causing errors (#2068) * Update changelog * Add Rack::Deflater middleware to config/application.rb to enable gzip compression for responses. * Add composite index to points on user_id and timestamp * Deduplicte points based on timestamp brought to unix time * Fix/stats cache invalidation (#2072) * Fix family layer toggle in Map v2 settings for non-selfhosted env * Invalidate cache * Remove comments * Remove comment * Add new indicies to improve performance and remove unused ones to opt… (#2078) * Add new indicies to improve performance and remove unused ones to optimize database. * Remove comments * Update map search suggestions panel styling * Add yearly digest (#2073) * Add yearly digest * Rename YearlyDigests to Users::Digests * Minor changes * Update yearly digest layout and styles * Add flags and chart to email * Update colors * Fix layout of stats in yearly digest view * Remove cron job for yearly digest scheduling * Update CHANGELOG.md * Update digest email setting handling * Allow sharing digest for 1 week or 1 month * Change Digests Distance to Bigint * Fix settings page * Update changelog * Add RailsPulse (#2079) * Add RailsPulse * Add RailsPulse monitoring tool with basic HTTP authentication * Bring points_count to integer * Update migration and version * Update rubocop issues --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Robin Tuszik <mail@robin.gg> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
733 lines
17 KiB
Text
733 lines
17 KiB
Text
GIT
|
|
remote: https://github.com/Freika/geocoder.git
|
|
revision: 12ac3e659fc5b57c1ffd12f04b8cad2f73d0939c
|
|
branch: master
|
|
specs:
|
|
geocoder (1.8.5)
|
|
base64 (>= 0.1.0)
|
|
csv (>= 3.0.0)
|
|
|
|
GEM
|
|
remote: https://rubygems.org/
|
|
specs:
|
|
actioncable (8.0.3)
|
|
actionpack (= 8.0.3)
|
|
activesupport (= 8.0.3)
|
|
nio4r (~> 2.0)
|
|
websocket-driver (>= 0.6.1)
|
|
zeitwerk (~> 2.6)
|
|
actionmailbox (8.0.3)
|
|
actionpack (= 8.0.3)
|
|
activejob (= 8.0.3)
|
|
activerecord (= 8.0.3)
|
|
activestorage (= 8.0.3)
|
|
activesupport (= 8.0.3)
|
|
mail (>= 2.8.0)
|
|
actionmailer (8.0.3)
|
|
actionpack (= 8.0.3)
|
|
actionview (= 8.0.3)
|
|
activejob (= 8.0.3)
|
|
activesupport (= 8.0.3)
|
|
mail (>= 2.8.0)
|
|
rails-dom-testing (~> 2.2)
|
|
actionpack (8.0.3)
|
|
actionview (= 8.0.3)
|
|
activesupport (= 8.0.3)
|
|
nokogiri (>= 1.8.5)
|
|
rack (>= 2.2.4)
|
|
rack-session (>= 1.0.1)
|
|
rack-test (>= 0.6.3)
|
|
rails-dom-testing (~> 2.2)
|
|
rails-html-sanitizer (~> 1.6)
|
|
useragent (~> 0.16)
|
|
actiontext (8.0.3)
|
|
actionpack (= 8.0.3)
|
|
activerecord (= 8.0.3)
|
|
activestorage (= 8.0.3)
|
|
activesupport (= 8.0.3)
|
|
globalid (>= 0.6.0)
|
|
nokogiri (>= 1.8.5)
|
|
actionview (8.0.3)
|
|
activesupport (= 8.0.3)
|
|
builder (~> 3.1)
|
|
erubi (~> 1.11)
|
|
rails-dom-testing (~> 2.2)
|
|
rails-html-sanitizer (~> 1.6)
|
|
activejob (8.0.3)
|
|
activesupport (= 8.0.3)
|
|
globalid (>= 0.3.6)
|
|
activemodel (8.0.3)
|
|
activesupport (= 8.0.3)
|
|
activerecord (8.0.3)
|
|
activemodel (= 8.0.3)
|
|
activesupport (= 8.0.3)
|
|
timeout (>= 0.4.0)
|
|
activerecord-postgis-adapter (11.0.0)
|
|
activerecord (~> 8.0.0)
|
|
rgeo-activerecord (~> 8.0.0)
|
|
activestorage (8.0.3)
|
|
actionpack (= 8.0.3)
|
|
activejob (= 8.0.3)
|
|
activerecord (= 8.0.3)
|
|
activesupport (= 8.0.3)
|
|
marcel (~> 1.0)
|
|
activesupport (8.0.3)
|
|
base64
|
|
benchmark (>= 0.3)
|
|
bigdecimal
|
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
connection_pool (>= 2.2.5)
|
|
drb
|
|
i18n (>= 1.6, < 2)
|
|
logger (>= 1.4.2)
|
|
minitest (>= 5.1)
|
|
securerandom (>= 0.3)
|
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
uri (>= 0.13.1)
|
|
addressable (2.8.7)
|
|
public_suffix (>= 2.0.2, < 7.0)
|
|
aes_key_wrap (1.1.0)
|
|
ast (2.4.3)
|
|
attr_extras (7.1.0)
|
|
attr_required (1.0.2)
|
|
aws-eventstream (1.3.2)
|
|
aws-partitions (1.1072.0)
|
|
aws-sdk-core (3.215.1)
|
|
aws-eventstream (~> 1, >= 1.3.0)
|
|
aws-partitions (~> 1, >= 1.992.0)
|
|
aws-sigv4 (~> 1.9)
|
|
jmespath (~> 1, >= 1.6.1)
|
|
aws-sdk-kms (1.96.0)
|
|
aws-sdk-core (~> 3, >= 3.210.0)
|
|
aws-sigv4 (~> 1.5)
|
|
aws-sdk-s3 (1.177.0)
|
|
aws-sdk-core (~> 3, >= 3.210.0)
|
|
aws-sdk-kms (~> 1)
|
|
aws-sigv4 (~> 1.5)
|
|
aws-sigv4 (1.11.0)
|
|
aws-eventstream (~> 1, >= 1.0.2)
|
|
base64 (0.3.0)
|
|
bcrypt (3.1.20)
|
|
benchmark (0.5.0)
|
|
bigdecimal (3.3.1)
|
|
bindata (2.5.1)
|
|
bootsnap (1.18.6)
|
|
msgpack (~> 1.2)
|
|
brakeman (7.1.1)
|
|
racc
|
|
builder (3.3.0)
|
|
bundler-audit (0.9.2)
|
|
bundler (>= 1.2.0, < 3)
|
|
thor (~> 1.0)
|
|
byebug (12.0.0)
|
|
capybara (3.40.0)
|
|
addressable
|
|
matrix
|
|
mini_mime (>= 0.1.3)
|
|
nokogiri (~> 1.11)
|
|
rack (>= 1.6.0)
|
|
rack-test (>= 0.6.3)
|
|
regexp_parser (>= 1.5, < 3.0)
|
|
xpath (~> 3.2)
|
|
chartkick (5.2.0)
|
|
chunky_png (1.4.0)
|
|
coderay (1.1.3)
|
|
concurrent-ruby (1.3.5)
|
|
connection_pool (2.5.5)
|
|
crack (1.0.1)
|
|
bigdecimal
|
|
rexml
|
|
crass (1.0.6)
|
|
cronex (0.15.0)
|
|
tzinfo
|
|
unicode (>= 0.4.4.5)
|
|
css-zero (1.1.15)
|
|
csv (3.3.4)
|
|
data_migrate (11.3.1)
|
|
activerecord (>= 6.1)
|
|
railties (>= 6.1)
|
|
database_consistency (2.0.6)
|
|
activerecord (>= 3.2)
|
|
date (3.5.0)
|
|
debug (1.11.0)
|
|
irb (~> 1.10)
|
|
reline (>= 0.3.8)
|
|
devise (4.9.4)
|
|
bcrypt (~> 3.0)
|
|
orm_adapter (~> 0.1)
|
|
railties (>= 4.1.0)
|
|
responders
|
|
warden (~> 1.2.3)
|
|
diff-lcs (1.6.2)
|
|
docile (1.4.1)
|
|
dotenv (3.1.8)
|
|
dotenv-rails (3.1.8)
|
|
dotenv (= 3.1.8)
|
|
railties (>= 6.1)
|
|
drb (2.2.3)
|
|
email_validator (2.2.4)
|
|
activemodel
|
|
erb (6.0.0)
|
|
erubi (1.13.1)
|
|
et-orbi (1.4.0)
|
|
tzinfo
|
|
factory_bot (6.5.5)
|
|
activesupport (>= 6.1.0)
|
|
factory_bot_rails (6.5.1)
|
|
factory_bot (~> 6.5)
|
|
railties (>= 6.1.0)
|
|
fakeredis (0.1.4)
|
|
faraday (2.14.0)
|
|
faraday-net_http (>= 2.0, < 3.5)
|
|
json
|
|
logger
|
|
faraday-follow_redirects (0.4.0)
|
|
faraday (>= 1, < 3)
|
|
faraday-net_http (3.4.1)
|
|
net-http (>= 0.5.0)
|
|
ffaker (2.25.0)
|
|
ffi (1.17.2-aarch64-linux-gnu)
|
|
ffi (1.17.2-arm-linux-gnu)
|
|
ffi (1.17.2-arm64-darwin)
|
|
ffi (1.17.2-x86-linux-gnu)
|
|
ffi (1.17.2-x86_64-darwin)
|
|
ffi (1.17.2-x86_64-linux-gnu)
|
|
foreman (0.90.0)
|
|
thor (~> 1.4)
|
|
fugit (1.12.1)
|
|
et-orbi (~> 1.4)
|
|
raabro (~> 1.4)
|
|
globalid (1.3.0)
|
|
activesupport (>= 6.1)
|
|
gpx (1.2.1)
|
|
csv
|
|
nokogiri (~> 1.7)
|
|
rake
|
|
groupdate (6.7.0)
|
|
activesupport (>= 7.1)
|
|
h3 (3.7.4)
|
|
ffi (~> 1.9)
|
|
rgeo-geojson (~> 2.1)
|
|
zeitwerk (~> 2.5)
|
|
hashdiff (1.2.1)
|
|
hashie (5.0.0)
|
|
httparty (0.23.1)
|
|
csv
|
|
mini_mime (>= 1.0.0)
|
|
multi_xml (>= 0.5.2)
|
|
i18n (1.14.7)
|
|
concurrent-ruby (~> 1.0)
|
|
importmap-rails (2.2.2)
|
|
actionpack (>= 6.0.0)
|
|
activesupport (>= 6.0.0)
|
|
railties (>= 6.0.0)
|
|
io-console (0.8.1)
|
|
irb (1.15.3)
|
|
pp (>= 0.6.0)
|
|
rdoc (>= 4.0.0)
|
|
reline (>= 0.4.2)
|
|
jmespath (1.6.2)
|
|
json (2.15.0)
|
|
json-jwt (1.17.0)
|
|
activesupport (>= 4.2)
|
|
aes_key_wrap
|
|
base64
|
|
bindata
|
|
faraday (~> 2.0)
|
|
faraday-follow_redirects
|
|
json-schema (5.0.1)
|
|
addressable (~> 2.8)
|
|
jwt (2.10.1)
|
|
base64
|
|
kaminari (1.2.2)
|
|
activesupport (>= 4.1.0)
|
|
kaminari-actionview (= 1.2.2)
|
|
kaminari-activerecord (= 1.2.2)
|
|
kaminari-core (= 1.2.2)
|
|
kaminari-actionview (1.2.2)
|
|
actionview
|
|
kaminari-core (= 1.2.2)
|
|
kaminari-activerecord (1.2.2)
|
|
activerecord
|
|
kaminari-core (= 1.2.2)
|
|
kaminari-core (1.2.2)
|
|
language_server-protocol (3.17.0.5)
|
|
lint_roller (1.1.0)
|
|
logger (1.7.0)
|
|
lograge (0.14.0)
|
|
actionpack (>= 4)
|
|
activesupport (>= 4)
|
|
railties (>= 4)
|
|
request_store (~> 1.0)
|
|
loofah (2.24.1)
|
|
crass (~> 1.0.2)
|
|
nokogiri (>= 1.12.0)
|
|
mail (2.9.0)
|
|
logger
|
|
mini_mime (>= 0.1.1)
|
|
net-imap
|
|
net-pop
|
|
net-smtp
|
|
marcel (1.1.0)
|
|
matrix (0.4.2)
|
|
method_source (1.1.0)
|
|
mini_mime (1.1.5)
|
|
mini_portile2 (2.8.9)
|
|
minitest (5.26.2)
|
|
msgpack (1.7.3)
|
|
multi_json (1.15.0)
|
|
multi_xml (0.7.1)
|
|
bigdecimal (~> 3.1)
|
|
net-http (0.6.0)
|
|
uri
|
|
net-imap (0.5.12)
|
|
date
|
|
net-protocol
|
|
net-pop (0.1.2)
|
|
net-protocol
|
|
net-protocol (0.2.2)
|
|
timeout
|
|
net-smtp (0.5.1)
|
|
net-protocol
|
|
nio4r (2.7.4)
|
|
nokogiri (1.18.10)
|
|
mini_portile2 (~> 2.8.2)
|
|
racc (~> 1.4)
|
|
nokogiri (1.18.10-aarch64-linux-gnu)
|
|
racc (~> 1.4)
|
|
nokogiri (1.18.10-arm-linux-gnu)
|
|
racc (~> 1.4)
|
|
nokogiri (1.18.10-arm64-darwin)
|
|
racc (~> 1.4)
|
|
nokogiri (1.18.10-x86_64-darwin)
|
|
racc (~> 1.4)
|
|
nokogiri (1.18.10-x86_64-linux-gnu)
|
|
racc (~> 1.4)
|
|
oauth2 (2.0.17)
|
|
faraday (>= 0.17.3, < 4.0)
|
|
jwt (>= 1.0, < 4.0)
|
|
logger (~> 1.2)
|
|
multi_xml (~> 0.5)
|
|
rack (>= 1.2, < 4)
|
|
snaky_hash (~> 2.0, >= 2.0.3)
|
|
version_gem (~> 1.1, >= 1.1.9)
|
|
oj (3.16.11)
|
|
bigdecimal (>= 3.0)
|
|
ostruct (>= 0.2)
|
|
omniauth (2.1.4)
|
|
hashie (>= 3.4.6)
|
|
logger
|
|
rack (>= 2.2.3)
|
|
rack-protection
|
|
omniauth-github (2.0.1)
|
|
omniauth (~> 2.0)
|
|
omniauth-oauth2 (~> 1.8)
|
|
omniauth-google-oauth2 (1.2.1)
|
|
jwt (>= 2.9.2)
|
|
oauth2 (~> 2.0)
|
|
omniauth (~> 2.0)
|
|
omniauth-oauth2 (~> 1.8)
|
|
omniauth-oauth2 (1.8.0)
|
|
oauth2 (>= 1.4, < 3)
|
|
omniauth (~> 2.0)
|
|
omniauth-rails_csrf_protection (1.0.2)
|
|
actionpack (>= 4.2)
|
|
omniauth (~> 2.0)
|
|
omniauth_openid_connect (0.8.0)
|
|
omniauth (>= 1.9, < 3)
|
|
openid_connect (~> 2.2)
|
|
openid_connect (2.3.1)
|
|
activemodel
|
|
attr_required (>= 1.0.0)
|
|
email_validator
|
|
faraday (~> 2.0)
|
|
faraday-follow_redirects
|
|
json-jwt (>= 1.16)
|
|
mail
|
|
rack-oauth2 (~> 2.2)
|
|
swd (~> 2.0)
|
|
tzinfo
|
|
validate_url
|
|
webfinger (~> 2.0)
|
|
optimist (3.2.1)
|
|
orm_adapter (0.5.0)
|
|
ostruct (0.6.1)
|
|
pagy (43.2.2)
|
|
json
|
|
yaml
|
|
parallel (1.27.0)
|
|
parser (3.3.9.0)
|
|
ast (~> 2.4.1)
|
|
racc
|
|
patience_diff (1.2.0)
|
|
optimist (~> 3.0)
|
|
pg (1.6.2)
|
|
pg (1.6.2-aarch64-linux)
|
|
pg (1.6.2-arm64-darwin)
|
|
pg (1.6.2-x86_64-darwin)
|
|
pg (1.6.2-x86_64-linux)
|
|
pp (0.6.3)
|
|
prettyprint
|
|
prettyprint (0.2.0)
|
|
prism (1.5.1)
|
|
prometheus_exporter (2.2.0)
|
|
webrick
|
|
pry (0.15.2)
|
|
coderay (~> 1.1)
|
|
method_source (~> 1.0)
|
|
pry-byebug (3.11.0)
|
|
byebug (~> 12.0)
|
|
pry (>= 0.13, < 0.16)
|
|
pry-rails (0.3.11)
|
|
pry (>= 0.13.0)
|
|
psych (5.2.6)
|
|
date
|
|
stringio
|
|
public_suffix (6.0.2)
|
|
puma (7.1.0)
|
|
nio4r (~> 2.0)
|
|
pundit (2.5.2)
|
|
activesupport (>= 3.0.0)
|
|
raabro (1.4.0)
|
|
racc (1.8.1)
|
|
rack (3.2.4)
|
|
rack-oauth2 (2.3.0)
|
|
activesupport
|
|
attr_required
|
|
faraday (~> 2.0)
|
|
faraday-follow_redirects
|
|
json-jwt (>= 1.11.0)
|
|
rack (>= 2.1.0)
|
|
rack-protection (4.2.1)
|
|
base64 (>= 0.1.0)
|
|
logger (>= 1.6.0)
|
|
rack (>= 3.0.0, < 4)
|
|
rack-session (2.1.1)
|
|
base64 (>= 0.1.0)
|
|
rack (>= 3.0.0)
|
|
rack-test (2.2.0)
|
|
rack (>= 1.3)
|
|
rackup (2.2.1)
|
|
rack (>= 3)
|
|
rails (8.0.3)
|
|
actioncable (= 8.0.3)
|
|
actionmailbox (= 8.0.3)
|
|
actionmailer (= 8.0.3)
|
|
actionpack (= 8.0.3)
|
|
actiontext (= 8.0.3)
|
|
actionview (= 8.0.3)
|
|
activejob (= 8.0.3)
|
|
activemodel (= 8.0.3)
|
|
activerecord (= 8.0.3)
|
|
activestorage (= 8.0.3)
|
|
activesupport (= 8.0.3)
|
|
bundler (>= 1.15.0)
|
|
railties (= 8.0.3)
|
|
rails-dom-testing (2.3.0)
|
|
activesupport (>= 5.0.0)
|
|
minitest
|
|
nokogiri (>= 1.6)
|
|
rails-html-sanitizer (1.6.2)
|
|
loofah (~> 2.21)
|
|
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
rails_icons (1.4.0)
|
|
nokogiri (~> 1.16, >= 1.16.4)
|
|
rails (> 6.1)
|
|
rails_pulse (0.2.4)
|
|
css-zero (~> 1.1, >= 1.1.4)
|
|
groupdate (~> 6.0)
|
|
pagy (>= 8, < 44)
|
|
rails (>= 7.1.0, < 9.0.0)
|
|
ransack (~> 4.0)
|
|
request_store (~> 1.5)
|
|
turbo-rails (~> 2.0.11)
|
|
railties (8.0.3)
|
|
actionpack (= 8.0.3)
|
|
activesupport (= 8.0.3)
|
|
irb (~> 1.13)
|
|
rackup (>= 1.0.0)
|
|
rake (>= 12.2)
|
|
thor (~> 1.0, >= 1.2.2)
|
|
tsort (>= 0.2)
|
|
zeitwerk (~> 2.6)
|
|
rainbow (3.1.1)
|
|
rake (13.3.1)
|
|
ransack (4.4.1)
|
|
activerecord (>= 7.2)
|
|
activesupport (>= 7.2)
|
|
i18n
|
|
rdoc (6.16.1)
|
|
erb
|
|
psych (>= 4.0.0)
|
|
tsort
|
|
redis (5.4.1)
|
|
redis-client (>= 0.22.0)
|
|
redis-client (0.26.1)
|
|
connection_pool
|
|
regexp_parser (2.11.3)
|
|
reline (0.6.3)
|
|
io-console (~> 0.5)
|
|
request_store (1.7.0)
|
|
rack (>= 1.4)
|
|
responders (3.1.1)
|
|
actionpack (>= 5.2)
|
|
railties (>= 5.2)
|
|
rexml (3.4.4)
|
|
rgeo (3.0.1)
|
|
rgeo-activerecord (8.0.0)
|
|
activerecord (>= 7.0)
|
|
rgeo (>= 3.0)
|
|
rgeo-geojson (2.2.0)
|
|
multi_json (~> 1.15)
|
|
rgeo (>= 1.0.0)
|
|
rqrcode (3.1.0)
|
|
chunky_png (~> 1.0)
|
|
rqrcode_core (~> 2.0)
|
|
rqrcode_core (2.0.0)
|
|
rspec-core (3.13.3)
|
|
rspec-support (~> 3.13.0)
|
|
rspec-expectations (3.13.5)
|
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
rspec-support (~> 3.13.0)
|
|
rspec-mocks (3.13.6)
|
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
rspec-support (~> 3.13.0)
|
|
rspec-rails (8.0.2)
|
|
actionpack (>= 7.2)
|
|
activesupport (>= 7.2)
|
|
railties (>= 7.2)
|
|
rspec-core (~> 3.13)
|
|
rspec-expectations (~> 3.13)
|
|
rspec-mocks (~> 3.13)
|
|
rspec-support (~> 3.13)
|
|
rspec-support (3.13.3)
|
|
rswag-api (2.17.0)
|
|
activesupport (>= 5.2, < 8.2)
|
|
railties (>= 5.2, < 8.2)
|
|
rswag-specs (2.17.0)
|
|
activesupport (>= 5.2, < 8.2)
|
|
json-schema (>= 2.2, < 7.0)
|
|
railties (>= 5.2, < 8.2)
|
|
rspec-core (>= 2.14)
|
|
rswag-ui (2.17.0)
|
|
actionpack (>= 5.2, < 8.2)
|
|
railties (>= 5.2, < 8.2)
|
|
rubocop (1.81.1)
|
|
json (~> 2.3)
|
|
language_server-protocol (~> 3.17.0.2)
|
|
lint_roller (~> 1.1.0)
|
|
parallel (~> 1.10)
|
|
parser (>= 3.3.0.2)
|
|
rainbow (>= 2.2.2, < 4.0)
|
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
rubocop-ast (>= 1.47.1, < 2.0)
|
|
ruby-progressbar (~> 1.7)
|
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
rubocop-ast (1.47.1)
|
|
parser (>= 3.3.7.2)
|
|
prism (~> 1.4)
|
|
rubocop-rails (2.33.4)
|
|
activesupport (>= 4.2.0)
|
|
lint_roller (~> 1.1)
|
|
rack (>= 1.1)
|
|
rubocop (>= 1.75.0, < 2.0)
|
|
rubocop-ast (>= 1.44.0, < 2.0)
|
|
ruby-progressbar (1.13.0)
|
|
rubyzip (3.2.0)
|
|
securerandom (0.4.1)
|
|
selenium-webdriver (4.35.0)
|
|
base64 (~> 0.2)
|
|
logger (~> 1.4)
|
|
rexml (~> 3.2, >= 3.2.5)
|
|
rubyzip (>= 1.2.2, < 4.0)
|
|
websocket (~> 1.0)
|
|
sentry-rails (6.1.1)
|
|
railties (>= 5.2.0)
|
|
sentry-ruby (~> 6.1.1)
|
|
sentry-ruby (6.1.1)
|
|
bigdecimal
|
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
shoulda-matchers (6.5.0)
|
|
activesupport (>= 5.2.0)
|
|
sidekiq (8.0.8)
|
|
connection_pool (>= 2.5.0)
|
|
json (>= 2.9.0)
|
|
logger (>= 1.6.2)
|
|
rack (>= 3.1.0)
|
|
redis-client (>= 0.23.2)
|
|
sidekiq-cron (2.3.1)
|
|
cronex (>= 0.13.0)
|
|
fugit (~> 1.8, >= 1.11.1)
|
|
globalid (>= 1.0.1)
|
|
sidekiq (>= 6.5.0)
|
|
sidekiq-limit_fetch (4.4.1)
|
|
sidekiq (>= 6)
|
|
simplecov (0.22.0)
|
|
docile (~> 1.1)
|
|
simplecov-html (~> 0.11)
|
|
simplecov_json_formatter (~> 0.1)
|
|
simplecov-html (0.13.1)
|
|
simplecov_json_formatter (0.1.4)
|
|
snaky_hash (2.0.3)
|
|
hashie (>= 0.1.0, < 6)
|
|
version_gem (>= 1.1.8, < 3)
|
|
sprockets (4.2.1)
|
|
concurrent-ruby (~> 1.0)
|
|
rack (>= 2.2.4, < 4)
|
|
sprockets-rails (3.5.2)
|
|
actionpack (>= 6.1)
|
|
activesupport (>= 6.1)
|
|
sprockets (>= 3.0.0)
|
|
stackprof (0.2.27)
|
|
stimulus-rails (1.3.4)
|
|
railties (>= 6.0.0)
|
|
stringio (3.1.8)
|
|
strong_migrations (2.5.1)
|
|
activerecord (>= 7.1)
|
|
super_diff (0.17.0)
|
|
attr_extras (>= 6.2.4)
|
|
diff-lcs
|
|
patience_diff
|
|
swd (2.0.3)
|
|
activesupport (>= 3)
|
|
attr_required (>= 0.0.5)
|
|
faraday (~> 2.0)
|
|
faraday-follow_redirects
|
|
tailwindcss-rails (3.3.2)
|
|
railties (>= 7.0.0)
|
|
tailwindcss-ruby (~> 3.0)
|
|
tailwindcss-ruby (3.4.17)
|
|
tailwindcss-ruby (3.4.17-aarch64-linux)
|
|
tailwindcss-ruby (3.4.17-arm-linux)
|
|
tailwindcss-ruby (3.4.17-arm64-darwin)
|
|
tailwindcss-ruby (3.4.17-x86_64-darwin)
|
|
tailwindcss-ruby (3.4.17-x86_64-linux)
|
|
thor (1.4.0)
|
|
timeout (0.4.4)
|
|
tsort (0.2.0)
|
|
turbo-rails (2.0.20)
|
|
actionpack (>= 7.1.0)
|
|
railties (>= 7.1.0)
|
|
tzinfo (2.0.6)
|
|
concurrent-ruby (~> 1.0)
|
|
unicode (0.4.4.5)
|
|
unicode-display_width (3.2.0)
|
|
unicode-emoji (~> 4.1)
|
|
unicode-emoji (4.1.0)
|
|
uri (1.1.1)
|
|
useragent (0.16.11)
|
|
validate_url (1.0.15)
|
|
activemodel (>= 3.0.0)
|
|
public_suffix
|
|
version_gem (1.1.9)
|
|
warden (1.2.9)
|
|
rack (>= 2.0.9)
|
|
webfinger (2.1.3)
|
|
activesupport
|
|
faraday (~> 2.0)
|
|
faraday-follow_redirects
|
|
webmock (3.26.1)
|
|
addressable (>= 2.8.0)
|
|
crack (>= 0.3.2)
|
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
webrick (1.9.1)
|
|
websocket (1.2.11)
|
|
websocket-driver (0.8.0)
|
|
base64
|
|
websocket-extensions (>= 0.1.0)
|
|
websocket-extensions (0.1.5)
|
|
with_advisory_lock (7.0.2)
|
|
activerecord (>= 7.2)
|
|
zeitwerk (>= 2.7)
|
|
xpath (3.2.0)
|
|
nokogiri (~> 1.8)
|
|
yaml (0.4.0)
|
|
zeitwerk (2.7.3)
|
|
|
|
PLATFORMS
|
|
aarch64-linux
|
|
arm-linux
|
|
arm64-darwin
|
|
x86-linux
|
|
x86_64-darwin
|
|
x86_64-linux
|
|
|
|
DEPENDENCIES
|
|
activerecord-postgis-adapter (= 11.0)
|
|
aws-sdk-core (~> 3.215.1)
|
|
aws-sdk-kms (~> 1.96.0)
|
|
aws-sdk-s3 (~> 1.177.0)
|
|
bootsnap
|
|
brakeman
|
|
bundler-audit
|
|
capybara
|
|
chartkick
|
|
data_migrate
|
|
database_consistency (>= 2.0.5)
|
|
debug
|
|
devise
|
|
dotenv-rails
|
|
factory_bot_rails
|
|
fakeredis
|
|
ffaker
|
|
foreman
|
|
geocoder!
|
|
gpx
|
|
groupdate
|
|
h3 (~> 3.7)
|
|
httparty
|
|
importmap-rails
|
|
jwt (~> 2.8)
|
|
kaminari
|
|
lograge
|
|
oj
|
|
omniauth-github (~> 2.0.0)
|
|
omniauth-google-oauth2
|
|
omniauth-rails_csrf_protection
|
|
omniauth_openid_connect
|
|
parallel
|
|
pg
|
|
prometheus_exporter
|
|
pry-byebug
|
|
pry-rails
|
|
puma
|
|
pundit (>= 2.5.1)
|
|
rails (~> 8.0)
|
|
rails_icons
|
|
rails_pulse
|
|
redis
|
|
rexml
|
|
rgeo
|
|
rgeo-activerecord (~> 8.0.0)
|
|
rgeo-geojson
|
|
rqrcode (~> 3.0)
|
|
rspec-rails (>= 8.0.1)
|
|
rswag-api
|
|
rswag-specs
|
|
rswag-ui
|
|
rubocop-rails (>= 2.33.4)
|
|
rubyzip (~> 3.2)
|
|
selenium-webdriver
|
|
sentry-rails (>= 5.27.0)
|
|
sentry-ruby
|
|
shoulda-matchers
|
|
sidekiq (>= 8.0.5)
|
|
sidekiq-cron (>= 2.3.1)
|
|
sidekiq-limit_fetch
|
|
simplecov
|
|
sprockets-rails
|
|
stackprof
|
|
stimulus-rails
|
|
strong_migrations (>= 2.4.0)
|
|
super_diff
|
|
tailwindcss-rails (= 3.3.2)
|
|
turbo-rails (>= 2.0.17)
|
|
tzinfo-data
|
|
webmock
|
|
with_advisory_lock
|
|
|
|
RUBY VERSION
|
|
ruby 3.4.6p54
|
|
|
|
BUNDLED WITH
|
|
2.5.21
|