Skip to content

Commit f88e1c1

Browse files
committed
Remove workaround for strscan issue
This is not expected to be an issue in 3.5 (and is probably fixed for 3.4 as well, but I'll leave that for a separate PR to not affect the appraisals).
1 parent 8ca9ba5 commit f88e1c1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ruby-3.5.gemfile

-8
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ gem 'rubocop-rspec', ['~> 2.20', '< 2.21'], require: false
5050
gem 'simplecov', git: 'https://github.com/DataDog/simplecov', ref: '3bb6b7ee58bf4b1954ca205f50dd44d6f41c57db'
5151
gem 'simplecov-cobertura', '~> 2.1.0' # Used by codecov
5252

53-
# Ruby 3.4 should be supported by strscan v3.1.1. However, the latest release of strscan is v3.1.0.
54-
# Pin strscan to the latest commit sha.
55-
#
56-
# TODO: Remove once v3.1.1 is released.
57-
gem 'strscan',
58-
git: 'https://github.com/ruby/strscan',
59-
ref: '041b15df4ccc067deabd85fd489b2c15961d0e2f'
60-
6153
gem 'warning', '~> 1' # NOTE: Used in spec_helper.rb
6254
gem 'webmock', '>= 3.10.0'
6355
gem 'webrick', '>= 1.8.2'

0 commit comments

Comments
 (0)