Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump activesupport from 4.2.11.1 to 6.0.6.1 #2065

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump activesupport from 4.2.11.1 to 6.0.6.1
Bumps [activesupport](https://github.com/rails/rails) from 4.2.11.1 to 6.0.6.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v4.2.11.1...v6.0.6.1)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2023
commit 239c953b9472d2e9c52fec0b9aebc20030c68ac6
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.0'
gem 'addressable', '~> 2.3'
gem 'codeclimate-test-reporter', require: false, group: %i[development test]
gem 'coder'
Expand Down
18 changes: 10 additions & 8 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)
activesupport (6.0.6.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
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.0)
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.17.0)
mocha (1.7.0)
metaclass (~> 0.0.1)
msgpack (1.2.4)
Expand Down Expand Up @@ -218,7 +219,7 @@ GEM
hashr (~> 2.0)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.7)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
Expand All @@ -229,12 +230,13 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket (1.2.8)
zeitwerk (2.6.6)

PLATFORMS
ruby

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