Skip to content

Commit

Permalink
Drop bundler dev dependency
Browse files Browse the repository at this point in the history
We don't have it in the majority of our gems. To keep the setup
identical, we can remove it in json-schema as well.
  • Loading branch information
bastelfreak committed Aug 19, 2024
1 parent 09c62b6 commit 48eecc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
require 'bundler'
require 'rake'
require 'rake/testtask'

Bundler::GemHelper.install_tasks

desc 'Updates the json-schema common test suite to the latest version'
task :update_common_tests do
unless File.read('.git/config').include?('submodule "test/test-suite"')
Expand Down
2 changes: 0 additions & 2 deletions json-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ['README.md', 'LICENSE.md']
s.required_ruby_version = '>= 2.7'
s.license = 'MIT'
s.required_rubygems_version = '>= 2.5'

s.add_development_dependency 'bundler'
s.add_development_dependency 'minitest', '~> 5.0'
s.add_development_dependency 'rake'
s.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'
Expand Down

0 comments on commit 48eecc2

Please sign in to comment.