Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Add Rails 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
janospapp committed Jul 1, 2023
1 parent ee0f284 commit 9cd710b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/rescue_unique_constraint/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RescueUniqueConstraint
VERSION = "1.9.0"
VERSION = "1.10.0"
end
4 changes: 2 additions & 2 deletions rescue_unique_constraint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Gem::Specification.new do |spec|
spec.summary = %q{Turns ActiveRecord::RecordNotUnique errors into ActiveRecord errors}
spec.description = %q{Rescues unique constraint violations and turns them into ActiveRecord errors}
spec.homepage = "https://github.com/reverbdotcom/rescue_unique_contraint"
spec.license = "Apache 2.0"
spec.license = "Apache-2.0"

spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", ">= 3.2", "< 7"
spec.add_dependency "activerecord", ">= 3.2", "< 8"

spec.add_development_dependency "bundler", "~> 2.2"
spec.add_development_dependency "rake", "~> 10.5"
Expand Down

0 comments on commit 9cd710b

Please sign in to comment.