Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ inherit_from:

AllCops:
SuggestExtensions: false
TargetRubyVersion: 3.1
TargetRubyVersion: 3.1
Exclude:
- 'app/javascript/**/*.js'
- 'node_modules/**/*'
- 'vendor/**/*'
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.2.8"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem "rails", "~> 7.2.2.1"
gem "rails", "~> 7.2.2.2"
# Use postgresql as the database for Active Record
gem "pg", "~> 1.1"
# Use Puma as the app server
Expand Down
27 changes: 13 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GEM
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
active_storage_validations (2.0.2)
active_storage_validations (3.0.1)
activejob (>= 6.1.4)
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
Expand All @@ -73,7 +73,7 @@ GEM
activemodel (= 7.2.2.2)
activesupport (= 7.2.2.2)
timeout (>= 0.4.0)
activerecord-import (2.1.0)
activerecord-import (2.2.0)
activerecord (>= 4.2)
activerecord-postgis-adapter (10.0.1)
activerecord (~> 7.2.0)
Expand Down Expand Up @@ -189,13 +189,13 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.5.3)
crass (1.0.6)
cssbundling-rails (1.4.1)
cssbundling-rails (1.4.3)
railties (>= 6.0.0)
csv (3.2.6)
cuprite (0.15.1)
capybara (~> 3.0)
ferrum (~> 0.15.0)
database_consistency (2.0.4)
database_consistency (2.0.5)
activerecord (>= 3.2)
date (3.4.1)
debug_inspector (1.2.0)
Expand All @@ -219,9 +219,9 @@ GEM
erubi (1.13.1)
factory_bot (6.5.1)
activesupport (>= 6.1.0)
factory_bot_rails (6.4.4)
factory_bot_rails (6.5.0)
factory_bot (~> 6.5)
railties (>= 5.0.0)
railties (>= 6.1.0)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
faraday (2.12.2)
Expand Down Expand Up @@ -280,9 +280,9 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jbuilder (2.14.1)
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
jmespath (1.6.2)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
Expand Down Expand Up @@ -616,10 +616,9 @@ GEM
uniform_notifier (1.16.0)
uri (1.1.1)
useragent (0.16.11)
view_component (3.22.0)
activesupport (>= 5.2.0, < 8.1)
concurrent-ruby (= 1.3.4)
method_source (~> 1.0)
view_component (4.0.2)
activesupport (>= 7.1.0, < 8.1)
concurrent-ruby (~> 1)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.1)
Expand Down Expand Up @@ -705,7 +704,7 @@ DEPENDENCIES
rack (~> 2.2.20)
rack-attack
rack-mini-profiler (~> 2.0)
rails (~> 7.2.2.1)
rails (~> 7.2.2.2)
rails-controller-testing
recaptcha
redis (~> 4.0)
Expand Down
1 change: 1 addition & 0 deletions app/assets/images/Atlanticcity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/images/Bus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/images/California.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/images/Car.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading