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
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ group :development do
gem 'rubocop-rails', require: false
gem 'rubocop-rspec', require: false
gem 'rubocop-rspec_rails', require: false
gem 'ruby-lsp-rspec', require: false
gem 'web-console', '~> 4.2'
end

Expand Down
13 changes: 10 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0806)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (5.26.0)
msgpack (1.7.2)
multi_json (1.15.0)
Expand All @@ -310,8 +309,7 @@ GEM
netrc (0.11.0)
newrelic_rpm (9.16.0)
nio4r (2.7.3)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
nokogiri (1.18.10-arm64-darwin)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something funky happened when adding the gem, it shouldn't be locking to a platform 🤔

racc (~> 1.4)
noticed (1.6.3)
http (>= 4.0.0)
Expand Down Expand Up @@ -428,6 +426,8 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.9.5)
logger
rdoc (6.15.0)
erb
psych (>= 4.0.0)
Expand Down Expand Up @@ -520,6 +520,12 @@ GEM
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-rspec (~> 3.5)
ruby-lsp (0.26.2)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 5)
ruby-lsp-rspec (0.1.28)
ruby-lsp (~> 0.26.0)
ruby-progressbar (1.13.0)
sanitize (7.0.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -676,6 +682,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
rubocop-rspec_rails
ruby-lsp-rspec
ruby-progressbar (~> 1.13)
scenic (~> 1.9)
seed-fu (~> 2.3)
Expand Down