Add rbtrace gem

This commit is contained in:
Wedge 2016-06-05 22:31:53 +03:00
parent 7a5586bf62
commit 841c0623a7
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,7 @@ gem 'schema_plus'
######## ########
gem 'devise' gem 'devise'
gem 'pundit' gem 'pundit'
gem 'rbtrace'
gem 'paperclip' gem 'paperclip'
gem 'sinatra', :require => nil gem 'sinatra', :require => nil

View File

@ -236,6 +236,7 @@ GEM
modware (0.1.2) modware (0.1.2)
its-it its-it
key_struct (~> 0.4) key_struct (~> 0.4)
msgpack (0.7.6)
multi_json (1.12.1) multi_json (1.12.1)
multipart-post (2.0.0) multipart-post (2.0.0)
nest (1.1.2) nest (1.1.2)
@ -324,6 +325,10 @@ GEM
rb-fsevent (0.9.7) rb-fsevent (0.9.7)
rb-inotify (0.9.7) rb-inotify (0.9.7)
ffi (>= 0.5.0) ffi (>= 0.5.0)
rbtrace (0.4.8)
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
trollop (>= 1.16.2)
redis (3.3.0) redis (3.3.0)
redis-actionpack (4.0.1) redis-actionpack (4.0.1)
actionpack (~> 4) actionpack (~> 4)
@ -512,6 +517,7 @@ GEM
activesupport activesupport
i18n i18n
timecop (0.8.1) timecop (0.8.1)
trollop (2.1.2)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (3.0.0) uglifier (3.0.0)
@ -575,6 +581,7 @@ DEPENDENCIES
rails-assets-notifyjs! rails-assets-notifyjs!
rails3-generators rails3-generators
rake rake
rbtrace
redis-rails redis-rails
redis-semaphore redis-semaphore
rest-client rest-client