Skip to content

Commit

Permalink
Depend on require_relative 1.0.2, it has no effect on 1.9.x. Safest b…
Browse files Browse the repository at this point in the history
…et possible.
  • Loading branch information
michaelklishin committed Jun 18, 2011
1 parent 119f533 commit 4088902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ EOF
spec.files = FILES.to_a
spec.extensions = ["ext/extconf.rb"]

spec.add_dependency "require_relative"
spec.add_dependency "require_relative", ">= 1.0.2"

spec.required_ruby_version = '>= 1.8.2'
spec.date = Time.now
Expand Down
2 changes: 1 addition & 1 deletion linecache.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ example in a debugger where the same lines are shown many times.
]
s.extensions << "ext/trace_nums/extconf.rb"
s.add_dependency("ruby_core_source", ">= 0.1.4")
s.add_dependency "require_relative"
s.add_dependency "require_relative, ">= 1.0.2""

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
Expand Down

0 comments on commit 4088902

Please sign in to comment.