[Hiki-cvs 1631] hiki/hiki @ af5075f [master] added production group

Back to archive index

SHIBATA Hiroshi null****@okkez*****
2014年 7月 19日 (土) 11:44:12 JST


SHIBATA Hiroshi	2014-07-19 11:44:12 +0900 (Sat, 19 Jul 2014)

  New Revision: af5075f278465dc5d15dd1f676eb8ff12cdd6504
  https://github.com/hiki/hiki/commit/af5075f278465dc5d15dd1f676eb8ff12cdd6504

  Message:
    added production group

  Modified files:
    Gemfile

  Modified: Gemfile (+6 -4)
===================================================================
--- Gemfile    2014-07-13 19:39:49 +0900 (66861cb)
+++ Gemfile    2014-07-19 11:44:12 +0900 (deb3249)
@@ -5,10 +5,6 @@ gem 'rack'
 gem 'docdiff'
 gem 'hikidoc'
 
-gem 'thin'
-gem 'sequel'
-gem 'mysql2'
-
 group :development do
   gem 'pry'
   gem 'foreman'
@@ -21,3 +17,9 @@ group :development, :test do
   gem 'test-unit-notify'
   gem 'test-unit-capybara'
 end
+
+group :production do
+  gem 'thin'
+  gem 'sequel'
+  gem 'mysql2'
+end




Hiki-cvs メーリングリストの案内
Back to archive index