Skip to content

Commit b7ef209

Browse files
authored
Merge branch 'main' into feature/github-integration
Signed-off-by: Robert Smith <[email protected]>
2 parents eb7d6f9 + a518647 commit b7ef209

File tree

411 files changed

+14656
-5239
lines changed

Some content is hidden

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

411 files changed

+14656
-5239
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: 6 additions & 2 deletions
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', '~> 7.3.9'
38+
gem 'sidekiq', '~> 8.0.4'
3939

4040
# Error and performance monitoring with Sentry
4141
gem 'sentry-rails'
@@ -62,7 +62,7 @@ group :development, :test do
6262
# Fuubar for fancy test progress bar
6363
gem 'fuubar'
6464
# Help with managing translation databasde
65-
gem 'i18n-tasks', '~> 1.0.12'
65+
gem 'i18n-tasks', '~> 1.0.15'
6666
# Pry for a powerful shell alternative to IRB
6767
gem 'pry'
6868
# RuboCop for static code analysis
@@ -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)