Skip to content

Commit 7a80ee6

Browse files
Bump edtf from 3.1.1 to 3.2.0
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]>
1 parent 381ff15 commit 7a80ee6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
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

+5-5
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ GEM
171171
open4 (~> 1.3)
172172
clamby (1.6.11)
173173
colored2 (3.1.2)
174-
concurrent-ruby (1.3.4)
174+
concurrent-ruby (1.3.5)
175175
connection_pool (2.4.1)
176176
cork (0.3.0)
177177
colored2 (~> 3.1)
@@ -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)
@@ -295,7 +295,7 @@ GEM
295295
hashie (5.0.0)
296296
htmlentities (4.3.4)
297297
httpclient (2.8.3)
298-
i18n (1.14.6)
298+
i18n (1.14.7)
299299
concurrent-ruby (~> 1.0)
300300
image_processing (1.13.0)
301301
mini_magick (>= 4.9.5, < 5)
@@ -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)