Skip to content

Commit 24caf06

Browse files
Bump activesupport from 3.2.8 to 7.0.4.3
Bumps [activesupport](https://github.com/rails/rails) from 3.2.8 to 7.0.4.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md) - [Commits](rails/rails@v3.2.8...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4624741 commit 24caf06

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

Gemfile.lock

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activemodel (3.2.8)
5-
activesupport (= 3.2.8)
6-
builder (~> 3.0.0)
7-
activesupport (3.2.8)
8-
i18n (~> 0.6)
9-
multi_json (~> 1.0)
10-
builder (3.0.3)
4+
activemodel (7.0.4.3)
5+
activesupport (= 7.0.4.3)
6+
activesupport (7.0.4.3)
7+
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
1111
carrierwave (0.6.2)
1212
activemodel (>= 3.2.0)
1313
activesupport (>= 3.2.0)
14+
concurrent-ruby (1.2.2)
1415
crypt19-rb (1.2.1)
1516
git (1.2.5)
16-
i18n (0.6.1)
17+
i18n (1.12.0)
18+
concurrent-ruby (~> 1.0)
1719
jeweler (1.6.4)
1820
bundler (~> 1.0)
1921
git (>= 1.2.5)
2022
rake
21-
multi_json (1.3.6)
23+
minitest (5.18.0)
2224
rake (0.9.2.2)
2325
rcov (0.9.11)
2426
shoulda (2.11.3)
27+
tzinfo (2.0.6)
28+
concurrent-ruby (~> 1.0)
2529

2630
PLATFORMS
2731
ruby

0 commit comments

Comments
 (0)