Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade gems #49

Merged
merged 21 commits into from
Dec 10, 2024
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
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
require:
- standard
- rubocop-rails
- rubocop-factory_bot
- rubocop-rspec
- rubocop-rspec_rails
- rubocop-capybara
- rubocop-performance

inherit_gem:
standard: config/base.yml
Expand Down
39 changes: 20 additions & 19 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,45 @@ ruby "~> 3.3.6"
gem "rails", "~> 7.1.5"

gem "active_record_union"
gem "bcrypt", "~> 3.1.7"
gem "bcrypt", "~> 3.1.20"
gem "bootsnap", require: false
gem "cancancan", "~> 3.6.0"
gem "cancancan", "~> 3.6.1"
gem "cssbundling-rails"
gem "faker", "~> 3.4.0"
gem "faker", "~> 3.5.1"
gem "friendly_id", "~> 5.5.1"
gem "humanize", "~> 3.1.0"
gem "jbuilder"
gem "jsbundling-rails"
gem "pagy", "~> 8.4.0"
gem "pagy", "~> 9.3.3"
gem "pg", "~> 1.5.4"
gem "prawn", "~> 2.4.0"
gem "prawn", "~> 2.5.0"
gem "prawn-table", "~> 0.2.2"
gem "propshaft"
gem "puma", "~> 6.4.2"
gem "puma", "~> 6.5.0"
gem "rails-i18n", "~> 7.0.8"
gem "ransack", "~> 4.1.1"
gem "ransack", "~> 4.2.1"
gem "redis", "~> 5.0.8"
gem "rolify", "~> 6.0.1"
gem "sentry-rails", "~> 5.13.0"
gem "sentry-ruby", "~> 5.13.0"
gem "simple_form", "~> 5.3.0"
gem "stimulus-rails"
gem "turbo-rails", "~> 1.5.0"
gem "turbo-rails", "~> 2.0.11"
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
gem "validates_email_format_of", "~> 1.7.2"
gem "validates_timeliness", "~> 7.0.0.beta1"
gem "validates_email_format_of", "~> 1.8.2"
gem "validates_timeliness", "~> 7.0.0"

group :development, :test do
gem "debug", platforms: %i[mri mingw x64_mingw]
gem "factory_bot_rails", "~> 6.4.0"
gem "rspec-rails", "~> 6.1.0"
gem "rubocop-rails", "2.25.0", require: false
gem "rspec-rails", "~> 7.1.0"
gem "rubocop-rails", "2.27.0", require: false
gem "rubocop-rspec_rails", require: false
gem "rubocop-performance", require: false
gem "rubocop-rspec", require: false
gem "standard", require: false
end

group :development do
gem "dockerfile-rails", ">= 1.5"
gem "dockerfile-rails", ">= 1.6"
gem "erb_lint", require: false
gem "web-console"
end
Expand All @@ -53,12 +53,13 @@ group :test do
gem "capybara", "~> 3.40.0"
gem "rack_session_access"
gem "rails-controller-testing", "~> 1.0.5"
gem "selenium-webdriver", "~> 4.21.0"
gem "selenium-webdriver", "~> 4.27.0"
gem "shoulda-callback-matchers", "~> 1.1.4"
gem "shoulda-matchers", "~> 6.2.0"
gem "shoulda-matchers", "~> 6.4.0"
gem "simplecov", require: false
end

