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
4 changes: 2 additions & 2 deletions Dutchie-Style.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) {|f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "rubocop", "~> 1.72"
spec.add_dependency "rubocop", "~> 1.81"
spec.add_dependency "rubocop-capybara", "~> 2.18"
spec.add_dependency "rubocop-factory_bot", "~> 2.24"
spec.add_dependency "rubocop-rails", "~> 2.21"
spec.add_dependency "rubocop-rails", "~> 2.33"
spec.add_dependency "rubocop-rspec", "~> 2.24"
spec.add_dependency "rubocop-rspec_rails", "~> 2.25"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ gemspec

gem "rake", "~> 12.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.72"
gem "rubocop-rails", "~> 2.14"
gem "rubocop", "~> 1.81"
gem "rubocop-rails", "~> 2.33"
60 changes: 37 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,43 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
activesupport (7.2.3)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
ast (2.4.3)
concurrent-ruby (1.2.2)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (3.3.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
diff-lcs (1.4.2)
i18n (1.14.1)
drb (2.2.3)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.13.2)
json (2.16.0)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
minitest (5.20.0)
logger (1.7.0)
minitest (5.26.2)
parallel (1.27.0)
parser (3.3.9.0)
parser (3.3.10.0)
ast (~> 2.4.1)
racc
prism (1.4.0)
prism (1.6.0)
racc (1.8.1)
rack (3.0.8)
rack (3.2.4)
rainbow (3.1.1)
rake (12.3.3)
regexp_parser (2.10.0)
regexp_parser (2.11.3)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand All @@ -49,30 +62,31 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubocop (1.79.0)
rubocop (1.81.7)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.46.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
ruby-progressbar (~> 1.7)
tsort (>= 0.2.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
rubocop-ast (1.48.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.27.1)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-rails (2.22.1)
rubocop-rails (2.34.0)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
rubocop-rspec (2.31.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
Expand All @@ -81,12 +95,12 @@ GEM
rubocop-rspec_rails (2.29.0)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
tsort (0.2.0)
securerandom (0.4.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.1.0)

PLATFORMS
ruby
Expand All @@ -95,8 +109,8 @@ DEPENDENCIES
Dutchie-Style!
rake (~> 12.0)
rspec (~> 3.0)
rubocop (~> 1.72)
rubocop-rails (~> 2.14)
rubocop (~> 1.81)
rubocop-rails (~> 2.33)

BUNDLED WITH
2.4.8
2 changes: 1 addition & 1 deletion lib/Dutchie/Style/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Dutchie
module Style
VERSION = "2.0.11"
VERSION = "2.0.12"
public_constant :VERSION
end
end
Loading