Skip to content

Commit

Permalink
Allow any version of Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 14, 2023
1 parent 7afcada commit 2db142e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion multi_xml.gemspec
Expand Up @@ -4,7 +4,6 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'multi_xml/version'

Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.0'
spec.author = 'Erik Michaels-Ober'
spec.description = 'Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.'
spec.email = 'sferik@gmail.com'
Expand Down

0 comments on commit 2db142e

Please sign in to comment.