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: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
source 'https://rubygems.org' do
gem 'github_changelog_generator', '1.16.4'
end

gem 'json', '2.10.2'

Check warning

Code scanning / Rubocop (reported by Codacy)

Ensures source code files end with a single newline and appropriate trailing blank lines. Warning

Final newline missing.
15 changes: 8 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.0.1)
activesupport (8.0.2)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -22,7 +22,7 @@ GEM
io-event (~> 1.9)
metrics (~> 0.12)
traces (~> 0.15)
async-http (0.87.0)
async-http (0.88.0)
async (>= 2.10.2)
async-pool (~> 0.9)
io-endpoint (~> 0.14)
Expand All @@ -42,7 +42,7 @@ GEM
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
console (1.30.1)
console (1.30.2)
fiber-annotation
fiber-local (~> 1.1)
json
Expand Down Expand Up @@ -71,12 +71,12 @@ GEM
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-endpoint (0.15.2)
io-event (1.9.0)
io-event (1.10.0)
io-stream (0.6.1)
json (2.10.1)
json (2.10.2)
logger (1.6.6)
metrics (0.12.2)
minitest (5.25.4)
minitest (5.25.5)
multi_json (1.15.0)
net-http (0.6.0)
uri
Expand All @@ -85,7 +85,7 @@ GEM
sawyer (~> 0.9)
protocol-hpack (1.5.1)
protocol-http (0.49.0)
protocol-http1 (0.30.0)
protocol-http1 (0.34.0)
protocol-http (~> 0.22)
protocol-http2 (0.22.1)
protocol-hpack (~> 1.4)
Expand All @@ -108,6 +108,7 @@ PLATFORMS

DEPENDENCIES
github_changelog_generator (= 1.16.4)!
json (= 2.10.2)

BUNDLED WITH
2.4.1
Loading