diff --git a/.gitignore b/.gitignore index 676a3c12..0541abd0 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,4 @@ test/jeweler/version_tmp test/version_tmp tmp -Gmefile.lock \ No newline at end of file +Gemfile.lock \ No newline at end of file diff --git a/Gemfile b/Gemfile index f728e953..ffb89d1d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,9 @@ source "http://gems.github.com" gem "rake" gem "git", ">= 1.2.5" +if RUBY_VERSION < "1.9.2" + gem "nokogiri", "1.5.10" # newer nokogiri supports only ">= 1.9.2" +end gem "github_api", ">= 0.8.1" gem "highline", ">= 1.6.15" gem "bundler", "~> 1.0"