This commit is contained in:
harleyribic
2015-11-11 19:46:23 +01:00
parent c5fd654f5f
commit f8915dd2d6
3 changed files with 33 additions and 7 deletions

View File

@@ -25,8 +25,11 @@ gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'tzinfo-data'
gem "nokogiri", ">= 1.6.6"
# great server
gem 'puma'
gem 'puma', '~> 2.15.3'
# for uploading images
gem 'cloudinary'
@@ -45,6 +48,8 @@ gem 'tabulous'
# rails 4.x support is not stable yet - so we hope for the best :)
gem 'active_scaffold', github: 'activescaffold/active_scaffold', branch: 'master'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'