chore(deps): update dependency rspec to v3.13.0 #197

Merged
renovate merged 2 commits from renovate/rspec-3.x-lockfile into main 2024-02-05 09:33:31 +13:00
2 changed files with 13 additions and 13 deletions

View file

@ -10,7 +10,7 @@ GEM
ast (2.4.2)
coderay (1.1.3)
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
dry-inflector (0.2.1)
faker (3.2.3)
i18n (>= 1.8.11, < 2)
@ -30,19 +30,19 @@ GEM
rake (13.1.0)
regexp_parser (2.8.1)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.52.1)
json (~> 2.3)
parallel (~> 1.10)

View file

@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = 'Generate and compile WebAssembly code from Ruby'
spec.homepage = 'https://code.harton.nz/james/wag'
spec.license = 'Hippocratic'
spec.required_ruby_version = Gem::Requirement.new('~> 3.2')
spec.required_ruby_version = Gem::Requirement.new('~> 3.3')
# spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"