Skip to content

Commit cbe99d6

Browse files
Bump the ruby-dependencies group with 2 updates (#1669)
* Bump the ruby-dependencies group with 2 updates Bumps the ruby-dependencies group with 2 updates: [rspec-core](https://github.com/rspec/rspec-core) and [rubocop](https://github.com/rubocop/rubocop). Updates `rspec-core` from 3.13.1 to 3.13.2 - [Release notes](https://github.com/rspec/rspec-core/releases) - [Changelog](https://github.com/rspec/rspec-core/blob/main/Changelog.md) - [Commits](rspec/rspec-core@v3.13.1...v3.13.2) Updates `rubocop` from 1.66.1 to 1.67.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.66.1...v1.67.0) --- updated-dependencies: - dependency-name: rspec-core dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Bump the minimum Ruby version to 3.2 Since 3.1 is due to EOL soon. * Add explicit dependency on `logger` To work around: excon/excon#860 And refresh the lockfile. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <[email protected]>
1 parent f03ed3f commit cbe99d6

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
source 'https://rubygems.org'
44

5-
ruby '>= 3.1', '< 3.4'
5+
ruby '>= 3.2', '< 3.4'
66

77
group :test, :development do
88
gem 'heroku_hatchet'
9+
# Work around https://github.com/excon/excon/issues/860
10+
gem 'logger'
911
gem 'parallel_split_test'
1012
gem 'rspec-core'
1113
gem 'rspec-expectations'

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
base64 (0.2.0)
66
diff-lcs (1.5.1)
77
erubis (2.7.0)
8-
excon (0.111.0)
8+
excon (0.112.0)
99
heroics (0.1.3)
1010
base64
1111
erubis (~> 2.0)
@@ -21,6 +21,7 @@ GEM
2121
threaded (~> 0)
2222
json (2.7.2)
2323
language_server-protocol (3.17.0.3)
24+
logger (1.6.1)
2425
moneta (1.0.0)
2526
multi_json (1.15.0)
2627
parallel (1.26.3)
@@ -39,15 +40,15 @@ GEM
3940
rate_throttle_client (0.1.2)
4041
regexp_parser (2.9.2)
4142
rrrretry (1.0.0)
42-
rspec-core (3.13.1)
43+
rspec-core (3.13.2)
4344
rspec-support (~> 3.13.0)
4445
rspec-expectations (3.13.3)
4546
diff-lcs (>= 1.2.0, < 2.0)
4647
rspec-support (~> 3.13.0)
4748
rspec-retry (0.6.2)
4849
rspec-core (> 3.3)
4950
rspec-support (3.13.1)
50-
rubocop (1.66.1)
51+
rubocop (1.67.0)
5152
json (~> 2.3)
5253
language_server-protocol (>= 3.17.0)
5354
parallel (~> 1.10)
@@ -65,13 +66,14 @@ GEM
6566
thor (1.3.2)
6667
threaded (0.0.4)
6768
unicode-display_width (2.6.0)
68-
webrick (1.8.1)
69+
webrick (1.8.2)
6970

7071
PLATFORMS
7172
ruby
7273

7374
DEPENDENCIES
7475
heroku_hatchet
76+
logger
7577
parallel_split_test
7678
rspec-core
7779
rspec-expectations

0 commit comments

Comments
 (0)