From 71bc20d0ca5f9b9b5cd73d10facaab691e78152e Mon Sep 17 00:00:00 2001 From: Jamie Strandboge Date: Tue, 8 Apr 2025 14:34:40 -0500 Subject: [PATCH 1/2] chore: update README.md for archiving --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 591fff6..0576a6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -> :warning: You are looking at the README a development branch of this gem. -> If you are using this gem you should have a look at the -> latest [released version (1.0.3)](https://github.com/influxdata/influxdb-rails/tree/v1.0.3#readme) +> :warning: You are looking at the README of an unmaintained development branch +> of this gem. If you are using this gem you should have a look at the +> latest [released version (1.0.3)](https://github.com/InfluxCommunity/influxdb-rails/tree/v1.0.3#readme) > instead. # influxdb-rails From f059c51a755466ee828ae4dd510011ebfa190807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:43:45 +0000 Subject: [PATCH 2/2] Update rubocop requirement from ~> 1.55.1 to ~> 1.75.2 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.55.1...v1.75.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- influxdb-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb-rails.gemspec b/influxdb-rails.gemspec index 78c6712..a2db639 100644 --- a/influxdb-rails.gemspec +++ b/influxdb-rails.gemspec @@ -37,7 +37,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rdoc" spec.add_development_dependency "rspec" spec.add_development_dependency "rspec-rails" - spec.add_development_dependency "rubocop", "~> 1.55.1" + spec.add_development_dependency "rubocop", "~> 1.75.2" spec.add_development_dependency "rubocop-rake" spec.add_development_dependency "rubocop-rspec" spec.add_development_dependency "sqlite3"