Skip to content
代码片段 群组 项目
未验证 提交 f6f7f512 编辑于 作者: Dzmitry Meshcharakou's avatar Dzmitry Meshcharakou
浏览文件

Upgrade gitlab-rspec activesupport dependency to support Rails 7.1

上级 28592ad9
No related branches found
No related tags found
无相关合并请求
......@@ -37,7 +37,7 @@ PATH
remote: gems/gitlab-rspec
specs:
gitlab-rspec (0.1.0)
activesupport (>= 6.1, < 7.1)
activesupport (>= 6.1, < 8)
rspec (~> 3.0)
PATH
......
......@@ -2,7 +2,7 @@ PATH
remote: .
specs:
gitlab-rspec (0.1.0)
activesupport (>= 6.1, < 7.1)
activesupport (>= 6.1, < 8)
rspec (~> 3.0)
GEM
......
......@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["lib/**/*.rb"]
spec.require_paths = ["lib"]
spec.add_runtime_dependency "activesupport", ">= 6.1", "< 7.1"
spec.add_runtime_dependency "activesupport", ">= 6.1", "< 8"
spec.add_runtime_dependency "rspec", "~> 3.0"
spec.add_development_dependency "factory_bot_rails", "~> 6.2.0"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册