Skip to content

Commit

Permalink
Update activerecord requirement from >= 5, <= 7.1 to >= 5, <= 7.2 (#75)
Browse files Browse the repository at this point in the history
* Update activerecord requirement from >= 5, <= 7.1 to >= 5, <= 7.2

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.1.3.2/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v5.0.0...v6.1.7.7)

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

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

* v0.6.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Austin Roos <[email protected]>
  • Loading branch information
dependabot[bot] and acroos authored Apr 29, 2024
1 parent d49c222 commit 2509a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ghost_adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
end
spec.require_paths = ['lib']

spec.add_dependency 'activerecord', '>= 5', '<= 7.1'
spec.add_dependency 'activerecord', '>= 5', '<= 7.2'
spec.add_dependency 'mysql2', '>= 0.4.0', '< 0.6.0'

spec.add_development_dependency 'bump', '~> 0'
Expand Down
2 changes: 1 addition & 1 deletion lib/ghost_adapter/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GhostAdapter
VERSION = '0.5.0'.freeze
VERSION = '0.6.0'.freeze
end

0 comments on commit 2509a2b

Please sign in to comment.