Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions Gemfile.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,12 +16,11 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.2.1)
activesupport (7.0.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
Expand All@@ -35,7 +34,7 @@ GEM
parser
clipboard (1.3.3)
coderay (1.1.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.10)
csv (3.1.2)
cucumber (3.1.2)
builder (>= 2.1.2)
Expand DownExpand Up@@ -106,7 +105,7 @@ GEM
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
i18n (1.8.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
interception (0.5)
jaro_winkler (1.5.4)
Expand All@@ -124,7 +123,7 @@ GEM
mime-types-data (3.2019.1009)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.0)
minitest (5.17.0)
multi_json (1.14.1)
multi_test (0.1.2)
multi_xml (0.6.0)
Expand DownExpand Up@@ -229,15 +228,13 @@ GEM
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
thread_safe (0.3.6)
tins (1.24.1)
sync
tzinfo (1.2.6)
thread_safe (~> 0.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unicode-display_width (1.6.1)
webrick (1.6.0)
zeitwerk (2.2.2)

PLATFORMS
ruby
Expand Down