Skip to content

Commit

Permalink
bump 1.2.0, ruby_version = '>= 3.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ermolaev committed Jan 12, 2025
1 parent 5d7117c commit 48ed563
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Rails/Delegate:

AllCops:
NewCops: enable
TargetRubyVersion: 2.7
TargetRubyVersion: 3.1
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GIT
PATH
remote: .
specs:
active_dry_form (1.1.1)
active_dry_form (1.2.0)
actionpack
activerecord
dry-configurable
Expand Down
2 changes: 1 addition & 1 deletion active_dry_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = 'Form validation for Rails with Dry-Validation'
spec.homepage = 'https://github.com/corp-gp/active_dry_form'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.7.0'
spec.required_ruby_version = '>= 3.1.0'

spec.metadata['allowed_push_host'] = 'https://rubygems.org'

Expand Down
2 changes: 1 addition & 1 deletion lib/active_dry_form/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveDryForm

VERSION = '1.1.1'
VERSION = '1.2.0'

end

0 comments on commit 48ed563

Please sign in to comment.