Skip to content

Commit

Permalink
Bump activesupport from 4.2.11.1 to 6.1.7.3
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Mar 16, 2023
1 parent 5afbe76 commit fccdf9d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def gh(slug)
"https://github.com/#{slug}"
end

gem 'activesupport', '~> 4.0'
gem 'activesupport', '~> 6.1'
gem 'addressable', '~> 2.3'
gem 'codeclimate-test-reporter', require: false, group: %i[development test]
gem 'coder'
Expand Down
25 changes: 13 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.11.1)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
activesupport (6.1.7.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
Expand All @@ -52,7 +53,7 @@ GEM
simplecov (<= 0.13)
coder (0.4.0)
coderay (1.1.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.2.2)
connection_pool (2.2.2)
crack (0.4.5)
rexml
Expand Down Expand Up @@ -81,7 +82,7 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (0.9.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.1)
json (2.3.1)
Expand All @@ -102,7 +103,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
minitar (0.6.1)
minitest (5.14.0)
minitest (5.18.0)
mocha (1.7.0)
metaclass (~> 0.0.1)
msgpack (1.2.4)
Expand Down Expand Up @@ -203,7 +204,6 @@ GEM
rack-protection (= 2.0.8.1)
sinatra (= 2.0.8.1)
tilt (~> 2.0)
thread_safe (0.3.6)
tilt (2.0.10)
travis (1.8.9)
backports
Expand All @@ -218,8 +218,8 @@ GEM
hashr (~> 2.0)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
Expand All @@ -229,12 +229,13 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket (1.2.8)
zeitwerk (2.6.7)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 4.0)
activesupport (~> 6.1)
addressable (~> 2.3)
codeclimate-test-reporter
coder
Expand Down

0 comments on commit fccdf9d

Please sign in to comment.