Skip to content
Open
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
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ group :development, :test do
gem "rubocop-rspec", require: false

# Testing
gem "rspec-rails", "~> 6.1"
gem "factory_bot_rails", "~> 6.4"
gem "faker", "~> 3.2"
gem "rspec-rails", "~> 8.0"
gem "factory_bot_rails", "~> 6.5"
gem "faker", "~> 3.5"
gem "shoulda-matchers", "~> 6.0"
gem "database_cleaner-active_record", "~> 2.1"
gem "database_cleaner-active_record", "~> 2.2"
gem "rails-controller-testing", "~> 1.0"
end

Expand Down
53 changes: 28 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
erubi (>= 1.0.0)
rack (>= 0.9.0)
rouge (>= 1.0.0)
bigdecimal (3.2.2)
bigdecimal (3.2.3)
binding_of_caller (1.0.1)
debug_inspector (>= 1.2.0)
bootsnap (1.18.6)
Expand All @@ -101,16 +101,16 @@ GEM
case_transform (0.2)
activesupport
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
crack (1.0.0)
bigdecimal
rexml
crass (1.0.6)
cssbundling-rails (1.4.3)
railties (>= 6.0.0)
database_cleaner-active_record (2.2.1)
database_cleaner-active_record (2.2.2)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (~> 2.0)
database_cleaner-core (2.0.1)
date (3.4.1)
debug_inspector (1.2.0)
Expand All @@ -136,14 +136,14 @@ GEM
concurrent-ruby (~> 1.0)
logger
zeitwerk (~> 2.6)
erb (5.0.1)
erb (5.0.2)
erubi (1.13.1)
factory_bot (6.5.4)
factory_bot (6.5.5)
activesupport (>= 6.1.0)
factory_bot_rails (6.5.0)
factory_bot_rails (6.5.1)
factory_bot (~> 6.5)
railties (>= 6.1.0)
faker (3.5.1)
faker (3.5.2)
i18n (>= 1.8.11, < 2)
flipper (1.3.4)
concurrent-ruby (< 2)
Expand All @@ -162,7 +162,7 @@ GEM
hashdiff (1.2.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
io-console (0.8.1)
irb (1.15.2)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
Expand Down Expand Up @@ -209,9 +209,11 @@ GEM
net-smtp (0.5.1)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.8-aarch64-linux-gnu)
nokogiri (1.18.9-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.8-arm64-darwin)
nokogiri (1.18.9-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-gnu)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (6.5.0)
Expand All @@ -238,7 +240,7 @@ GEM
pundit (2.5.0)
activesupport (>= 3.0.0)
racc (1.8.1)
rack (3.1.16)
rack (3.2.1)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-cors (3.0.0)
Expand Down Expand Up @@ -290,15 +292,15 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.0)
rdoc (6.14.1)
rdoc (6.14.2)
erb
psych (>= 4.0.0)
redis (5.4.0)
redis-client (>= 0.22.0)
redis-client (0.25.0)
connection_pool
regexp_parser (2.10.0)
reline (0.6.1)
reline (0.6.2)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand All @@ -307,23 +309,23 @@ GEM
railties (>= 5.2)
rexml (3.4.1)
rouge (4.5.2)
rspec-core (3.13.4)
rspec-core (3.13.5)
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.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.5)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
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.4)
rspec-support (3.13.5)
rswag-api (2.16.0)
activesupport (>= 5.2, < 8.1)
railties (>= 5.2, < 8.1)
Expand Down Expand Up @@ -378,7 +380,7 @@ GEM
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.7)
thor (1.3.2)
thor (1.4.0)
timeout (0.4.3)
turbo-rails (2.0.16)
actionpack (>= 7.1.0)
Expand Down Expand Up @@ -413,6 +415,7 @@ GEM
PLATFORMS
aarch64-linux-gnu
arm64-darwin-24
x86_64-linux

DEPENDENCIES
active_model_serializers (~> 0.10.14)
Expand All @@ -423,11 +426,11 @@ DEPENDENCIES
brakeman
bullet
cssbundling-rails
database_cleaner-active_record (~> 2.1)
database_cleaner-active_record (~> 2.2)
devise (~> 4.9)
devise-jwt (~> 0.11)
factory_bot_rails (~> 6.4)
faker (~> 3.2)
factory_bot_rails (~> 6.5)
faker (~> 3.5)
flipper (~> 1.3)
flipper-active_record (~> 1.3)
flipper-ui (~> 1.3)
Expand All @@ -445,7 +448,7 @@ DEPENDENCIES
rails (~> 8.0.0)
rails-controller-testing (~> 1.0)
redis (>= 4.0.1)
rspec-rails (~> 6.1)
rspec-rails (~> 8.0)
rswag-api
rswag-specs
rswag-ui
Expand Down
Loading