Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfloyd committed Oct 16, 2024
1 parent 9f1a057 commit 2f8cb0e
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 @@ -19,8 +19,8 @@ group :test do
install_if -> { RUBY_VERSION >= '2.8' } do
gem 'rexml', '>= 3.2.4'
end
gem 'faraday-http-cache', '~> 2.5', '>= 2.5.1'
gem 'base64'
gem 'faraday-http-cache', '~> 2.5', '>= 2.5.1'
gem 'json', '>= 2.3.0'
gem 'jwt', '~> 2.2', '>= 2.2.1'
gem 'mime-types', '~> 3.3', '>= 3.3.1'
Expand Down
4 changes: 2 additions & 2 deletions spec/octokit/client/repositories_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
require "faraday-http-cache"
require "timecop"
require 'faraday-http-cache'
require 'timecop'

describe Octokit::Client::Repositories do
before do
Expand Down

0 comments on commit 2f8cb0e

Please sign in to comment.