Skip to content

Commit

Permalink
Issue #491, ading the table_print gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhagii committed May 12, 2014
1 parent 81bbdb2 commit 7eaa903
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutor/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem 'rails', '4.0.4'

# User authentication
gem 'devise'
gem 'table_print'

# File uploading
gem 'carrierwave'
Expand Down Expand Up @@ -66,4 +67,4 @@ gem 'whenever', :require => false

group :development, :test do
gem 'rspec-rails', '~> 3.0.0.beta'
end
end
2 changes: 2 additions & 0 deletions tutor/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -189,6 +190,7 @@ DEPENDENCIES
sass-rails (~> 4.0.2)
sdoc
sqlite3
table_print
tire
uglifier (>= 1.3.0)
unicorn
Expand Down

0 comments on commit 7eaa903

Please sign in to comment.