Skip to content
Snippets Groups Projects
Unverified Commit 51eeca4b authored by paz's avatar paz
Browse files

Update rspec

This fixes usage with Ruby 3.3
parent e6d50cde
Branches
Tags
Loading
......@@ -24,5 +24,5 @@ Gem::Specification.new do |s|
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.3.0")
s.add_runtime_dependency 'base64', '~> 0.2.0'
end
s.add_development_dependency 'rspec', '~> 3.5.0'
s.add_development_dependency 'rspec', '~> 3.13'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment