From 8a7afecc597f3b30b15eddbfe0b357e23af99399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 22:35:30 +0000 Subject: [PATCH] Bump tzinfo in /restygwt-examples/restygwt-rails-example Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.53 to 0.3.61. - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](https://github.com/tzinfo/tzinfo/compare/v0.3.53...v0.3.61) --- updated-dependencies: - dependency-name: tzinfo dependency-type: indirect ... Signed-off-by: dependabot[bot] --- restygwt-examples/restygwt-rails-example/Gemfile.lock | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/restygwt-examples/restygwt-rails-example/Gemfile.lock b/restygwt-examples/restygwt-rails-example/Gemfile.lock index e188759f..ff86aaf1 100644 --- a/restygwt-examples/restygwt-rails-example/Gemfile.lock +++ b/restygwt-examples/restygwt-rails-example/Gemfile.lock @@ -33,6 +33,7 @@ GEM erubis (2.6.6) abstract (>= 1.0.0) i18n (0.5.4) + json (1.8.6) json (1.8.6-java) mail (2.2.20) activesupport (>= 2.3.6) @@ -63,14 +64,16 @@ GEM rake (12.3.0) rdoc (3.12.2) json (~> 1.4) + sqlite3 (1.4.4) thor (0.14.6) treetop (1.4.15) polyglot polyglot (>= 0.3.1) - tzinfo (0.3.53) + tzinfo (0.3.61) PLATFORMS java + ruby DEPENDENCIES rails (~> 3.0.20)