Skip to content

Commit

Permalink
Cleaning up Appraisals and resulting gemfiles. Removing .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed May 18, 2022
1 parent b2cd255 commit e338516
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 95 deletions.
64 changes: 0 additions & 64 deletions .travis.yml

This file was deleted.

20 changes: 3 additions & 17 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
# frozen_string_literal: true

appraise 'rubocop-0.53' do
gem 'rubocop', '~> 0.53.0'
appraise 'rubocop-0.86' do
gem 'rubocop', '~> 0.86.0'
end

appraise 'rubocop-0.81' do
gem 'rubocop', '~> 0.81.0'
end

if Gem::Requirement.new('>= 2.4.0')
.satisfied_by?(Gem::Version.new(RUBY_VERSION))
appraise 'rubocop-0.86' do
gem 'rubocop', '~> 0.86.0'
end
end

if Gem::Requirement.new('>= 2.5.0')
.satisfied_by?(Gem::Version.new(RUBY_VERSION))
appraise 'rubocop-1.20' do
appraise 'rubocop-1.20' do
gem 'rubocop', '~> 1.20.0'
end
end
7 changes: 0 additions & 7 deletions gemfiles/rubocop_0.53.gemfile

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/rubocop_0.81.gemfile

This file was deleted.

0 comments on commit e338516

Please sign in to comment.