Skip to content

Commit

Permalink
Fix some RuboCop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Jul 10, 2023
1 parent e3d96ca commit 8a1ec97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

gem 'faraday-follow_redirects', '~> 0.3'
gem 'pry'
gem 'rake'
gem 'rubocop', '~> 1.43'
gem 'pry'
gem 'test-unit'
gem 'test-unit'

0 comments on commit 8a1ec97

Please sign in to comment.