Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Bump version 3.2.0.rc3 --> 3.2.0
Browse files Browse the repository at this point in the history
Bump version and add support for earliest non-eol rails (5.2).
see https://endoflife.date/rails for details
  • Loading branch information
jsugarman committed Jun 16, 2021
1 parent 892567b commit 6282654
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
gov_uk_date_fields (3.2.0.rc3)
rails (~> 6.0)
gov_uk_date_fields (3.2.0)
rails (>= 5.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gov_uk_date_fields.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib", "vendor"]
s.test_files = Dir["test/**/*"]

s.add_dependency 'rails', '~> 6.0'
s.add_dependency 'rails', '>= 5.2'
end
4 changes: 2 additions & 2 deletions lib/gov_uk_date_fields/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module GovUkDateFields
VERSION = "3.2.0.rc3"
VERSION_RELEASED = "2021-06-14"
VERSION = "3.2.0"
VERSION_RELEASED = "2021-06-16"
end

0 comments on commit 6282654

Please sign in to comment.