[Groonga-commit] ranguba/groonga-client-rails at ea05457 [master] Use Rails 4 or earlier for Ruby 2.1

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 12 12:35:00 JST 2016


Kouhei Sutou	2016-12-12 12:35:00 +0900 (Mon, 12 Dec 2016)

  New Revision: ea054574b406424de60b7dbbfd55bb6e43849546
  https://github.com/ranguba/groonga-client-rails/commit/ea054574b406424de60b7dbbfd55bb6e43849546

  Message:
    Use Rails 4 or earlier for Ruby 2.1

  Modified files:
    Gemfile

  Modified: Gemfile (+4 -0)
===================================================================
--- Gemfile    2016-12-12 12:27:34 +0900 (242fc22)
+++ Gemfile    2016-12-12 12:35:00 +0900 (c67f745)
@@ -21,3 +21,7 @@ source "https://rubygems.org/"
 gemspec
 
 gem "groonga-client", path: "../groonga-client"
+
+if (RUBY_VERSION.split(".").collect(&:to_i) <=> [2, 2]) < 0
+  gem "rails", "< 5"
+end
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index