Skip to content

Commit 2dec93a

Browse files
Bump activesupport from 4.2.11.1 to 6.1.7.3
Bumps [activesupport](https://github.com/rails/rails) from 4.2.11.1 to 6.1.7.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@v4.2.11.1...v6.1.7.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4626a53 commit 2dec93a

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

66
ruby File.read(File.expand_path('.ruby-version', __dir__)).strip
77

8-
gem 'activesupport', '~> 4.0'
8+
gem 'activesupport', '~> 6.1'
99
gem 'addressable', '~> 2.3'
1010
gem 'codeclimate-test-reporter', require: false, group: %i[development test]
1111
gem 'coder'

Gemfile.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ GIT
3737
GEM
3838
remote: https://rubygems.org/
3939
specs:
40-
activesupport (4.2.11.1)
41-
i18n (~> 0.7)
42-
minitest (~> 5.1)
43-
thread_safe (~> 0.3, >= 0.3.4)
44-
tzinfo (~> 1.1)
40+
activesupport (6.1.7.3)
41+
concurrent-ruby (~> 1.0, >= 1.0.2)
42+
i18n (>= 1.6, < 2)
43+
minitest (>= 5.1)
44+
tzinfo (~> 2.0)
45+
zeitwerk (~> 2.3)
4546
addressable (2.5.2)
4647
public_suffix (>= 2.0.2, < 4.0)
4748
ast (2.4.0)
@@ -52,7 +53,7 @@ GEM
5253
simplecov (<= 0.13)
5354
coder (0.4.0)
5455
coderay (1.1.2)
55-
concurrent-ruby (1.1.6)
56+
concurrent-ruby (1.2.2)
5657
connection_pool (2.2.2)
5758
crack (0.4.5)
5859
rexml
@@ -81,7 +82,7 @@ GEM
8182
http-accept (1.7.0)
8283
http-cookie (1.0.5)
8384
domain_name (~> 0.5)
84-
i18n (0.9.5)
85+
i18n (1.12.0)
8586
concurrent-ruby (~> 1.0)
8687
jaro_winkler (1.5.1)
8788
json (2.3.1)
@@ -102,7 +103,7 @@ GEM
102103
mime-types-data (~> 3.2015)
103104
mime-types-data (3.2022.0105)
104105
minitar (0.6.1)
105-
minitest (5.14.0)
106+
minitest (5.15.0)
106107
mocha (1.7.0)
107108
metaclass (~> 0.0.1)
108109
msgpack (1.7.0)
@@ -203,7 +204,6 @@ GEM
203204
rack-protection (= 2.0.8.1)
204205
sinatra (= 2.0.8.1)
205206
tilt (~> 2.0)
206-
thread_safe (0.3.6)
207207
tilt (2.0.10)
208208
travis (1.8.9)
209209
backports
@@ -218,8 +218,8 @@ GEM
218218
hashr (~> 2.0)
219219
typhoeus (0.8.0)
220220
ethon (>= 0.8.0)
221-
tzinfo (1.2.7)
222-
thread_safe (~> 0.1)
221+
tzinfo (2.0.6)
222+
concurrent-ruby (~> 1.0)
223223
unf (0.1.4)
224224
unf_ext
225225
unf_ext (0.0.8.2)
@@ -229,12 +229,13 @@ GEM
229229
crack (>= 0.3.2)
230230
hashdiff (>= 0.4.0, < 2.0.0)
231231
websocket (1.2.8)
232+
zeitwerk (2.6.7)
232233

233234
PLATFORMS
234235
ruby
235236

236237
DEPENDENCIES
237-
activesupport (~> 4.0)
238+
activesupport (~> 6.1)
238239
addressable (~> 2.3)
239240
codeclimate-test-reporter
240241
coder

0 commit comments

Comments
 (0)