Skip to content

Commit

Permalink
Bump activesupport, activerecord and railties
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails), [activerecord](https://github.com/rails/rails) and [railties](https://github.com/rails/rails). These dependencies needed to be updated together.

Updates `activesupport` from 7.1.2 to 7.1.3
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.1.2...v7.1.3)

Updates `activerecord` from 7.1.2 to 7.1.3
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v7.1.2...v7.1.3)

Updates `railties` from 7.1.2 to 7.1.3
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3/railties/CHANGELOG.md)
- [Commits](rails/rails@v7.1.2...v7.1.3)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: activerecord
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: railties
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent eeb9bcb commit d9075a0
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,29 @@ GIT
GEM
remote: http://rubygems.org/
specs:
actionpack (7.1.2)
actionview (= 7.1.2)
activesupport (= 7.1.2)
actionpack (7.1.3)
actionview (= 7.1.3)
activesupport (= 7.1.3)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.2)
activesupport (= 7.1.2)
actionview (7.1.3)
activesupport (= 7.1.3)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.1.2)
activesupport (= 7.1.2)
activerecord (7.1.2)
activemodel (= 7.1.2)
activesupport (= 7.1.2)
activemodel (7.1.3)
activesupport (= 7.1.3)
activerecord (7.1.3)
activemodel (= 7.1.3)
activesupport (= 7.1.3)
timeout (>= 0.4.0)
activesupport (7.1.2)
activesupport (7.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -61,7 +61,7 @@ GEM
coderay (1.1.3)
commander (4.6.0)
highline (~> 2.0.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
coveralls_reborn (0.28.0)
simplecov (~> 0.22.0)
Expand Down Expand Up @@ -91,10 +91,10 @@ GEM
highline (2.0.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.0)
irb (1.10.1)
io-console (0.7.1)
irb (1.11.1)
rdoc
reline (>= 0.3.8)
reline (>= 0.4.2)
jeweler (2.3.9)
builder
bundler
Expand All @@ -116,15 +116,15 @@ GEM
nokogiri (>= 1.12.0)
method_source (1.0.0)
mime-types (2.99.3)
minitest (5.20.0)
minitest (5.21.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
mutex_m (0.2.0)
netrc (0.11.0)
nokogiri (1.15.5-x86_64-darwin)
nokogiri (1.16.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.8)
faraday (>= 0.8, < 3.0)
Expand All @@ -148,7 +148,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.1.0)
psych (5.1.2)
stringio
racc (1.7.3)
rack (2.2.8)
Expand All @@ -166,9 +166,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.2)
actionpack (= 7.1.2)
activesupport (= 7.1.2)
railties (7.1.3)
actionpack (= 7.1.3)
activesupport (= 7.1.3)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
Expand All @@ -181,10 +181,10 @@ GEM
sorbet-runtime (>= 0.5.9204)
rbs (3.2.1)
rchardet (1.8.0)
rdoc (6.5.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.8.3)
reline (0.4.1)
reline (0.4.2)
io-console (~> 0.5)
rexml (3.2.6)
rspec (3.12.0)
Expand Down Expand Up @@ -256,7 +256,7 @@ GEM
thor (>= 0.19.2)
sqlite3 (1.7.0-x86_64-darwin)
sqlite3 (1.7.0-x86_64-linux)
stringio (3.0.8)
stringio (3.1.0)
sync (0.5.0)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
Expand Down

0 comments on commit d9075a0

Please sign in to comment.