Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Updated dependencies to clear dependabot warnings #25

Merged
merged 1 commit into from
Jan 25, 2024
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
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem 'octokit', '~> 4.7'
gem 'octokit', '~> 4.25'
31 changes: 18 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
multipart-post (2.0.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
public_suffix (2.0.5)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
public_suffix (5.0.3)
ruby2_keywords (0.0.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)

PLATFORMS
ruby

DEPENDENCIES
octokit (~> 4.7)
octokit (~> 4.25)

BUNDLED WITH
1.12.0
1.17.2
Binary file removed vendor/cache/addressable-2.5.1.gem
Binary file not shown.
Binary file added vendor/cache/addressable-2.8.5.gem
Binary file not shown.
Binary file added vendor/cache/base64-0.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-0.12.2.gem
Binary file not shown.
Binary file added vendor/cache/faraday-2.7.11.gem
Binary file not shown.
Binary file added vendor/cache/faraday-net_http-3.0.2.gem
Binary file not shown.
Binary file removed vendor/cache/multipart-post-2.0.0.gem
Binary file not shown.
Binary file added vendor/cache/octokit-4.25.1.gem
Binary file not shown.
Binary file removed vendor/cache/octokit-4.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/public_suffix-2.0.5.gem
Binary file not shown.
Binary file added vendor/cache/public_suffix-5.0.3.gem
Binary file not shown.
Binary file added vendor/cache/ruby2_keywords-0.0.5.gem
Binary file not shown.
Binary file removed vendor/cache/sawyer-0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/sawyer-0.9.2.gem
Binary file not shown.