Skip to content

Commit c1b5d69

Browse files
authored
Merge branch 'main' into feature/the-seed
Signed-off-by: Robert Smith <[email protected]>
2 parents 0519193 + a518647 commit c1b5d69

File tree

388 files changed

+11232
-4156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

388 files changed

+11232
-4156
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
"ES_JAVA_OPTS": "-Xms512m -Xmx512m"
3636
env:
3737
RAILS_ENV: test
38-
DATABASE_URL: "postgres://rails:password@localhost:5432/rails_test"
38+
DATABASE_URL: "postgis://rails:password@localhost:5432/rails_test"
3939
ES_HOST: "http://localhost"
4040
steps:
4141
- name: Checkout code

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'redis', '~> 5.4'
3535
gem 'rswag'
3636

3737
# Sidekiq for background processing
38-
gem 'sidekiq', '~> 8.0.1'
38+
gem 'sidekiq', '~> 8.0.4'
3939

4040
# Error and performance monitoring with Sentry
4141
gem 'sentry-rails'
@@ -106,7 +106,11 @@ group :test do
106106
# # Easy installation and use of chromedriver to run system tests with Chrome
107107
# gem 'webdrivers'
108108
# RuboCop RSpec for RSpec-specific code analysis
109+
gem 'rubocop-capybara'
110+
gem 'rubocop-factory_bot'
111+
gem 'rubocop-rails'
109112
gem 'rubocop-rspec'
113+
gem 'rubocop-rspec_rails'
110114
# RSpec for unit testing
111115
gem 'rspec'
112116
# RSpec Rails integration

0 commit comments

Comments
 (0)