Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"
ruby ">= 3.2"

gem "octokit"
gem "git", "~> 4.3"
gem "git", "~> 4.4"

group :development, :test do
gem "rake"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.1.3)
activesupport (8.1.3.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand All @@ -19,7 +19,7 @@ GEM
ast (2.4.3)
base64 (0.3.0)
bigdecimal (4.1.2)
concurrent-ruby (1.3.6)
concurrent-ruby (1.3.8)
connection_pool (3.0.2)
drb (2.2.3)
faraday (2.14.2)
Expand All @@ -28,14 +28,14 @@ GEM
logger
faraday-net_http (3.4.3)
net-http (~> 0.5)
git (4.3.2)
git (4.4.0)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 4.0)
rchardet (~> 1.9)
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
json (2.19.5)
json (2.21.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
Expand All @@ -59,7 +59,7 @@ GEM
racc (1.8.1)
rainbow (3.1.1)
rake (13.4.2)
rchardet (1.10.0)
rchardet (1.10.2)
regexp_parser (2.12.0)
rubocop (1.84.2)
json (~> 2.3)
Expand Down Expand Up @@ -111,7 +111,7 @@ PLATFORMS
ruby

DEPENDENCIES
git (~> 4.3)
git (~> 4.4)
minitest
minitest-mock (~> 5.27)
octokit
Expand Down