testiram
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user