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 @@ -10,7 +10,7 @@ group :development, :test do
gem 'rake', '13.2.1'
gem 'rspec', '3.13.0'
gem 'rubocop', '~> 1.75.3'
gem 'rubocop-performance', '~> 1.19.0'
gem 'rubocop-performance', '~> 1.26.1'
gem 'rubocop-rspec', '~> 2.25.0'
gem 'simplecov', '0.22.0'
gem 'simplecov-html', '0.13.1'
Expand Down
29 changes: 15 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ GEM
hashery (2.1.2)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.11.3)
language_server-protocol (3.17.0.4)
json (2.19.3)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand All @@ -82,7 +82,7 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.27.0)
parser (3.3.8.0)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
pdf-core (0.10.0)
Expand All @@ -100,7 +100,7 @@ GEM
ttfunk (~> 1.8)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
prism (1.4.0)
prism (1.9.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -110,7 +110,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.10.0)
regexp_parser (2.11.3)
rqrcode (2.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
Expand Down Expand Up @@ -139,18 +139,19 @@ GEM
rubocop-ast (>= 1.44.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.44.1)
rubocop-ast (1.49.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
prism (~> 1.7)
rubocop-capybara (2.22.1)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-factory_bot (2.27.1)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.26.1)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
Expand All @@ -173,9 +174,9 @@ GEM
bigdecimal (~> 3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.2.0)

PLATFORMS
ruby
Expand All @@ -189,7 +190,7 @@ DEPENDENCIES
rake (= 13.2.1)
rspec (= 3.13.0)
rubocop (~> 1.75.3)
rubocop-performance (~> 1.19.0)
rubocop-performance (~> 1.26.1)
rubocop-rspec (~> 2.25.0)
simplecov (= 0.22.0)
simplecov-html (= 0.13.1)
Expand Down
Loading