diff --git a/tutor/Gemfile b/tutor/Gemfile index 2f5bfb94..30f06d91 100644 --- a/tutor/Gemfile +++ b/tutor/Gemfile @@ -7,6 +7,7 @@ gem 'rails', '4.0.4' # User authentication gem 'devise' +gem 'table_print' # File uploading gem 'carrierwave' @@ -66,4 +67,4 @@ gem 'whenever', :require => false group :development, :test do gem 'rspec-rails', '~> 3.0.0.beta' -end \ No newline at end of file +end diff --git a/tutor/Gemfile.lock b/tutor/Gemfile.lock index 8a4fd8ba..c771e122 100644 --- a/tutor/Gemfile.lock +++ b/tutor/Gemfile.lock @@ -142,6 +142,7 @@ GEM activesupport (>= 3.0) sprockets (~> 2.8) sqlite3 (1.3.9) + table_print (1.5.1) thor (0.19.1) thread_safe (0.3.3) tilt (1.4.1) @@ -189,6 +190,7 @@ DEPENDENCIES sass-rails (~> 4.0.2) sdoc sqlite3 + table_print tire uglifier (>= 1.3.0) unicorn