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
32 changes: 17 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
base64
nkf
rexml
activesupport (7.2.2.1)
activesupport (7.2.2.2)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -23,9 +23,9 @@ GEM
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (3.3.1)
claide (1.1.0)
claide-plugins (0.9.2)
cork
Expand Down Expand Up @@ -70,7 +70,7 @@ GEM
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
connection_pool (2.5.4)
cork (0.3.0)
colored2 (~> 3.1)
danger (9.5.1)
Expand All @@ -96,9 +96,9 @@ GEM
danger
rake (> 10)
thor (~> 1.0.0)
drb (2.2.1)
drb (2.2.3)
escape (0.0.4)
ethon (0.16.0)
ethon (0.17.0)
ffi (>= 1.15.0)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
Expand All @@ -108,8 +108,8 @@ GEM
faraday (>= 0.8)
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.1)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.2)
ffi (1.17.2-x86_64-linux-gnu)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
Expand All @@ -120,8 +120,10 @@ GEM
mutex_m
i18n (1.14.7)
concurrent-ruby (~> 1.0)
jazzy (0.15.3)
jazzy (0.15.4)
activesupport (>= 5.0, < 8)
cocoapods (~> 1.5)
logger
mustache (~> 1.1)
open4 (~> 1.3)
redcarpet (~> 3.4)
Expand All @@ -136,9 +138,9 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liferaft (0.0.6)
logger (1.6.6)
mini_portile2 (2.8.8)
minitest (5.25.4)
logger (1.7.0)
mini_portile2 (2.8.9)
minitest (5.26.0)
molinillo (0.8.0)
mustache (1.1.1)
mutex_m (0.3.0)
Expand All @@ -157,8 +159,8 @@ GEM
rake (13.2.1)
rchardet (1.9.0)
redcarpet (3.6.1)
rexml (3.4.1)
rouge (4.5.1)
rexml (3.4.4)
rouge (4.6.1)
ruby-macho (2.5.1)
sassc (2.4.0)
ffi (~> 1.9)
Expand Down
Loading