From b33f004c0e82d385b79a02295759309cae159e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 19:24:46 +0000 Subject: [PATCH 1/3] Bump sqlite3 from 1.7.3 to 2.0.1 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.1. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.7.3...v2.0.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4860a31c3..9bec9f2ea 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'rubyzip', '~> 2.3' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.2' gem 'otr-activerecord', '~> 2.2.0' -gem 'sqlite3', '~> 1.7' +gem 'sqlite3', '~> 2.0' gem 'rubocop', '~> 1.63.2', require: false # Geolocation support diff --git a/Gemfile.lock b/Gemfile.lock index 6ddd90b9b..0956ca70b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -196,8 +196,8 @@ GEM rack-protection (= 3.2.0) tilt (~> 2.0) slack-notifier (2.4.0) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.1-arm64-darwin) + sqlite3 (2.0.1-x86_64-linux-gnu) stringio (3.1.0) sync (0.5.0) term-ansicolor (1.8.0) @@ -283,7 +283,7 @@ DEPENDENCIES selenium-webdriver (~> 4.19) sinatra (~> 3.2) slack-notifier (~> 2.4) - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) term-ansicolor test-unit-full (~> 0.0.5) thin (~> 1.8) From 6b58cd3a6c88795b8314066522d9b3a28e9e2665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:47:55 +0000 Subject: [PATCH 2/3] Bump rubocop from 1.63.2 to 1.63.4 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.2 to 1.63.4. - [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.63.2...v1.63.4) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 804a2056a..8e67255ce 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.2' gem 'otr-activerecord', '~> 2.2.0' gem 'sqlite3', '~> 2.0' -gem 'rubocop', '~> 1.63.3', require: false +gem 'rubocop', '~> 1.63.4', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index f162e46c2..99b984036 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,7 +115,7 @@ GEM hashie-forbidden_attributes (~> 0.1) parallel (1.24.0) parseconfig (1.1.2) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc power_assert (2.0.3) @@ -166,7 +166,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.0) - rubocop (1.63.3) + rubocop (1.63.4) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -177,8 +177,8 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -277,7 +277,7 @@ DEPENDENCIES rdoc (~> 6.6) rest-client (~> 2.1.0) rspec (~> 3.13) - rubocop (~> 1.63.3) + rubocop (~> 1.63.4) rubyzip (~> 2.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.20) From cfc6da3834b10c8ab83e0c8393ae21d46d97cf78 Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 2 May 2024 05:58:52 +1000 Subject: [PATCH 3/3] fix sqlite3 gem version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 804a2056a..88f7f107a 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'rubyzip', '~> 2.3' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.2' gem 'otr-activerecord', '~> 2.2.0' -gem 'sqlite3', '~> 2.0' +gem 'sqlite3', '~> 1.4' gem 'rubocop', '~> 1.63.3', require: false # Geolocation support