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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ group :development, :test do
# Use RSpec for Behaviour testing
gem 'rspec-rails', '~> 8'

gem 'rubocop', '~> 1.86'
gem 'rubocop', '~> 1.88'

# Factory Bot for factories
# fix for https://github.com/thoughtbot/factory_bot/issues/1690
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ GEM
benchmark (0.5.0)
bigdecimal (3.3.1)
builder (3.3.0)
bullet (8.1.2)
bullet (8.1.3)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (13.0.0)
Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
cgi (0.5.1)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.7)
concurrent-ruby (1.3.8)
connection_pool (2.5.5)
consistency_fail (0.3.7)
crass (1.0.6)
Expand Down Expand Up @@ -301,7 +301,7 @@ GEM
http-cookie (1.0.6)
domain_name (~> 0.5)
http_accept_language (2.1.1)
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
i18n-tasks (1.1.2)
activesupport (>= 4.0.2)
Expand All @@ -328,7 +328,7 @@ GEM
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
jmespath (1.6.2)
json (2.19.7)
json (2.21.1)
json-schema (5.2.2)
addressable (~> 2.8)
bigdecimal (~> 3.1)
Expand All @@ -345,7 +345,7 @@ GEM
matrix
pragmatic_segmenter (~> 0.3.0)
zeitwerk (~> 2.5)
language_server-protocol (3.17.0.5)
language_server-protocol (3.17.0.6)
launchy (3.1.1)
addressable (~> 2.8)
childprocess (~> 5.0)
Expand Down Expand Up @@ -411,7 +411,7 @@ GEM
parallel (2.1.0)
parallel_tests (5.7.0)
parallel
parser (3.3.11.1)
parser (3.3.12.0)
ast (~> 2.4.1)
racc
pdf-reader (2.15.1)
Expand Down Expand Up @@ -547,7 +547,7 @@ GEM
rspec-support (3.13.7)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.86.2)
rubocop (1.88.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -558,10 +558,10 @@ GEM
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.49.1)
rubocop-ast (1.50.0)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-rails (2.35.3)
rubocop-rails (2.36.0)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
Expand All @@ -588,8 +588,8 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 4.0)
websocket (~> 1.0)
shoulda-matchers (7.0.1)
activesupport (>= 7.1)
shoulda-matchers (8.0.1)
activesupport (>= 7.2)
sidekiq (7.3.10)
base64
connection_pool (>= 2.3.0, < 3)
Expand All @@ -615,7 +615,7 @@ GEM
actionpack (>= 3.1)
railties (>= 3.1)
slim (>= 3.0, < 6.0, != 5.0.0)
spring (4.6.0)
spring (4.7.0)
ssrf_filter (1.5.0)
stackprof (0.2.28)
stringio (3.2.0)
Expand Down Expand Up @@ -656,7 +656,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yajl-ruby (1.4.3)
yard (0.9.44)
yard (0.9.45)
zeitwerk (2.7.5)

PLATFORMS
Expand Down Expand Up @@ -736,7 +736,7 @@ DEPENDENCIES
rspec-rails (~> 8)
rspec-retry
rspec_junit_formatter
rubocop (~> 1.86)
rubocop (~> 1.88)
rubocop-rails
ruby-oembed
ruby-openai
Expand Down