Skip to content

Commit

Permalink
support older ruby than 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
muratayusuke committed Jun 29, 2013
1 parent 5a4967d commit eeccb1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -24,4 +24,4 @@ test/jeweler/version_tmp
test/version_tmp
tmp

Gmefile.lock
Gemfile.lock
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -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"
Expand Down

0 comments on commit eeccb1a

Please sign in to comment.