Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jun 4, 2024
1 parent a0be046 commit 31ec7bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ source 'https://rubygems.org'
gem 'rake', require: false

group :development do
# Last supported version for Ruby 2.1
gem 'rubocop', '0.57.2'
# Last supported version for Ruby 2.5
gem 'rubocop', '1.28'
end

group :docs do
Expand All @@ -16,5 +16,4 @@ group :test do
gem 'coveralls', require: false
gem 'rspec'
gem 'rspec-autotest'
gem 'rubocop', '1.28'
end

0 comments on commit 31ec7bf

Please sign in to comment.