Skip to content

Commit

Permalink
Merge pull request #86 from michaelklishin/dependabot/bundler/tzinfo-…
Browse files Browse the repository at this point in the history
…2.0.5

Bump tzinfo from 1.2.7 to 2.0.5
  • Loading branch information
michaelklishin authored Jul 22, 2022
2 parents e204d9e + d72b954 commit 177d065
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.2)
activesupport (7.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
aruba (1.0.2)
childprocess (>= 2.0, < 5.0)
contracts (~> 0.16.0)
Expand All @@ -16,7 +15,7 @@ GEM
thor (~> 1.0)
builder (3.2.4)
childprocess (4.0.0)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.10)
contracts (0.16.0)
cucumber (4.1.0)
builder (~> 3.2, >= 3.2.3)
Expand All @@ -42,7 +41,7 @@ GEM
cucumber-messages (~> 12.2, >= 12.2.0)
cucumber-html-formatter (7.0.0)
cucumber-messages (~> 12.2, >= 12.2.0)
cucumber-messages (12.2.0)
cucumber-messages (12.4.0)
protobuf-cucumber (~> 3.10, >= 3.10.8)
cucumber-tag-expressions (2.0.4)
cucumber-wire (3.1.0)
Expand All @@ -51,10 +50,10 @@ GEM
cucumber-messages (~> 12.2, >= 12.2.0)
diff-lcs (1.3)
ffi (1.13.1)
i18n (1.8.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
middleware (0.1.0)
minitest (5.14.1)
minitest (5.16.2)
multi_test (0.1.2)
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
Expand All @@ -70,11 +69,10 @@ GEM
sexp_processor (4.15.0)
sys-uname (1.2.1)
ffi (>= 1.0.0)
thor (1.0.1)
thor (1.2.1)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
zeitwerk (2.4.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)

PLATFORMS
ruby
Expand Down

0 comments on commit 177d065

Please sign in to comment.