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 @@ -112,7 +112,7 @@ group :development, :test do
# Use RSpec for Behaviour testing
gem 'rspec-rails', '~> 8'

gem 'rubocop', '~> 1.89.0'
gem 'rubocop', '~> 1.90.0'

# Factory Bot for factories
# fix for https://github.com/thoughtbot/factory_bot/issues/1690
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ GEM
bcrypt (3.1.22)
bigdecimal (3.3.1)
builder (3.3.0)
bullet (8.1.3)
bullet (8.2.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (13.0.0)
Expand Down Expand Up @@ -406,7 +406,7 @@ GEM
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.1)
parallel (2.1.0)
parallel (2.2.0)
parallel_tests (5.7.0)
parallel
parser (3.3.12.0)
Expand Down Expand Up @@ -546,8 +546,8 @@ GEM
rspec-support (3.13.7)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.89.0)
json (~> 2.3)
rubocop (1.90.0)
json (>= 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (>= 1.10)
Expand Down Expand Up @@ -594,7 +594,7 @@ GEM
fugit (~> 1.8, >= 1.11.1)
globalid (>= 1.0.1)
sidekiq (>= 6.5.0)
simplecov (1.0.0)
simplecov (1.1.1)
simplecov-lcov (0.9.0)
slim (5.2.1)
temple (~> 0.10.0)
Expand Down Expand Up @@ -722,7 +722,7 @@ DEPENDENCIES
rspec-rails (~> 8)
rspec-retry
rspec_junit_formatter
rubocop (~> 1.89.0)
rubocop (~> 1.90.0)
ruby-oembed
ruby-openai (~> 8.3)
rubyzip (~> 3.3)
Expand Down