Skip to content

Commit

Permalink
Update dependecies (#280)
Browse files Browse the repository at this point in the history
* Bump rubocop and rubocop-rspec versions

* Bump rubocop-rails and rubocop-graphql versions
  • Loading branch information
Set27 committed Aug 27, 2024
1 parent 38c7047 commit f3b7e01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions datarockets-style.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,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.56.3"
spec.add_dependency "rubocop-graphql", "~> 1.4"
spec.add_dependency "rubocop-rails", "~> 2.21"
spec.add_dependency "rubocop-rspec", "~> 2.24"
spec.add_dependency "rubocop", "~> 1.65.1"
spec.add_dependency "rubocop-graphql", "~> 1.5.4"
spec.add_dependency "rubocop-rails", "~> 2.26"
spec.add_dependency "rubocop-rspec", "~> 3.0.4"

spec.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit f3b7e01

Please sign in to comment.