Skip to content

Commit

Permalink
Bump activerecord from 3.2.6 to 3.2.14 in /default_files/ruby/config
Browse files Browse the repository at this point in the history
Bumps [activerecord](https://github.com/rails/rails) from 3.2.6 to 3.2.14.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.3.1/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v3.2.6...v3.2.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 28, 2022
1 parent 84ebdc5 commit 0b4b57d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion default_files/ruby/config/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "Ascii85", "1.0.1"
gem "aasm", "3.0.8"
gem "active_record_inline_schema", "0.5.7"
gem "activemodel", "3.2.6"
gem "activerecord", "3.2.6"
gem "activerecord", "3.2.14"
# Updated activeresource from 3.2.1 to 3.2.6 to avoid conflict with activemodel
gem "activeresource", "3.2.6"
gem "activesupport", "3.2.6"
Expand Down
9 changes: 2 additions & 7 deletions default_files/ruby/config/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ GEM
activemodel (3.2.6)
activesupport (= 3.2.6)
builder (~> 3.0.0)
activerecord (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activerecord (3.2.14)
activeresource (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
Expand Down Expand Up @@ -107,7 +103,6 @@ GEM
json
monster_mash (0.3.0)
typhoeus (>= 0.3.3)
typhoeus (>= 0.3.3)
multi_json (1.1.0)
multi_xml (0.5.1)
multipart-post (1.1.5)
Expand Down Expand Up @@ -203,7 +198,7 @@ DEPENDENCIES
aasm (= 3.0.8)
active_record_inline_schema (= 0.5.7)
activemodel (= 3.2.6)
activerecord (= 3.2.6)
activerecord (= 3.2.14)
activeresource (= 3.2.6)
activesupport (= 3.2.6)
addressable (= 2.2.7)
Expand Down

0 comments on commit 0b4b57d

Please sign in to comment.