Skip to content

Commit b716634

Browse files
committed
Loosen bundler development dependency
1 parent b24f03d commit b716634

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

redcloth.gemspec

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,10 @@ Gem::Specification.new do |s|
3838
s.extensions = Dir['ext/**/extconf.rb']
3939
end
4040

41-
s.add_development_dependency('bundler', '~> 1.3.4')
41+
s.add_development_dependency('bundler', '> 1.3.4')
4242
s.add_development_dependency('rake', '~> 10.0.3')
4343
s.add_development_dependency('rspec', '~> 2.4')
4444
s.add_development_dependency('diff-lcs', '~> 1.1.2')
4545

46-
# Have to load these even though they're only needed for
47-
# gem packaging. Otherwise, Bundler complains that they're
48-
# not installed even though they're not required.
49-
# See https://github.com/carlhuda/bundler/issues/issue/1021
50-
s.add_development_dependency('rvm', '~> 1.2.6')
51-
s.add_development_dependency('rake-compiler', '~> 0.7.1')
52-
5346
s.license = "MIT"
5447
end

0 commit comments

Comments
 (0)