Skip to content

Commit

Permalink
Add commit sha to strscan gem
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Oct 31, 2024
1 parent 74adc85 commit 5b1ab3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ gem 'ffi', '~> 1.16.3', require: false
# Ruby 3.4 should be supported by strscan v3.1.1. However, the latest release of strscan is v3.1.0.
#
# TODO: Remove this once v3.1.1 is released.
gem 'strscan', git: 'https://github.com/ruby/strscan' if RUBY_VERSION.start_with?('3.4.')
gem 'strscan', git: 'https://github.com/ruby/strscan',
ref:'041b15df4ccc067deabd85fd489b2c15961d0e2f'if RUBY_VERSION.start_with?('3.4.')

0 comments on commit 5b1ab3e

Please sign in to comment.