mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
bump rack-cors
This commit is contained in:
@@ -261,7 +261,7 @@ group :test do
|
||||
gem "rack_session_access"
|
||||
gem "rspec", "~> 3.13.0"
|
||||
# also add to development group, so 'spec' rake task gets loaded
|
||||
gem "rspec-rails", "~> 7.1.0", group: :development
|
||||
gem "rspec-rails", "~> 8.0.0", group: :development
|
||||
|
||||
# Retry failures within the same environment
|
||||
gem "retriable", "~> 3.1.1"
|
||||
|
||||
+6
-6
@@ -1084,10 +1084,10 @@ GEM
|
||||
rspec-mocks (3.13.4)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-rails (7.1.1)
|
||||
actionpack (>= 7.0)
|
||||
activesupport (>= 7.0)
|
||||
railties (>= 7.0)
|
||||
rspec-rails (8.0.0)
|
||||
actionpack (>= 7.2)
|
||||
activesupport (>= 7.2)
|
||||
railties (>= 7.2)
|
||||
rspec-core (~> 3.13)
|
||||
rspec-expectations (~> 3.13)
|
||||
rspec-mocks (~> 3.13)
|
||||
@@ -1487,7 +1487,7 @@ DEPENDENCIES
|
||||
roar (~> 1.2.0)
|
||||
rouge (~> 4.5.1)
|
||||
rspec (~> 3.13.0)
|
||||
rspec-rails (~> 7.1.0)
|
||||
rspec-rails (~> 8.0.0)
|
||||
rspec-retry (~> 0.6.1)
|
||||
rspec-wait
|
||||
rubocop
|
||||
@@ -1909,7 +1909,7 @@ CHECKSUMS
|
||||
rspec-core (3.13.3) sha256=25136507f4f9cf2e8977a2851e64e438b4331646054e345998714108745cdfe4
|
||||
rspec-expectations (3.13.4) sha256=4e43459765dfee900b25aa1361e106ab0799895ede65fc57872069feb559ecd8
|
||||
rspec-mocks (3.13.4) sha256=6bb158a0719c53d522104ed34c0777b884b2c9dc775ce64eaa10207df02ab993
|
||||
rspec-rails (7.1.1) sha256=e15dccabed211e2fd92f21330c819adcbeb1591c1d66c580d8f2d8288557e331
|
||||
rspec-rails (8.0.0) sha256=977a508cd94d152db2068c6585470db5d0cd47eef56d5410b9531034fb9d97bf
|
||||
rspec-retry (0.6.2) sha256=6101ba23a38809811ae3484acde4ab481c54d846ac66d5037ccb40131a60d858
|
||||
rspec-support (3.13.3) sha256=2a61e393f6e18b7228726e0c6869c5d5a1419d37206116c4d917d145276b3f43
|
||||
rspec-wait (1.0.1) sha256=50ce9cc7cd20b8bb67b95a4ed56b59a16d4af7e86ae91b28dbf20eeaa2481d1f
|
||||
|
||||
Reference in New Issue
Block a user