Skip to content

Commit 8729e9b

Browse files
committed
Add support for Rails 7
1 parent f891e2f commit 8729e9b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
safe_polymorphic (0.1.2)
5-
activerecord (>= 5.2, < 7.1)
4+
safe_polymorphic (0.1.3)
5+
activerecord (>= 5.2, < 8.0)
66

77
GEM
88
remote: https://rubygems.org/
@@ -76,6 +76,7 @@ GEM
7676

7777
PLATFORMS
7878
arm64-darwin-21
79+
arm64-darwin-23
7980
x86_64-linux
8081

8182
DEPENDENCIES

lib/safe_polymorphic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SafePolymorphic
4-
VERSION = '0.1.2'
4+
VERSION = '0.1.3'
55
end

safe_polymorphic.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
3131
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3232
spec.require_paths = ['lib']
3333

34-
spec.add_dependency 'activerecord', '>= 5.2', '< 7.1'
34+
spec.add_dependency 'activerecord', '>= 5.2', '< 8.0'
3535
end

0 commit comments

Comments
 (0)