mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
Bump iso8601 from 0.12.1 to 0.13.0
Bumps [iso8601](https://github.com/arnau/ISO8601) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/arnau/ISO8601/releases) - [Changelog](https://github.com/arnau/ISO8601/blob/main/CHANGELOG.md) - [Commits](https://github.com/arnau/ISO8601/compare/v0.12.1...v0.13.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
787016b9b6
commit
37b8e796bc
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ source 'https://rubygems.org'
|
||||||
gem 'active_interaction', '~> 4.0'
|
gem 'active_interaction', '~> 4.0'
|
||||||
gem 'apipie-rails', '~> 0.5.18'
|
gem 'apipie-rails', '~> 0.5.18'
|
||||||
gem 'bootsnap', '>= 1.1.0', require: false
|
gem 'bootsnap', '>= 1.1.0', require: false
|
||||||
gem 'iso8601', '0.12.1' # for dates and times
|
gem 'iso8601', '0.13.0' # for dates and times
|
||||||
gem 'mime-types-data'
|
gem 'mime-types-data'
|
||||||
gem 'mimemagic', '0.4.3'
|
gem 'mimemagic', '0.4.3'
|
||||||
gem 'rails', '~> 6.1.3.2'
|
gem 'rails', '~> 6.1.3.2'
|
||||||
|
|
|
@ -253,7 +253,7 @@ GEM
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
i18n_data (0.11.0)
|
i18n_data (0.11.0)
|
||||||
isikukood (0.1.2)
|
isikukood (0.1.2)
|
||||||
iso8601 (0.12.1)
|
iso8601 (0.13.0)
|
||||||
jmespath (1.4.0)
|
jmespath (1.4.0)
|
||||||
jquery-rails (4.4.0)
|
jquery-rails (4.4.0)
|
||||||
rails-dom-testing (>= 1, < 3)
|
rails-dom-testing (>= 1, < 3)
|
||||||
|
@ -541,7 +541,7 @@ DEPENDENCIES
|
||||||
figaro (~> 1.2)
|
figaro (~> 1.2)
|
||||||
haml (~> 5.0)
|
haml (~> 5.0)
|
||||||
isikukood
|
isikukood
|
||||||
iso8601 (= 0.12.1)
|
iso8601 (= 0.13.0)
|
||||||
jquery-rails
|
jquery-rails
|
||||||
jquery-ui-rails (= 6.0.1)
|
jquery-ui-rails (= 6.0.1)
|
||||||
kaminari
|
kaminari
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue