Skip to content

Commit

Permalink
Update activerecord requirement from >= 4.2, < 6.2 to >= 4.2, < 7.1 (#7)
Browse files Browse the repository at this point in the history
Updates the requirements on [activerecord](https://github.com/rails/rails) to permit the latest version.
- [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@v6.1.3...v7.0.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 29, 2022
1 parent c70ac61 commit e6d89ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
22 changes: 10 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,26 @@ PATH
remote: .
specs:
uuidable (0.2.6)
activerecord (>= 4.2, < 6.2)
activerecord (>= 4.2, < 7.1)
uuidtools (>= 2.1, < 3)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.3)
activesupport (= 6.1.3)
activerecord (6.1.3)
activemodel (= 6.1.3)
activesupport (= 6.1.3)
activesupport (6.1.3)
activemodel (7.0.3.1)
activesupport (= 7.0.3.1)
activerecord (7.0.3.1)
activemodel (= 7.0.3.1)
activesupport (= 7.0.3.1)
activesupport (7.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.4.0)
ast (2.3.0)
backports (3.6.8)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.10)
diff-lcs (1.2.5)
ethon (0.8.1)
ffi (>= 1.3.0)
Expand All @@ -39,12 +38,12 @@ GEM
net-http-persistent (>= 2.7)
net-http-pipeline
highline (1.7.8)
i18n (1.8.9)
i18n (1.11.0)
concurrent-ruby (~> 1.0)
json (2.3.1)
launchy (2.4.3)
addressable (~> 2.3)
minitest (5.14.4)
minitest (5.16.2)
multi_json (1.11.2)
multipart-post (2.0.0)
net-http-persistent (2.9.4)
Expand Down Expand Up @@ -96,7 +95,6 @@ GEM
unicode-display_width (1.3.0)
uuidtools (2.2.0)
websocket (1.2.2)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion uuidable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'travis', '~> 1.8', '>= 1.8.2'

spec.add_dependency 'activerecord', '>= 4.2', '< 6.2'
spec.add_dependency 'activerecord', '>= 4.2', '< 7.1'
spec.add_dependency 'uuidtools', '>= 2.1', '< 3'
end

0 comments on commit e6d89ea

Please sign in to comment.