Skip to content

Commit c5387d2

Browse files
Bump activesupport from 7.0.4.3 to 7.0.8 in /gems/gitlab-rspec
Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.3 to 7.0.8. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.8/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.0.4.3...v7.0.8) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd43259 commit c5387d2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

gems/gitlab-rspec/Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (7.0.4.3)
12-
actionview (= 7.0.4.3)
13-
activesupport (= 7.0.4.3)
14-
rack (~> 2.0, >= 2.2.0)
11+
actionpack (7.0.8)
12+
actionview (= 7.0.8)
13+
activesupport (= 7.0.8)
14+
rack (~> 2.0, >= 2.2.4)
1515
rack-test (>= 0.6.3)
1616
rails-dom-testing (~> 2.0)
1717
rails-html-sanitizer (~> 1.0, >= 1.2.0)
18-
actionview (7.0.4.3)
19-
activesupport (= 7.0.4.3)
18+
actionview (7.0.8)
19+
activesupport (= 7.0.8)
2020
builder (~> 3.1)
2121
erubi (~> 1.4)
2222
rails-dom-testing (~> 2.0)
2323
rails-html-sanitizer (~> 1.1, >= 1.2.0)
24-
activesupport (7.0.4.3)
24+
activesupport (7.0.8)
2525
concurrent-ruby (~> 1.0, >= 1.0.2)
2626
i18n (>= 1.6, < 2)
2727
minitest (>= 5.1)
@@ -50,15 +50,15 @@ GEM
5050
rubocop-performance (~> 1.15)
5151
rubocop-rails (~> 2.17)
5252
rubocop-rspec (~> 2.22)
53-
i18n (1.13.0)
53+
i18n (1.14.1)
5454
concurrent-ruby (~> 1.0)
5555
json (2.6.3)
5656
loofah (2.21.3)
5757
crass (~> 1.0.2)
5858
nokogiri (>= 1.12.0)
5959
method_source (1.0.0)
6060
mini_portile2 (2.8.2)
61-
minitest (5.18.0)
61+
minitest (5.20.0)
6262
nokogiri (1.15.2)
6363
mini_portile2 (~> 2.8.2)
6464
racc (~> 1.4)
@@ -78,9 +78,9 @@ GEM
7878
nokogiri (>= 1.6)
7979
rails-html-sanitizer (1.5.0)
8080
loofah (~> 2.19, >= 2.19.1)
81-
railties (7.0.4.3)
82-
actionpack (= 7.0.4.3)
83-
activesupport (= 7.0.4.3)
81+
railties (7.0.8)
82+
actionpack (= 7.0.8)
83+
activesupport (= 7.0.8)
8484
method_source
8585
rake (>= 12.2)
8686
thor (~> 1.0)

0 commit comments

Comments
 (0)