group :productiom do
gem "matrix", "~> 0.4.2"
group :production do
gem "sentry-rails", "~> 5.22.0"
gem "sentry-ruby", "~> 5.22.0"
end
139 changes: 74 additions & 65 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bcrypt (3.1.19)
bcrypt (3.1.20)
benchmark (0.4.0)
better_html (2.0.1)
actionview (>= 6.0)
Expand Down Expand Up @@ -119,7 +119,7 @@ GEM
reline (>= 0.3.1)
diff-lcs (1.5.1)
docile (1.4.0)
dockerfile-rails (1.5.12)
dockerfile-rails (1.6.24)
rails (>= 3.0.0)
drb (2.2.1)
erb_lint (0.4.0)
Expand All @@ -135,7 +135,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.4.1)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
friendly_id (5.5.1)
activerecord (>= 4.0.0)
Expand All @@ -155,7 +155,7 @@ GEM
railties (>= 6.0.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
lint_roller (1.0.0)
lint_roller (1.1.0)
logger (1.6.2)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -183,16 +183,17 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
pagy (8.4.4)
pagy (9.3.3)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
pdf-core (0.9.0)
pdf-core (0.10.0)
pg (1.5.4)
prawn (2.4.0)
pdf-core (~> 0.9.0)
ttfunk (~> 1.7)
prawn (2.5.0)
matrix (~> 0.4)
pdf-core (~> 0.10.0)
ttfunk (~> 1.8)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
propshaft (0.6.4)
Expand All @@ -203,7 +204,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (5.0.4)
puma (6.4.2)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.0)
rack (3.1.3)
Expand Down Expand Up @@ -255,7 +256,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
ransack (4.1.1)
ransack (4.2.1)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
Expand All @@ -271,31 +272,32 @@ GEM
rexml (3.3.0)
strscan
rolify (6.0.1)
rspec-core (3.13.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-rails (7.1.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.50.2)
rspec-support (3.13.2)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
Expand All @@ -304,34 +306,38 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-performance (1.16.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.25.0)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.24.1)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (2.29.1)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
securerandom (0.4.0)
selenium-webdriver (4.21.1)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-rails (5.13.0)
sentry-rails (5.22.0)
railties (>= 5.0)
sentry-ruby (~> 5.13.0)
sentry-ruby (5.13.0)
sentry-ruby (~> 5.22.0)
sentry-ruby (5.22.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
shoulda-callback-matchers (1.1.4)
activesupport (>= 3)
shoulda-matchers (6.2.0)
shoulda-matchers (6.4.0)
activesupport (>= 5.2.0)
simple_form (5.3.0)
actionpack (>= 5.2)
Expand All @@ -342,36 +348,38 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
simpleidn (0.2.3)
smart_properties (1.17.0)
standard (1.28.0)
standard (1.40.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50.2)
rubocop (~> 1.65.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.0.1)
standard-performance (~> 1.4)
standard-custom (1.0.0)
lint_roller (~> 1.0)
standard-performance (1.0.1)
lint_roller (~> 1.0)
rubocop-performance (~> 1.16.0)
standard-performance (1.5.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.22.0)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
stringio (3.1.1)
strscan (3.1.0)
thor (1.3.1)
timeliness (0.4.5)
timeliness (0.5.0)
timeout (0.4.1)
ttfunk (1.7.0)
turbo-rails (1.5.0)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
validates_email_format_of (1.7.2)
i18n
validates_timeliness (7.0.0.beta2)
validates_email_format_of (1.8.2)
i18n (>= 0.8.0)
simpleidn
validates_timeliness (7.0.0)
activemodel (>= 7.0.0, < 8)
timeliness (>= 0.3.10, < 1)
web-console (4.2.0)
Expand All @@ -380,7 +388,7 @@ GEM
bindex (>= 0.4.0)
railties (>= 6.0.0)
webrick (1.8.1)
websocket (1.2.10)
websocket (1.2.11)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand All @@ -393,50 +401,51 @@ PLATFORMS

DEPENDENCIES
active_record_union
bcrypt (~> 3.1.7)
bcrypt (~> 3.1.20)
bootsnap
cancancan (~> 3.6.0)
cancancan (~> 3.6.1)
capybara (~> 3.40.0)
cssbundling-rails
debug
dockerfile-rails (>= 1.5)
dockerfile-rails (>= 1.6)
erb_lint
factory_bot_rails (~> 6.4.0)
faker (~> 3.4.0)
faker (~> 3.5.1)
friendly_id (~> 5.5.1)
humanize (~> 3.1.0)
jbuilder
jsbundling-rails
matrix (~> 0.4.2)
pagy (~> 8.4.0)
pagy (~> 9.3.3)
pg (~> 1.5.4)
prawn (~> 2.4.0)
prawn (~> 2.5.0)
prawn-table (~> 0.2.2)
propshaft
puma (~> 6.4.2)
puma (~> 6.5.0)
rack_session_access
rails (~> 7.1.5)
rails-controller-testing (~> 1.0.5)
rails-i18n (~> 7.0.8)
ransack (~> 4.1.1)
ransack (~> 4.2.1)
redis (~> 5.0.8)
rolify (~> 6.0.1)
rspec-rails (~> 6.1.0)
rubocop-rails (= 2.25.0)
rspec-rails (~> 7.1.0)
rubocop-performance
rubocop-rails (= 2.27.0)
rubocop-rspec
selenium-webdriver (~> 4.21.0)
sentry-rails (~> 5.13.0)
sentry-ruby (~> 5.13.0)
rubocop-rspec_rails
selenium-webdriver (~> 4.27.0)
sentry-rails (~> 5.22.0)
sentry-ruby (~> 5.22.0)
shoulda-callback-matchers (~> 1.1.4)
shoulda-matchers (~> 6.2.0)
shoulda-matchers (~> 6.4.0)
simple_form (~> 5.3.0)
simplecov
standard
stimulus-rails
turbo-rails (~> 1.5.0)
turbo-rails (~> 2.0.11)
tzinfo-data
validates_email_format_of (~> 1.7.2)
validates_timeliness (~> 7.0.0.beta1)
validates_email_format_of (~> 1.8.2)
validates_timeliness (~> 7.0.0)
web-console

RUBY VERSION
Expand Down
Loading
Loading