Sutou Kouhei 2019-06-13 18:40:00 +0900 (Thu, 13 Jun 2019) Revision: 3c77adc39c515bf3425f47ca4df8b9062aca281f https://github.com/ranguba/chupa-text-http-server/commit/3c77adc39c515bf3425f47ca4df8b9062aca281f Message: Require chupa-text 1.2.8 or later Modified files: Gemfile Modified: Gemfile (+1 -1) =================================================================== --- Gemfile 2019-06-10 12:52:48 +0900 (8498836) +++ Gemfile 2019-06-13 18:40:00 +0900 (9f44f1f) @@ -62,7 +62,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'bootstrap' gem 'jquery-rails' -gem 'chupa-text', '>= 1.2.6'#, path: '../chupa-text' +gem 'chupa-text', '>= 1.2.8'#, path: '../chupa-text' local_gemfile = "#{__dir__}/Gemfile.local" if File.exist?(local_gemfile) eval(File.read(local_gemfile), binding, local_gemfile, 1) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190613/b4eb8b8f/attachment.html>