Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Dubrovsky committed Sep 11, 2023
1 parent 5e4ae5a commit cbc6697
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-

* **(Breaking)** Support Ruby >= 2.7.0

* Update rubocop to `1.55.1`. ([@Set27])
* Update rubocop-rails to `2.20.2`. ([@Set27])
* Update rubocop-spec to `2.23.0`. ([@Set27])
* Update rubocop to `1.56.3`. ([@Set27])
* Update rubocop-rails to `2.21.0`. ([@Set27])
* Update rubocop-spec to `2.24.0`. ([@Set27])

## 1.4.0 (2023-02-11)

Expand Down
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.55.1"
spec.add_dependency "rubocop-graphql", "~> 1.1.1"
spec.add_dependency "rubocop-rails", "~> 2.20.2"
spec.add_dependency "rubocop-rspec", "~> 2.23.0"
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.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit cbc6697

Please sign in to comment.