Skip to content

Commit

Permalink
Merge pull request #25 from gclhub/update-dependencies-gclhub
Browse files Browse the repository at this point in the history
Updated dependencies to clear dependabot warnings
  • Loading branch information
jenachiccino authored Jan 25, 2024
2 parents 0efbb8b + cd2a225 commit ec611e3
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 14 deletions.
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.

0 comments on commit ec611e3

Please sign in to comment.