Skip to content

Commit

Permalink
Merge pull request #86 from rubygems/bump-up-rake
Browse files Browse the repository at this point in the history
Bump up rake version
  • Loading branch information
hsbt authored Jan 14, 2025
2 parents 889a3ca + 32dc87b commit ab3a0d5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 76 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/pkg/
/spec/reports/
/tmp/
/Gemfile.lock
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ group :documentation, :optional => true do
end

group :development do
gem "rake", "~> 13.2"
gem "rspec", "~> 3"
gem "rubocop", "~> 1.50.2"
gem "rubocop-performance", :require => false
end
73 changes: 0 additions & 73 deletions Gemfile.lock

This file was deleted.

3 changes: 0 additions & 3 deletions compact_index.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) {|f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3"

spec.metadata["rubygems_mfa_required"] = "true"
spec.required_ruby_version = ">= 3.0.0"
end

0 comments on commit ab3a0d5

Please sign in to comment.