From 3cf00faab8c243b1db7e29850a44a0eb2e88942d Mon Sep 17 00:00:00 2001 From: Nweni Date: Thu, 8 Jun 2017 09:56:13 +0630 Subject: [PATCH 1/3] Update --- db/migrate/20170331024749_create_menu_items.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20170331024749_create_menu_items.rb b/db/migrate/20170331024749_create_menu_items.rb index 81baa5ab..cf1c5333 100644 --- a/db/migrate/20170331024749_create_menu_items.rb +++ b/db/migrate/20170331024749_create_menu_items.rb @@ -1,4 +1,4 @@ -class CreateMenuItems < ActiveRecord::Migration[5.0] + class CreateMenuItems < ActiveRecord::Migration[5.0] def change create_table :menu_items do |t| t.string :item_code, :null => false From e3dea08306fec86ae9f808a0be7b88d65266eda4 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Thu, 8 Jun 2017 13:54:05 +0630 Subject: [PATCH 2/3] commit checkout --- Gemfile.lock | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fbf61a33..8780a375 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,8 +257,6 @@ DEPENDENCIES jquery-rails kaminari! listen (~> 3.0.5) - pg - mysql2 (>= 0.3.18, < 0.5) prawn prawn-table puma (~> 3.0) From 387650656fefcd8548ec21ccb79e8a4a444143f2 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Thu, 8 Jun 2017 13:57:56 +0630 Subject: [PATCH 3/3] commit gemlock --- Gemfile.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 8780a375..2c4c94b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,6 +123,7 @@ GEM nokogiri (1.7.2) mini_portile2 (~> 2.1.0) pdf-core (0.7.0) + pg (0.20.0) prawn (2.2.2) pdf-core (~> 0.7.0) ttfunk (~> 1.5) @@ -257,6 +258,7 @@ DEPENDENCIES jquery-rails kaminari! listen (~> 3.0.5) + pg prawn prawn-table puma (~> 3.0)