Skip to content

Commit 430a201

Browse files
Bump edtf from 3.1.1 to 3.2.0 (#3679)
Bumps [edtf](https://github.com/inukshuk/edtf-ruby) from 3.1.1 to 3.2.0. - [Commits](https://github.com/inukshuk/edtf-ruby/commits) --- updated-dependencies: - dependency-name: edtf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ab839e commit 430a201

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ gem 'addressable', '~> 2.8.7' # Replacement for the standard URI implementation
5353
gem 'datacite-client', github: 'ualbertalib/datacite-client', tag: 'v0.1.0', require: 'datacite'
5454
gem 'differ' # Used to diff two strings
5555
gem 'draper'
56-
gem 'edtf', '~> 3.1' # parsing Extended Date/Time Format
56+
gem 'edtf', '~> 3.2' # parsing Extended Date/Time Format
5757
gem 'flipper', '~> 1.3.2' # Feature flags for Ruby
5858
gem 'flipper-active_record', '~> 1.3.2' # Store feature flags in ActiveRecord
5959
gem 'flipper-ui', '~> 1.3.2' # UI for feature flags

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ GEM
220220
scanf (~> 1.0)
221221
sxp (~> 1.3)
222222
unicode-types (~> 1.8)
223-
edtf (3.1.1)
224-
activesupport (>= 3.0, < 8.0)
223+
edtf (3.2.0)
224+
activesupport (>= 3.0, < 9.0)
225225
erb_lint (0.7.0)
226226
activesupport
227227
better_html (>= 2.0.1)
@@ -660,7 +660,7 @@ DEPENDENCIES
660660
debug
661661
differ
662662
draper
663-
edtf (~> 3.1)
663+
edtf (~> 3.2)
664664
erb_lint (>= 0.0.35)
665665
faker
666666
flipper (~> 1.3.2)

0 commit comments

Comments
 (0)