Skip to content
Merged
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
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'bcrypt', '~> 3.1.20'
gem 'bootsnap', '~> 1.18.6'
gem 'bootsnap', '~> 1.19.0'
gem 'browser', '~> 6.2.0'
gem 'cssbundling-rails', '~> 1.4'
gem 'dartsass-rails', '~> 0.5.1'
Expand Down Expand Up @@ -50,7 +50,7 @@ group :development, :test do
gem 'brakeman', '~> 7.1.1', require: false
gem 'bullet', '~> 8.1'
gem 'colorize', '~> 1.1.0'
gem 'database_consistency', '~> 2.0.7'
gem 'database_consistency', '~> 2.0.8'
gem 'dotenv-rails', '~> 3.1.8'
gem 'guard-livereload', '~> 2.5.2'
gem 'guard-rspec', '~> 4.7.3', require: false
Expand All @@ -74,11 +74,11 @@ end
group :test do
gem 'rails-controller-testing', '~> 1.0.5'
gem 'rubocop', '~> 1.81.7', require: false
gem 'rubocop-factory_bot', '~> 2.27.1', require: false
gem 'rubocop-factory_bot', '~> 2.28.0', require: false
gem 'rubocop-performance', '~> 1.26', '>= 1.26.1', require: false
gem 'rubocop-rails', '~> 2.33', '>= 2.33.4', require: false
gem 'rubocop-rspec', '~> 3.7', require: false
gem 'rubocop-rspec_rails', '~> 2.31', require: false
gem 'rubocop-rails', '~> 2.34', require: false
gem 'rubocop-rspec', '~> 3.8', require: false
gem 'rubocop-rspec_rails', '~> 2.32', require: false
gem 'simplecov', '~> 0.22.0', require: false
gem 'simplecov-lcov', '~> 0.9.0', require: false
gem 'terminal-notifier-guard', '~> 1.7.0'
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
rouge (>= 1.0.0)
bigdecimal (3.3.1)
bindex (0.8.1)
bootsnap (1.18.6)
bootsnap (1.19.0)
msgpack (~> 1.2)
brakeman (7.1.1)
racc
Expand Down Expand Up @@ -121,7 +121,7 @@ GEM
dartsass-rails (0.5.1)
railties (>= 6.0.0)
sass-embedded (~> 1.63)
database_consistency (2.0.7)
database_consistency (2.0.8)
activerecord (>= 3.2)
date (3.4.1)
devise (4.9.4)
Expand Down Expand Up @@ -227,7 +227,7 @@ GEM
thor (>= 0.14, < 2.0)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.15.2)
json (2.16.0)
jwt (3.1.2)
base64
kaminari (1.2.2)
Expand Down Expand Up @@ -355,7 +355,7 @@ GEM
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.19)
rack (3.2.4)
rack-attack (6.8.0)
rack (>= 1.0, < 4)
rack-protection (4.2.1)
Expand Down Expand Up @@ -483,26 +483,26 @@ GEM
rubocop-ast (>= 1.47.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.47.1)
rubocop-ast (1.48.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-factory_bot (2.27.1)
rubocop-factory_bot (2.28.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-performance (1.26.1)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-rails (2.33.4)
rubocop-rails (2.34.0)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
rubocop-rspec (3.7.0)
rubocop-rspec (3.8.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-rspec_rails (2.31.0)
rubocop (~> 1.81)
rubocop-rspec_rails (2.32.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-rspec (~> 3.5)
Expand Down Expand Up @@ -613,15 +613,15 @@ DEPENDENCIES
awesome_print (~> 1.9.2)
bcrypt (~> 3.1.20)
better_errors (~> 2.10.1)
bootsnap (~> 1.18.6)
bootsnap (~> 1.19.0)
brakeman (~> 7.1.1)
browser (~> 6.2.0)
bullet (~> 8.1)
capistrano-sidekiq (~> 3.2.0)
colorize (~> 1.1.0)
cssbundling-rails (~> 1.4)
dartsass-rails (~> 0.5.1)
database_consistency (~> 2.0.7)
database_consistency (~> 2.0.8)
devise (~> 4.9.4)
devise-i18n (~> 1.15.0)
dotenv-rails (~> 3.1.8)
Expand Down Expand Up @@ -660,11 +660,11 @@ DEPENDENCIES
rest-client (~> 2.1.0)
rspec-rails (~> 8.0.2)
rubocop (~> 1.81.7)
rubocop-factory_bot (~> 2.27.1)
rubocop-factory_bot (~> 2.28.0)
rubocop-performance (~> 1.26, >= 1.26.1)
rubocop-rails (~> 2.33, >= 2.33.4)
rubocop-rspec (~> 3.7)
rubocop-rspec_rails (~> 2.31)
rubocop-rails (~> 2.34)
rubocop-rspec (~> 3.8)
rubocop-rspec_rails (~> 2.32)
sentry-rails (~> 5.28, >= 5.28.1)
sentry-ruby (~> 5.28, >= 5.28.1)
sentry-sidekiq (~> 5.28, >= 5.28.1)
Expand Down
2 changes: 2 additions & 0 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../config/environment', __dir__)
# Prevent database truncation if the environment is production
# rubocop:disable Rails/Exit
abort('The Rails environment is running in production mode!') if Rails.env.production? || Rails.env.staging? || Rails.env.luxproduction?
# rubocop:enable Rails/Exit
require 'rspec/rails'
# Add additional requires below this line. Rails is not loaded until this point!

Expand Down