Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #323 from department-of-veterans-affairs/dependabo…
Browse files Browse the repository at this point in the history
…t/bundler/octokit-5.6.1

fix: bump octokit from 5.4.0 to 5.6.1
  • Loading branch information
LindseySaari authored Sep 15, 2022
2 parents 5fd2b37 + 323e746 commit c182514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'jbuilder', '~> 2.11' # Build JSON APIs with ease [https://github.
gem 'jsonapi-serializer', '~> 2.2' # A fast JSON:API serializer for Ruby Objects.
gem 'jwt', '~> 2.5' # Ruby implementation of the JWT standard
gem 'net-http', '~> 0.2' # HTTP client api for Ruby
gem 'octokit', '~> 5.4' # Ruby toolkit for the GitHub API.
gem 'octokit', '~> 5.6' # Ruby toolkit for the GitHub API.
gem 'omniauth-keycloak', '~> 1.4' # Keycloack SSO Oauth Strategy
gem 'omniauth-rails_csrf_protection', '~> 1.0.1' # Mitigates against CSRF in oauth flow
gem 'pagy', '~> 5.10' # Agnostic pagination in plain ruby
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ GEM
rack (>= 1.2, < 3)
rash_alt (>= 0.4, < 1)
version_gem (~> 1.1)
octokit (5.4.0)
octokit (5.6.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
omniauth (2.1.0)
Expand Down Expand Up @@ -417,7 +417,7 @@ DEPENDENCIES
jwt (~> 2.5)
minitest-ci
net-http (~> 0.2)
octokit (~> 5.4)
octokit (~> 5.6)
omniauth-keycloak (~> 1.4)
omniauth-rails_csrf_protection (~> 1.0.1)
pagy (~> 5.10)
Expand Down

0 comments on commit c182514

Please sign in to comment.