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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'active_storage_base64', '~> 3.0.1'
gem 'aws-sdk-s3', '~> 1.228', require: false
gem 'bootsnap', '~> 1.24'
gem 'cssbundling-rails', '~> 1.4'
gem 'devise', '~> 4.9'
gem 'devise', '~> 5.0'
gem 'devise_token_auth', '~> 1.2', '>= 1.2.6'
gem 'draper', '~> 4.0'
gem 'flipper', '~> 1.4.2'
Expand Down Expand Up @@ -61,7 +61,7 @@ group :development do
gem 'listen', '~> 3.10'
gem 'rails_best_practices', '~> 1.23'
gem 'reek', '~> 6.5'
gem 'rubocop', '~> 1.88', require: false
gem 'rubocop', '~> 1.89', require: false
gem 'rubocop-capybara', '~> 3.0'
gem 'rubocop-factory_bot', '~> 2.28', require: false
gem 'rubocop-performance', '~> 1.26', require: false
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ GEM
ruby2_keywords (>= 0.0.2)
ast (2.4.3)
aws-eventstream (1.4.0)
aws-partitions (1.1274.0)
aws-sdk-core (3.254.0)
aws-partitions (1.1278.0)
aws-sdk-core (3.254.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
Expand All @@ -122,7 +122,7 @@ GEM
aws-sdk-kms (1.130.0)
aws-sdk-core (~> 3, >= 3.254.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.228.1)
aws-sdk-s3 (1.228.2)
aws-sdk-core (~> 3, >= 3.254.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -164,16 +164,16 @@ GEM
railties (>= 6.0.0)
csv (3.3.6)
date (3.5.1)
devise (4.9.4)
devise (5.0.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
railties (>= 7.0)
responders
warden (~> 1.2.3)
devise_token_auth (1.2.6)
devise_token_auth (1.3.0)
bcrypt (~> 3.0)
devise (> 3.5.2, < 5)
rails (>= 4.2.0, < 8.2)
devise (> 3.5.2, < 6)
rails (>= 4.2.0, < 8.3)
diff-lcs (1.6.2)
docile (1.4.1)
dotenv (3.2.0)
Expand Down Expand Up @@ -217,7 +217,7 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
erb (6.0.6)
erb (6.0.7)
erubi (1.13.1)
erubis (2.7.0)
et-orbi (1.4.0)
Expand Down Expand Up @@ -311,7 +311,7 @@ GEM
thor (>= 0.14, < 2.0)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.21.1)
json (2.21.2)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand Down Expand Up @@ -489,7 +489,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (4.1.0)
rbs (4.1.2)
logger
prism (>= 1.6.0)
tsort
Expand All @@ -505,7 +505,7 @@ GEM
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.12.0)
reline (0.6.3)
reline (0.7.0)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand Down Expand Up @@ -541,7 +541,7 @@ GEM
rswag-ui (2.17.0)
actionpack (>= 5.2, < 8.2)
railties (>= 5.2, < 8.2)
rubocop (1.88.2)
rubocop (1.89.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down Expand Up @@ -645,7 +645,7 @@ GEM
activemodel (>= 5.2)
activerecord (>= 5.2)
yaml (0.4.0)
zeitwerk (2.8.2)
zeitwerk (2.8.3)

PLATFORMS
arm64-darwin-22
Expand All @@ -663,7 +663,7 @@ DEPENDENCIES
capybara (~> 3.40)
chaotic_order (~> 0.1.0)
cssbundling-rails (~> 1.4)
devise (~> 4.9)
devise (~> 5.0)
devise_token_auth (~> 1.2, >= 1.2.6)
dotenv-rails (~> 3.2.0)
draper (~> 4.0)
Expand Down Expand Up @@ -702,7 +702,7 @@ DEPENDENCIES
rspec-retry!
rswag-api (~> 2.17.0)
rswag-ui (~> 2.17.0)
rubocop (~> 1.88)
rubocop (~> 1.89)
rubocop-capybara (~> 3.0)
rubocop-factory_bot (~> 2.28)
rubocop-performance (~> 1.26)
Expand Down
Loading